How to check Oracle version information
Method 1
First open the xshell terminal and log in to server, then switch to the Oracle user, then enter "sqlplus / as sysdba" on the command line, and finally click Enter to print out the Oracle version information.
Method 2
First open plsql and log in to your Oracle account. After logging in , create a new SQL window and enter SQL "select * from v$version", and finally click Enter;
Recommended tutorial: "Oracle Tutorial"
The above is the detailed content of How to check Oracle version information. For more information, please follow other related articles on the PHP Chinese website!