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

Thread: echo %ORACLE_SID%

  1. #1
    Join Date
    Nov 2001
    Location
    Singapore
    Posts
    182

    echo %ORACLE_SID%

    In unix we give echo $ORACLE_SID to show sid name, How to specify in windows for seeing some environment variables

    i tried %ORACLE_SID% in windows but it didnot show anything
    J Gangadhar

  2. #2
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    In command prompt, enter:
    Code:
    set oracle_sid
    or
    Code:
    echo %oracle_sid%
    If those two command don't display anything it means that environment variable %ORACLE_SID% has not been sed in your environment.
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

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