Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Delphi Performance
Marc Scheuner wrote:
>
> xxx_at_no_spam.net (Clayton J Andrews) wrote:
> >Something that does seem strange though is that the logon
> >time to the listner server can take as long as 30 sec's. Don't
> >suppose you know of any way to accelerate this process? :-)
>
> Should you find out something about how to speed up the logon process,
> please let me know, too! The single step that takes longest in the
> startup of our Delphi 1.0 / Oracle 7.2 application is the database
> logon.......
>
> Marc
>
> ----------------------------------------------------------------------
> Marc Scheuner, marc.scheuner_at_bernoise.ch CH-3001 BERNE, Switzerland
Hi Marc,
From http://loki.borland.com/winbin/bds.exe?getdoc+3151+Delphi
Alternatively, go to www.borland.com, delphi, developer support, technical documents.
Intended Audience:
Prerequisites:
Purpose of the TI:
Before : Win95 = 10-15 Seconds.
WinNT = 2-3 Seconds.
After : Win95 = 3-4 Seconds. (Big Improvement)
Problem: Windows 95 inherently searches for IPC addresses on some
network
nodes PRIOR to making a connection to a Oracle DNS whereas WinNT does
not.
Solution: Modify the Oracle SQLNET.ORA file to disable said Windows 95 feature.
Step-by-Step Solution:
This files looks like this:
################ # Filename......: sqlnet.ora # Node..........: local.world
################
2) Add the following Parameter to the SQLNET.ORA file:
AUTOMATIC_IPC = OFF Modified, the SQLNET.ORA file looks like this:
################ # Filename......: sqlnet.ora # Node..........: local.world
################
3) Save the file the new SQLNET.ORA file and voila! Anytime an Oracle Connection is initiated, performance with increase from 15 seconds to 3 seconds required. This improves Delphi's already blazing speed.
-- Euan Garden BusinessMetricsĀ® Development Team Email: epg_at_valstar.co.uk Web: http://www.valstar.co.uk --------------------------------------------------- The opinions expressed here are my own and not those of my employerReceived on Tue May 20 1997 - 00:00:00 CDT
![]() |
![]() |