Rman Error
[message #385963] |
Thu, 12 February 2009 01:31 |
rumman
Messages: 48 Registered: June 2007 Location: Bangladesh
|
Member |
|
|
When I issue any command in RMAN, I get the following error:
ORA-01400: cannot insert NULL into ("RMAN"."ROUT"."ROUT_SKEY")
Could anyone please tell me, what may be the cause for this error?
|
|
|
|
Re: Rman Error [message #385984 is a reply to message #385974] |
Thu, 12 February 2009 02:31 |
rumman
Messages: 48 Registered: June 2007 Location: Bangladesh
|
Member |
|
|
No. At 10:00 am yesterday, everything was working perfectly. I used command:
LIST BACKUP;
It worked fine. But when I use this command at 04:00 pm, I found that error. Infact, at that time, whatever command I gave, I got the error.
At that time, I solved it using the following command:
upgrade catalog;
unregister database;
register database;
But, I am confused about the error that what the actual reason.
|
|
|
|