cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Netweaver Java

Former Member
0 Kudos

Hello,

How to find out Oracle version in SAP AS Java ?

Thanks & Regards,

Ananda

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can check it on the system info page of java server. http://<hostname>:<Httpport> -> systeminfo.

Reagrds,

VIpin

Former Member
0 Kudos

go to  http://hostname:5$$00/monitoring/SystemInfo where $$ is your system no. Enter the j2ee_admin as user and the pw , under the Database info u will find ur version.

Example:

Database

Name: S71
Host: solman
Type: DB2/LINUXX8664 (SQL09074)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you can check at OS level.

sqlplus "/as sysdba"

it displays the oracle version.

Regards,

Venkata S Pagolu