cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle client query !

Former Member
0 Kudos

Hi Everyone,

Whether we can find out the version of oracle client software used on the host.

/oracle/client/92x_32

client 9207 or client 9208 ..etc etc

Normally when we download client software from service market place, the version is specified their, but I want to know whether we can find out by checking some file or some command ?

It will be great if anyone has this info to share .

Thanks !

Kind Regards

Neenad

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Neenad,

If you have installed SAP on Oracle DB, you can also find the Oracle client info by click on System --> Status and click on Other Kernal Info ( Shift + F5)

Hope this is helpful.

Cheers,

Satish.

fidel_vales
Employee
Employee
0 Kudos

Hi Satish,

I'm sorry, but you are not correct.

The options you mention do not display the currently being used oracle client but the oracle client and mode the SAP dboraslib file was compiled with.

Only from 10g it is possible to find out from inside SAP in an easy way the current oracle client library being used by the SAP kernel.

Answers (1)

Answers (1)

stefan_koehler
Active Contributor
0 Kudos

Hello

please try this dirty style

> shell> strings /oracle/client/92x_32/lib/libclntsh.a | grep "XML Schema Processor version"

Regards

Stefan