oracle install check [message #172876] |
Thu, 18 May 2006 07:57 |
alanm
Messages: 284 Registered: March 2005
|
Senior Member |
|
|
hi all,
this might seem a bit of a daft question but...
A sys admin has changed the filesystems on a unix server. I can still get to sql, rman and dg. but are there any other checks that can be carried out on the installed files to confirm that Oracle is okay.
regards
Alan.
[Updated on: Thu, 18 May 2006 07:57] Report message to a moderator
|
|
|
Re: oracle install check [message #172892 is a reply to message #172876] |
Thu, 18 May 2006 09:15 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
Here are some:
Can you still connect to your databases?
Is the listener started?
Do you see errors in the alert.log?
Call your users to see if can work.
Check if all datafiles are online (SELECT file_name, status FROM dba_data_files).
|
|
|
|