|
|
Re: error set in sbterror by MM, does not get printed on the console? [message #520005 is a reply to message #519979] |
Thu, 18 August 2011 03:08 |
|
swaorclser
Messages: 56 Registered: August 2011
|
Member |
|
|
Ok. Sorry.
and thanks for your reply.
When I run oracle DB init job with Media management software, for some reason it fails.
But, in rman console it doesnot print the error. It shows
"ORA-19511 : Error received from media management layer: error text: "
and does not print the text.
sbterror function is called whenever there is any error.
sbterror(void *ctx,
unsigned long flags,
unsigned long *error_code,
char **error_text_native,
char **error_text_utf8)
Also , we can set error in error_text_native variable. I can see that to be set properly. But its not getting printed, that is the problem.
Hope this explains my problem.
Thanks!
|
|
|
|
|
|
|
|
|
|
|