How to find out when Oracle database was created by writing a sql?
Thank you
Sam
![]() |
How to find out when Oracle database was created by writing a sql?
Thank you
Sam
Sign into Oracle as sys or system.Quote:
Originally Posted by sghandch
Issue the following SQL:
SQL> select created from v$database;
You should see something like:
CREATED
---------
26-FEB-07
Hope this helps.
All times are GMT -7. The time now is 05:24 PM. |