DB STARTUP TIME
782482Jul 20 2010 — edited Jul 20 2010Hi
When i query my database to find the db startup time i get
SELECT to_char(startup_time,'DD-MON-YYYY HH24:MIS') "DB Startup Time"
FROM sys.v_$instance
I get the following error
ERROR at line 1:
ORA-01821: date format not recognized
What to do?