cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle client version on application servers

Former Member
0 Kudos

Hi All,

Recently we upgraded Oracle version from 9.2.0.6 to 9.2.0.8 on databa server and oracle client on application & CI server.

But i would like to know which Oracle client version am i running currently on the application server.

Thanks

Regards

Sachin

Accepted Solutions (1)

Accepted Solutions (1)

stefan_koehler
Active Contributor
0 Kudos

Hello,

you don't tell us the plattform, that you are using.. so an answer is a little bit difficult.

But if you are on unix you can try the following (i know it is dirty):

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

Regards

Stefan

fidel_vales
Employee
Employee
0 Kudos

Hi,

A million points I would give to you if I could.

That is much more clean than what I was doing (check the size of the file)

Regards

Fidel

Former Member
0 Kudos

Hi Stefan

We are on Solaris 10 platform.

Thanks

Regards

Sachin

Former Member
0 Kudos

Hi Stefan,

With the command it displayed as follows:

#strings libclntst9.a |grep "XML Schema Processor version"

Oracle XML Schema Processor version 9.2.0.8.0 Production

Thanks

Regards

Sachin

Answers (0)