This is a premium alert message you can set from Layout! Get Now!

How to find Oracle Database Components version

Anup
0
Oracle RDBMS Version
SELECT * FROM V$VERSION;

Version of OPATCH
$ perl $ORACLE_HOME/OPatch/opatch.pl version

Listener Version
$ lsnrctl version

Check Database 32-bit or 64-bit?

select length(addr)*4 '-bits' word_length from v$process where ROWNUM =1;

Post a Comment

0 Comments

Please Select Embedded Mode To show the Comment System.*

Post a Comment
To Top