Sqlplusのエラーについて(SP2-1503)

sqlplusにてエラーが発生します。
sqlplusを実行すると以下のエラーが発生します。
SP2-1503: Oracle Call Interfaceを初期化できません
SP2-0152: Oracleが正常に機能していない可能性があります。
発生するようになったのは異なったバージョンのORACLEをインストールをしてからだと
思われます。
11.1.0を以前にインストールしており、この時は問題なくアクセスできておりました。
sqlplus ユーザ名/パスワード@サービス名
が、11.2.0をインストールしたところ上記ではアクセスできなくなり以下でアクセスできるようになりました。
sqlplus ユーザ名/パスワード@ホスト名;PortNO/サービス名
おかしいと思い、ORACLE_HOMEの環境変数がかわったことに気が付き、11.1.0に環境変数を
変更したところ以下のエラーが発生することがわかりました。
SP2-1503: Oracle Call Interfaceを初期化できません
SP2-0152: Oracleが正常に機能していない可能性があります。
これを解消したいのですがわかりません。
どなたかわかる方がおりましたらご教授願います。
OSはWINDOWSXPとなります。
宜しくお願いします。

先ほどシステム設定の環境変数(PATH)に設定されている
内容を11.1.0が先になるように編集したところ利用可能になりました。
どうやらORACLE_HOMEのbinをPATHに設定されており、これが
影響していたのだと推測されます。
解決できてよかったです。
ありがとうございました。

