Oracle 10g introduces a new feature concerning the audit. In 10g, we are able to write the audit trail into XML files on the operating system level.
alter system set audit_trail=XML;
This sounds very exciting since we could do a lot of things with XML. At least, the audit trail is well structured, isn't it?
But, there seems a problem using RMAN with this auditing feature enabled.
alter system set audit_sys_operation=true;
I only enable auditing for the privileged account 'SYS' in the statement above. Now, when I try to connect RMAN, I will get the errors below:
swong@mars:flyhorse > rman target / nocatalog
Recovery Manager: Release 10.2.0.1.0 - Production on Thu Mar 1 10:28:10 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-06003: ORACLE error from target database:
ORA-09817: Write to audit file failed.
I encountered this error in Oracle 10.2.0.1. This is because of an unpublished bug 4600757. You can refer to Oracle DOC ID: Note:391787.1 to get more about this problem.
Subscribe to:
Post Comments (Atom)
3 comments:
Good fill someone in on and this post helped me alot in my college assignement. Thank you as your information.
Opulently I to but I think the list inform should have more info then it has.
Nice brief and this post helped me alot in my college assignement. Say thank you you seeking your information.
Post a Comment