Finding Oracle Release [message #637583] |
Wed, 20 May 2015 07:28 |
muktha_22
Messages: 527 Registered: December 2009
|
Senior Member |
|
|
Hi,
Any one please help.
How we can identify the release of the Oracle Software (12.1.1 or 12.1.2) with only the software installation.
DB yet to be created.
Regards
Muktha
|
|
|
|
|
|
Re: Finding Oracle Release [message #637587 is a reply to message #637583] |
Wed, 20 May 2015 08:35 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Come on, man! Just run something. Pretty mich anything:
C:\Users\john>sqlplus
SQL*Plus: Release 12.1.0.2.0 Production on Wed May 20 14:33:55 2015
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Enter user-name: ^C
C:\Users\john>
C:\Users\john>dbv
DBVERIFY: Release 12.1.0.2.0 - Production on Wed May 20 14:34:03 2015
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
|
|
|
|
|
|
|