Sei sulla pagina 1di 3

Oracle Client Log in as <sid>adm DB Servers (SPARC) Run the script as <sid>adm user /sapcd/sap/scripts/inst_ora_client_11g-SPARC.

sh Apps Servers (INTEL) Run the script as <sid>adm user /sapcd/sap/scripts/inst_ora_client_11g-INTEL.sh Client Install Verification On SAP systems with ABAP Stack or Double Stack: Check if the SAP DBSL can load the newly installed instant client correctly. Change to the exe directory as user <sid>adm and run the ldd command on dboraslib.so: ldd dboraslib.so If that succeeds, verify that the SAP system is able to connect to the database with OS> R3trans -x Otherwise, if ldd cannot resolve all libraries, then verify the value of the library search path for the <sid>adm user. It should be set as: For release 11.2 clients: /usr/sap/SID/SYS/exe/run:/oracle/client/11x_64/instantclient '/oracle/client/<rel>_<wordsize>/instantclient_<release>' is therefore not recommended. Configtool Change the value of ALL occurences of the rdbms.driverLocation property parameter to: /oracle/client/11x_64/instantclient

Environment Variables <sid>adm home directory .dbenv.sh Change the value of the ADD=/oracle/client/10x_64/instantclient statement to: ADD=/oracle/client/11x_64/instantclient .dbenv.csh Change the value of the set ADD=/oracle/client/10x_64/instantclient to: set ADD=/oracle/client/11x_64/instantclient .dbenv_tmdvisds01.sh Change the value of the ADD=/oracle/client/10x_64/instantclient statement to: ADD=/oracle/client/11x_64/instantclient .dbenv_tmdvisds01.csh Change the value of the set ADD=/oracle/client/10x_64/instantclient to: set ADD=/oracle/client/11x_64/instantclient Dual Stack or JAVA Systems Config.properties cd /usr/sap/<SID>/DVEBMGS00/j2ee/configtool Change the value of rdbms.driverLocation=/oracle/client/10x_64/instantclient/ojdbc14.jar to: rdbms.driverLocation=/oracle/client/11x_64/instantclient/ojdbc14.jar bootstrap.properties cd /usr/sap/<SID>/DVEBMGS00/j2ee/cluster/bootstrap

Change the value of rdbms.driverLocation=/oracle/client/10x_64/instantclient/ojdbc14.jar to: rdbms.driverLocation=/oracle/client/11x_64/instantclient/ojdbc14.jar Instance Profile instance profile cd /sapmnt/<SID>/profile edit the instance profile <SID>_DVEBMGS00_tm**<sid>s01and change the value j2ee/dbdriver = /oracle/client/10x_64/instantclient/ojdbc14.jar to: j2ee/dbdriver = /oracle/client/11x_64/instantclient/ojdbc14.jar

Potrebbero piacerti anche