DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: sqlplus too slow in Windows 2000

  1. #1
    Join Date
    Dec 2002
    Location
    Chennai, India
    Posts
    104

    sqlplus too slow in Windows 2000

    Hi Guys,

    Connecting to database thru sqlplus takes long time on W2k, Oracle 9i when compared with NT,Oracle 7.x.
    What could be the reason? a know problem??
    Because of this my ported odbc application from NT to 2k facing some major performance problem.

  2. #2
    Join Date
    May 2001
    Location
    Maryland, USA
    Posts
    409
    What is the value of NAMES.DIRECTORY_PATH in SQLNET.ORA? If you are using TNSNAMES, set it to just NAMES.DIRECTORY_PATH = (TNSNAMES), commenting/removing out all others.

    This may not be your problem, but one of the possibilities your connection is taking long.
    -- Dilip

  3. #3
    Join Date
    Dec 2002
    Location
    Chennai, India
    Posts
    104
    Ya i am using a tnsnames.ora file which contains 3 db instances

    should i add NAMES.DIRECTORY_PATH = TNSNAMES.ORA in SQLNET.ORA
    if not let me know the correct syntax.

  4. #4
    Join Date
    Dec 2000
    Location
    Mumbai
    Posts
    38
    1. Remove the files d:\oracle\ora81\otrace\admin\process.dat and d:\oracle\ora81\otrace\admin\regid.dat. Oracle suggests running the "otrccref" executable after removing the files. I never have and haven't had any problems.

    2. Check out any parameter set in listener.ora file. Like connect_timeout

    3. Checkout with server resources.

  5. #5
    Join Date
    May 2001
    Location
    Maryland, USA
    Posts
    409
    Originally posted by sudheer_nm

    should i add NAMES.DIRECTORY_PATH = TNSNAMES.ORA in SQLNET.ORA
    Yes, try it.

    Syntax :
    Add the following line as it is in sqlnet.ora.

    NAMES.DIRECTORY_PATH = (TNSNAMES)
    -- Dilip

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width