Monday, November 10, 2008

How to check ORA Err on Server

How to check ORA Err on Server:
===============================
To check any such error like (IMP-00041) on oracle database server just go to shell prompt of linux(os) and type :
[oracle@test ~]$ oerr ora IMP-00041
to get the solution and more information about the errors.