How to get the version number of the running instance of oracle?
To get the detail on the running oracle instance version you can use any of the following command.
SELECT * FROM V$VERSION
or
SELECT version FROM V$INSTANCE
Login using Google
77 questions
58 answers
9 comments
54,673 users