SeanHoppe.com > CLEO Tips > CLEO JDE Tips 4 Determine Oracle/JDE E1 Database Version from SQL Command Line
Determine Oracle/JDE E1 Database Version from SQL Command Line
30th January 2014
From a SQL command line, users can determine what Oracle E1 database version they are using by executing:
SELECT * FROM V$VERSION
Once executed, users will see something such as below:
EXAMPLE 1
Oracle Database 11g Release 11.2.0.3.0 - 64bit Production
PL/SQL Release 11.2.0.3.0 - Production
CORE 11.2.0.3.0 Production
TNS for Linux: Version 11.2.0.3.0 - Production
NLSRTL Version 11.2.0.3.0 - Production
EXAMPLE 2
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
PL/SQL Release 11.2.0.1.0 - Production
CORE 11.2.0.1.0 Production
TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production
EXAMPLE 3
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Solaris: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
Copyright 2014 @ www.seanhoppe.com
By: Sean Hoppe on