Similar Messages

  • [sqlplus] - SP2-1503: Unable to initialize Oracle call interface

    Hello,
    I've just reinstall an new Oracle DB 10.2.0.1.0 and when i type SQLPLUS i've this error:
    $sqlplus /nolog
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly
    what's hapening ???
    thanks for your help.

    found !!
    it's a stupid and strange error.... because i re-use my old settings and it's worked.
    now i remove the last '/' on $ORACLE_HOME path... and all works fine.
    thanks...

  • SP2-1503 when starting sqlplus (privilege problem)

    System: windows 2003 terminal server
    Oracle db: 10gr2
    After i installing the database everything works perfect as administrator user, but when i start sqlplus as a "normal" user without administrator rights, the following error message apears:
    SP2-1503: Oracle aanroepinterface kan niet
    SP2-0152: ORACLE functioneert mogelijk niet
    Please help...

    Hi,
    We had this issue on one of our 11.1.0.6 database running on IBM AIX whereby no oracle user was trying to access the database. We followed the metalink note 417067.1 to resolve it.
    For those who don't have access to metalink, this is the solution from the note that worked for us:
    To implement the solution, please execute the following steps:
    1. Manually change the privileges for the $ORACLE_HOME/oracore/zoneinfo directory and files.
    chmod o+r oracore
    chmod o+r oracore/zoneinfo/timezone.dat
    or just type from $ORACLE_HOME directory:
    2. SQL*Plus should be working now.
    $sqlplus usr/password@dbalias
    See if that helps.
    Pranilesh Chand

  • SP2-1503: Unable to initialize Oracle call interface

    Hello All,
    I have installed Oracle 10g R1 on my new HP laptop with OS as Windows 7 and the installation was successful.
    But, unfortunately while trying to connect to the DB with the sqlplus /nolog command, the below error is re- occuring
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly.
    Please, let me know if this is an oracle bug and suggest me if i need to install an upgrade patch.
    Regards,
    Oracle

    Hi.. from oracle metalink
    Oracle Database releases "9iR2 (9.2.0.x), 10gR1 (10.1.0.x), 10gR2 (10.2.0.x) and 11gR1 (11.1.0.x)" are not Certified/Supported to install/run on Microsoft Windows 7.
    "Microsoft Windows 7" certification will begin with "Oracle Database 11gR2 (11.2.0.x)". That means, Oracle Database 11gR2 will be the first Oracle Database product certified/supported to install/run on "Microsoft Windows 7".
    *T                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Compile java source trough SQLPLUS (SP2-0317: expected symbol name is m...)

    Hello,
    I have a problem to compile java stored procedure trough SQLPLUS...
    After connection on my DB I execute script which includes many java sources for example:
    SPOOL INS-2870-2012.lst
    PROMPT 'EncoderJava'
    set def off
    set def &
    @@nsEUCStatistics.java
    @@nsVerifier.java
    @@nsICharsetDetectionObserver.java
    @@nsSJISVerifier.java
    @@Big5Statistics.java
    @@EncodingDetector.java
    @@EUCJPStatistics.java
    @@EUCKRStatistics.java
    spool offThe error I get is:
    SP2-0317: expected symbol name is missing
    Enter value for 0xff:
    old  33:                   (s*v.stFactor()+(((v.cclass()[((b&0xFF)>>v.eidxSft4bits)])
    new  33:
    Enter value for v:
    old  34:                   >> ((b & v.eSftMsk4bits) << v.eBitSft4bits))
    new  34:
    Enter value for v:
    old  35:                   & v.eUnitMsk4bits ))&0xFF)
    new  35:
    Enter value for 0xff:
    old  37:                   (s*v.stFactor()+(((v.cclass()[((b&0xFF)>>v.eidxSft4bits)])
    new  37:
    Enter value for v:
    old  38:                   >> ((b & v.eSftMsk4bits) << v.eBitSft4bits))
    new  38:
    Enter value for v:
    old  39:                   & v.eUnitMsk4bits ))&0xFF)
    new  39:
    Enter value for v:
    old  40:                & v.eSftMsk4bits) << v.eBitSft4bits)) & v.eUnitMsk4bits )
    new  40:
    CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED "org/mozilla/intl/chardet/nsVerifier" AS
    ERROR at line 1:
    ORA-29536: badly formed source: Encountered ">>" at line 32, column 18.
    Was expecting one of:
    "#sql" ...
    "boolean" ...
    "byte" ...
    "char" ...
    "double" ...
    "false" ...
    "float" ...
    "int" ...
    "long" ...
    "new" ...
    "null" ...
    "short" ...
    "super" ...
    "this" ...
    "true" ...
    "void" ...
    <INTEGER_LITERAL> ...
    <FLOATING_POINT_LITERAL> ...
    <CHARACTER_LITERAL> ...
    <STRING_LITERAL> ...
    <IDENTIFIER> ...
    "~" ...
    "++" ...
    "+" ...
    "-" ...If I execute java stored procedure in TOAD as script all works fine..
    CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED "org/mozilla/intl/chardet/nsVerifier" AS
    package org.mozilla.intl.chardet ;
    import java.lang.*;
    public abstract class nsVerifier {
         static final byte eStart = (byte)0;
         static final byte eError = (byte)1;
         static final byte eItsMe = (byte)2;
         static final int eidxSft4bits = 3;
         static final int eSftMsk4bits = 7;
         static final int eBitSft4bits = 2;
         static final int eUnitMsk4bits = 0x0000000F;
         nsVerifier() {
         public abstract String charset() ;
         public abstract int stFactor()   ;
         public abstract int[] cclass()   ;
         public abstract int[] states()   ;
         public abstract boolean isUCS2() ;
         public static byte getNextState(nsVerifier v, byte b, byte s) {
             return (byte) ( 0xFF &
              (((v.states()[((
                 (s*v.stFactor()+(((v.cclass()[((b&0xFF)>>v.eidxSft4bits)])
                 >> ((b & v.eSftMsk4bits) << v.eBitSft4bits))
                 & v.eUnitMsk4bits ))&0xFF)
              >> v.eidxSft4bits) ]) >> (((
                 (s*v.stFactor()+(((v.cclass()[((b&0xFF)>>v.eidxSft4bits)])
                 >> ((b & v.eSftMsk4bits) << v.eBitSft4bits))
                 & v.eUnitMsk4bits ))&0xFF)
              & v.eSftMsk4bits) << v.eBitSft4bits)) & v.eUnitMsk4bits )
    /What I'am doing wrong or how to run my script to load "java source" on my db... (without loadjava)...
    regards

    Hi,
    peterv6i.blogspot.com wrote:
    Hello,
    I have a problem to compile java stored procedure trough SQLPLUS...
    After connection on my DB I execute script which includes many java sources for example:
    SPOOL INS-2870-2012.lst
    PROMPT 'EncoderJava'
    set def off
    The command above tells SQL*Plus not to scan for substitution variables, and to treat the character that marks substitution variables (which is & by default) as a normal character.
    set def &That completely reverses the previous SET DEF command: it tells SQL*Plus to treat & as a special character that marks substitution variables.
    Perhaps you meant to issue the second SET DEF command after running all the scripts, like this:
    set def off
    -- & has no special meaning at this point
    @@nsEUCStatistics.java
    @@nsVerifier.java
    @@nsICharsetDetectionObserver.java
    @@nsSJISVerifier.java
    @@Big5Statistics.java
    @@EncodingDetector.java
    @@EUCJPStatistics.java
    @@EUCKRStatistics.java
    -- Resume default beahvior of &
    set def &
    spool offThis way, & will have no special meaning while you run all those .java files, but it will resume having it's special meaning as the substitution variable marker after that, so you can run other scripts which use that feature later in the same session.

  • SQLPlus SP2-0317 on SET DEFINE in 10.2.0.2 W2K

    Hi,
    I'm getting a frequent SP2-0317 error in SQLPlus running in a command window under W2K against Oracle 10.2.
    Here's an example showing it working intermittently:
    C:\Duncan\install_new>sqlplus /nolog
    SQL*Plus: Release 10.2.0.2.0 - Production on Thu Jun 21 07:38:13 2007
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    SQL> set define on
    SQL> set define &
    SP2-0317: expected symbol name is missing
    SQL> set define ~
    SQL> set define &
    SQL>
    There are no hidden characters, extra spaces. Just set define ignoring the character I want to use. It consistently fails within scripts.
    Has anyone else seen this and know a work around ? I've also tried set define '~' but that has the same issues.
    TIA, Duncan
    Message was edited by:
    Duncan Gardner

    set define x specifies the prefix-character for substitution variables. The default is the ampersand (&).
    It´s not necessary to do both:
    set define on
    set define &
    Use only set define &

  • SqlPLus  SP2-0544 invalid command: SPOOL

    Hi,
    one of those frustrating setup problems. I'm trying to create a SPOOL file on NT, with SqlPlus 8.1.5 (or 8.1.7). I had it working, but then I had to reinstall the N8 client. Now, SqlPlus rejects any attempt to use the SPOOL command. I checked the DLLs in memory while SqlPlus was running, but they are all the correct version. Also checked the registry, environment variables, Path, etc.
    Is this some common bug ? In fact, I'm getting the same error number if I type the EDIT command. The difference is that SPOOL has worked last week, while I could never make EDIT work (first attempt December 1992). In the past, I had SPOOL working on-again off-again on Solaris.
    Any hints ? Redirecting the output at operating-system level is not an option, because I need to Accept a few variables from the user.
    Andrew

    Hi Tapash
    This is fixed, thanks for the response. My script had some invalid white space characters which were not visible in Unix, this was causing some errors.
    satya
    Message was edited by:
    Satya Vanukuri

  • Sqlplus cannot be executed

    Hi All,
    I have NW04s installed on AIX 5.3 with oracle 10g.
    When ever i try to do a sqlplus i get the following error:
    <Hostname>:ora<sid>> sqlplus
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly
    <Hostname>:ora<sid>
    Please help me out in finding out the solution for this error.
    I have checked the path of ORACLE_HOME and its correct.
    I have checked for the Library path and other env variables which are correct.
    Thanks,
    Fahad

    Hi Fahad
    Have you applied the latest patchset for Oracle? You should be on 10.2.0.2.
    If you are on 10.2.0.1 there is an Oracle bug that causes incorrect permission on Oracle installation directories which causes this error when executing sqlplus.   If you are on this release you could download and  apply patch 4516865 from Oracle but it would be best to apply the 10.2.0.2 patchset.
    Cheers
    Adrienne

  • SQLPLUS Crashes across remote desktop

    I have a situation where I remote desktop to a server running windows 2003 server as an administrator and everything works fine. When I remote deskptop as a regular user and run sqlplus it crashes immediately and says
    S:\>sqlplus
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly
    Any help would be greatly appreciated as I have exhausted all my resources. I am running active directory and it seems all the ENV variables are set the same between the regular user and the admin.
    Thanks
    Scott

    So I found this note: Doc ID: Note:342226.1
    It helped me fix the situation locally where I can login to the client machine directly and execute sqlplus which I could not do before. However, I still can not do this over remote deskptop. It had to do with not allowing the system to allocated memory to run the program. I do not believe it is ENV settings. Everything is set how it should be. And no matter how many filepaths I add to the path, set the ORACLE_HOME, set the LIBRARY_PATH it doesnt work. I think the problem is more permissions based on the active directory side than anything

  • Cannot get ODBC data source to talk to Oracle 10g for Windows

    Problem description
    I recently installed Oracle 10g on my laptop computer, which is running Windows 7. Everything went smoothly except for one crucial item: The ODBC data source I added keeps returning this error when I click the "Test Connection" button:
    Testing Connection
    Unable to connect
    [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed.
    I was using the following ODBC driver
    Oracle in OraDb10g_home1 (TNS Service Name = ORCL and User ID = scott)
    This type of error happened, in one form or another for the three other Oracle drivers I have on my machine
    Microsoft ODBC for Oracle
    WinSQL Oracle
    WinSQL Oracle Wire Protocol
    These services are currently running (status = Started)
    OractDBConsoleorcl
    OracleMTSRecoveryService
    OracleOraDb10g_home1iSQL*Plus
    OracleOraDb10g_home1TNSListener
    OracleServiceORCL
    (NOTE: I entered the foregoing information by hand, since I was not able to copy-and-paste it. So be aware that there is a small possibility of a minor typo in case you plan to cut-and-paste it.)
    If requested, I can provide the contents of these files
    tnsnames.ora
    sqlnet.ora
    listener.ora
    Other installations on the same computer
    ODAC (ADO data provider for Oracle)
    SQL Server 2009 Express
    .NET 4
    Visual Studio 2010
    Any help would be greatly appreciated!

    OK, I went ahead and upgraded to Windows 7 Professional and I STILL get the same error messages when trying to get the Oracle ODBC driver to talk to Oracle 10g. Here are some screen shots that show what happened:
    1) Select ODBC driver: http://yfrog.com/f3driverselectionp
    2) Configure driver: http://yfrog.com/ccoracleodbcfororaclep
    3) Test connection: http://yfrog.com/1goracleodbcfororacletestp
    I also get the following error when I try to run SQL*Plus from the line command, even with no parameters:
    C:\Users\Bruce>sqlplus
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly
    Any suggestions as to how I might to go about diagnosing (and fixing) this problem?
    Thanks,
    Bruce

  • I just want to install the client

    I thought creating a folder with tnsnames.ora and setting it into the TNS_ADMIN environment variable would be enough. Apparently it is not.
    I am trying to get EMS Oracle SQL manager connecting.
    I went to the oracle client FAQ and it was useless.

    I tried the main page install instruction myself:
    C:\>mkdir oracletest
    C:\>cd oracletest
    C:\oracletest>unzip "\downloads\client\instantclient-basiclite-win32-10.2.0.3-*.zip"
    Archive:  /downloads/client/instantclient-basiclite-win32-10.2.0.3-20061115.zip
       creating: instantclient_10_2/
      inflating: instantclient_10_2/classes12.jar
      inflating: instantclient_10_2/oci.dll
      inflating: instantclient_10_2/ocijdbc10.dll
      inflating: instantclient_10_2/ociw32.dll
      inflating: instantclient_10_2/ojdbc14.jar
      inflating: instantclient_10_2/orannzsbb10.dll
      inflating: instantclient_10_2/oraocci10.dll
      inflating: instantclient_10_2/oraociicus10.dll
    C:\oracletest>unzip "\downloads\client\instantclient-sqlplus-win32-10.2.0.3-*.zip"
    Archive:  /downloads/client/instantclient-sqlplus-win32-10.2.0.3-20061115.zip
      inflating: instantclient_10_2/glogin.sql
      inflating: instantclient_10_2/Orasqlplusic10.dll
      inflating: instantclient_10_2/sqlplus.exe
    C:\oracletest>set PATH=c:\oracltest\instantclient_10_2;%PATH%
    C:\oracletest>cd instantclient_10_2Now we should be able to verify the installation with the Instant Client's Sql*plus:
    C:\oracletest\instantclient_10_2>.\sqlplus
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly--> Problem here is that this lab machine has other Oracle Homes, for which we need to have a workaround since Instant Client does not support "not clean" machines.
    Note that the following is not supported, as far as I know:
    C:\oracletest\instantclient_10_2>notepad oracle.key
    the oracle.key file should have one line, something like:
    [ a dummy entry for Instant Client to hide other oracle reg entries ]
    C:\oracletest\instantclient_10_2>.\sqlplus
    SQL*Plus: Release 10.2.0.3.0 - Production on Thu Oct 18 12:24:49 2007
    Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
    Enter user-name:Voila!

  • Trying to run SQLPlus: Unable to initialize Oracle call interface (again)

    Dear all
    I am trying to install Oracle Instant Client on my powerpc-32bit running Linux. I just obtained these packages:
    instantclient-basic-linuxppc32-10.2.0.2-20060327.zip
    instantclient-sqlplus-linuxppc32-10.2.0.2-20060327.zip
    According to the document <http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ape.htm> these two are enough for me to use.
    I also followed the instruction on the document, by:
    1. Extract everything to /usr/local/instantclient_10_2/
    /usr/local:$ unzip instantclient-basic-linuxppc32-10.2.0.2-20060327.zip
    /usr/local:$ unzip instantclient-sqlplus-linuxppc32-10.2.0.2-20060327.zip
    2. export variables:
    $ export LD_LIBRARY_PATH=/usr/local/instantclient_10_2/
    $ export SQLPATH=/usr/local/instantclient_10_2/
    $ export NLS_LANG=AMERICAN_AMERICA.UTF8
    $ export PATH=/usr/local/instantclient_10_2:$PATH
    ($LD_LIBRARY_PATH and $SQLPATH was empty before I do the above.)
    (I didn't set $ORACLE_HOME because the document didn't require me to do so when I install sqlplus/oracle-client-basic from zip files. However I do tried to set it, doesn't help either.)
    3. run:
    $ sqlplus jxpado/[email protected]/XEXDB
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly
    I looked up causes of SP2-1503:
    Check that the Oracle environment or registry entries are consistent and correct.Yes. Environment is correct (only 3 variables);
    If using the SQL*Plus Instant Client make sure the SQL*Plus
    and Oracle libraries are from the same release. Yes, as you can tell from package zip file names.
    Make sure you have read access to the libraries.True. I am very sure I have read access to all files there.
    So what can I do here? I tried to follow instructions as clear / complete as possible.
    I am sure sqlplus didn't even try to connect to the server at gtz.ods.org because I put a network traffic listener there to monitor access to the server.
    Message was edited by:
    user609663

    Unfortunately there's a bunch of possible reasons for this error combination. I recommend you search metalink for SP2-1503 to get a list.
    Werner

  • Re:SQLPLUS error

    I Installed 11.2.0.1 on one machine first, that time sqlplus and everything is working fine. I Installed 10.2.0.1 software on same machine and want to create 10gr2 database. when changing ORACLE_HOME and doing sqlplus getting below error. Any one of them faced this kind of problems.
    echo $ORACLE_HOME/u01/app/oracle/product/11.2/db_1
    export ORACLE_HOME=/u01/app/oracle/product/10.2/db_1
    sqlplus /nologSP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly

    Please refer following thread
    SP2-1503 when starting sqlplus (privilege problem)

  • Unable to connect sqlplus in windows 7

    E:\>set oracle_sid=orcl
    E:\>sqlplus 'nologs'
    SP2-1503: Unable to initialize Oracle call interfa
    SP2-0152: ORACLE may not be functioning properly
    hi i am installed oracle on windows machine and i am trying to connect through cmd prompt. But its throughing the above errors.
    Pls could u help me out on this and how can i connect to database.
    Regards
    Poorna

    E:\>set oracle_home=E:\oracle\product\10.2.0\db_1
    E:\>sqlplus /nolog
    SP2-1503: Unable to initialize Oracle call interfa
    SP2-0152: ORACLE may not be functioning properly
    E:\>sqlplus /nolog
    SP2-1503: Unable to initialize Oracle call interfa
    SP2-0152: ORACLE may not be functioning prope
    C:\Users\poorna chander>set oracle_home=E:\oracle\product\10.2.0\db_1
    C:\Users\poorna chander>sqlplus /nolog
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly
    i've done both the ways...but its not working.
    Pls get me out of this.

  • P2-1503: Unable to initialize Oracle call interface

    version 10.2 on windows, any idea?
    E:\>sqlplus /nolog
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly

    E:\>set
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\agulzar\Application Data
    ASSISTANTS_COMMON_CLASSPATH=E:\oracle\product\10.2.0\assistants\jlib\assistantsC
    ommon.jar
    BALISHARE_CLASSPATH=E:\oracle\product\10.2.0\jlib\share.jar
    CANDLE_HOME=C:\IBM\ITM
    CLASSPATH=E:\oracle\product\10.2.0\jdk\jre\lib\rt.jar;E:\oracle\product\10.2.0\j
    dk\jre\lib\i18n.jar;E:\oracle\product\10.2.0\assistants\dbca\jlib\dbca.jar;E:\or
    acle\product\10.2.0\assistants\jlib\assistantsCommon.jar;E:\oracle\product\10.2.
    0\jlib\ewt3.jar;E:\oracle\product\10.2.0\jlib\ewtcompat-3_3_15.jar;E:\oracle\pro
    duct\10.2.0\jlib\share.jar;E:\oracle\product\10.2.0\jlib\swingall-1_1_1.jar;E:\o
    racle\product\10.2.0\jlib\oracle_ice5.jar;E:\oracle\product\10.2.0\jlib\help4.ja
    r;E:\oracle\product\10.2.0\jlib\jewt4.jar;E:\oracle\product\10.2.0\jlib\kodiak.j
    ar;E:\oracle\product\10.2.0\lib\xmlparserv2.jar;E:\oracle\product\10.2.0\jlib\or
    ai18n.jar;E:\oracle\product\10.2.0\jlib\orai18n-mapping.jar;E:\oracle\product\10
    .2.0\jlib\orai18n-utility.jar;E:\oracle\product\10.2.0\jlib\orai18n-collation.ja
    r;E:\oracle\product\10.2.0\jlib\netcfg.jar;E:\oracle\product\10.2.0\jlib\ojmisc.
    jar;E:\oracle\product\10.2.0\jlib\oraclepki103.jar;E:\oracle\product\10.2.0\jlib
    \ldapjclnt10.jar;E:\oracle\product\10.2.0\jlib\opm.jar;E:\oracle\product\10.2.0\
    jdbc\lib\classes12.zip;E:\oracle\product\10.2.0\jlib\srvm.jar;E:\oracle\product\
    10.2.0\jlib\srvmhas.jar;E:\oracle\product\10.2.0\jlib\srvmasm.jar;E:\oracle\prod
    uct\10.2.0\classes;E:\oracle\product\10.2.0\jlib\oemlt-10_1_0.jar;E:\oracle\prod
    uct\10.2.0\jlib\emca.jar;E:\oracle\product\10.2.0\sysman\jlib\emCORE.jar;E:\orac
    le\product\10.2.0\oc4j\j2ee\home\oc4j.jar;E:\oracle\product\10.2.0\oc4j\j2ee\hom
    e\db_oc4j_deploy.jar;E:\oracle\product\10.2.0\jlib\emConfigInstall.jar;E:\oracle
    \product\10.2.0\oui\jlib\OraInstaller.jar
    CLIENTNAME=WMSTUTCTX02
    ClusterLog=C:\WINDOWS\Cluster\cluster.log
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    COMPUTERNAME=WMSTUTGIS02
    ComSpec=C:\WINDOWS\system32\cmd.exe
    DBCA_CLASSPATH=E:\oracle\product\10.2.0\assistants\dbca\jlib\dbca.jar
    EM_CLASSPATH=E:\oracle\product\10.2.0\classes;E:\oracle\product\10.2.0\jlib\oeml
    t-10_1_0.jar;E:\oracle\product\10.2.0\jlib\emca.jar;E:\oracle\product\10.2.0\sys
    man\jlib\emCORE.jar;E:\oracle\product\10.2.0\oc4j\j2ee\home\oc4j.jar;E:\oracle\p
    roduct\10.2.0\oc4j\j2ee\home\db_oc4j_deploy.jar;E:\oracle\product\10.2.0\jlib\em
    ConfigInstall.jar
    EWT_CLASSPATH=E:\oracle\product\10.2.0\jlib\ewt3.jar;E:\oracle\product\10.2.0\jl
    ib\ewtcompat-3_3_15.jar
    FP_NO_HOST_CHECK=NO
    GDK_CLASSPATH=E:\oracle\product\10.2.0\jlib\orai18n.jar;E:\oracle\product\10.2.0
    \jlib\orai18n-mapping.jar;E:\oracle\product\10.2.0\jlib\orai18n-utility.jar;E:\o
    racle\product\10.2.0\jlib\orai18n-collation.jar
    HELP_CLASSPATH=E:\oracle\product\10.2.0\jlib\help4.jar;E:\oracle\product\10.2.0\
    jlib\jewt4.jar
    HOMEDRIVE=W:
    HOMEPATH=\
    HOMESHARE=\\wmstutfpcb\itdata\users\agulzar
    I18N_CLASSPATH=E:\oracle\product\10.2.0\jdk\jre\lib\i18n.jar
    ICE_BROWSER_CLASSPATH=E:\oracle\product\10.2.0\jlib\oracle_ice5.jar
    INSTALLER_CLASSPATH=E:\oracle\product\10.2.0\oui\jlib\OraInstaller.jar
    JAVA_HOME=C:\java\java5_01\jdk
    JDBC_CLASSPATH=E:\oracle\product\10.2.0\jdbc\lib\classes12.zip
    JRE_CLASSPATH=E:\oracle\product\10.2.0\jdk\jre\lib\rt.jar
    KODIAK_CLASSPATH=E:\oracle\product\10.2.0\jlib\kodiak.jar
    KUIFILEPATH=C:\IBM\ITM\bin\xml
    LIBPATH=C:\IBM\ITM\bin\dll;C:\IBM\ITM\TMAITM6;C:\IBM\ITM\InstallITM
    LOGONSERVER=\\WMSTUTDC01
    NETCFG_CLASSPATH=E:\oracle\product\10.2.0\jlib\netcfg.jar;E:\oracle\product\10.2
    .0\jlib\ojmisc.jar;E:\oracle\product\10.2.0\jlib\oraclepki103.jar;E:\oracle\prod
    uct\10.2.0\jlib\ldapjclnt10.jar;E:\oracle\product\10.2.0\jlib\opm.jar
    NLSLANG=AMERICAN_AMERICA.UTF8
    NLSPATH=C:\Program Files (x86)\IBM\SCM\msg\%L\%N.cat;C:\Program Files (x86)\IBM\
    SCM\msg\C\%N.cat
    NUMBER_OF_PROCESSORS=4
    OH=E:\oracle\product\10.2.0
    ORACLE_HOME=E:\oracle\product\10.2.0
    ORACLE_SID=ARCSERVP
    OS=Windows_NT
    Path=E:\oracle\product\10.2.0\BIN
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PERL5LIB=E:\oracle\product\10.2.0\perl\5.8.3\lib\MSWin32-x86;E:\oracle\product\1
    0.2.0\perl\5.8.3\lib;E:\oracle\product\10.2.0\perl\5.8.3\lib\MSWin32-x86;E:\orac
    le\product\10.2.0\perl\site\5.8.3;E:\oracle\product\10.2.0\perl\site\5.8.3\lib;E
    :\oracle\product\10.2.0\sysman\admin\scripts;
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=EM64T Family 6 Model 15 Stepping 6, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=0f06
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    PROMPT=$P$G
    SCM_CLIENT_INST_DIR=C:\Program Files (x86)\IBM\SCM\client
    SCM_HOME=C:\Program Files (x86)\IBM\SCM
    SDEHOME=E:\ArcGIS\ArcSDE\ora10gexe\
    SESSIONNAME=RDP-Tcp#14
    SRVM_CLASSPATH=E:\oracle\product\10.2.0\jlib\srvm.jar;E:\oracle\product\10.2.0\j
    lib\srvmhas.jar;E:\oracle\product\10.2.0\jlib\srvmasm.jar
    SWING_CLASSPATH=E:\oracle\product\10.2.0\jlib\swingall-1_1_1.jar
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\agulzar\LOCALS~1\Temp\3
    TISDIR=C:\Program Files (x86)\IBM\SCM\codeset
    TMP=C:\DOCUME~1\agulzar\LOCALS~1\Temp\3
    TNS_ADMIN=E:\oracle\product\10.2.0\NETWORK\ADMIN
    TSM=C:\Program Files\Tivoli\TSM\baclient\dsmc.exe
    USERDNSDOMAIN=WILLIAMS.COM
    USERDOMAIN=WILLIAMS
    USERNAME=agulzar
    USERPROFILE=C:\Documents and Settings\agulzar
    windir=C:\WINDOWS
    XMLPARSER_CLASSPATH=E:\oracle\product\10.2.0\lib\xmlparserv2.jar

Maybe you are looking for