How To Find Oracle Database Version?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The simplest way to find the Oracle Database version is to view the Oracle Database‘s banner. This can be viewed by connecting to the Oracle Database server using an Oracle Database client, and running the command ‘select banner from v$version;’. Another way to find the version of Oracle Database is to query the Oracle system catalog views such as DBA_REGISTRY and V$VERSION.