|
-
My hacking:
-- first one uses "New"
EXECUTE Dbms_Logmnr.Add_Logfile( -
options => Dbms_Logmnr.New, -
logfilename => '/arch/wmsp1/wmsp1_1_88.arc');
-- all others us addfile
EXECUTE Dbms_Logmnr.Add_Logfile( -
options => Dbms_Logmnr.addfile, -
logfilename => '/arch/wmsp1/wmsp1_1_89.arc');
EXECUTE Dbms_Logmnr.Add_Logfile( -
options => Dbms_Logmnr.addfile, -
logfilename => '/arch/wmsp1/wmsp1_1_90.arc');
.
. etc....
.
.
EXECUTE Dbms_Logmnr.Start_Logmnr( -
dictfilename =>'/oracle/admin/scripts/l_dictionary_wmsp1.ora');
-- Specifiy SCN range
EXECUTE Dbms_Logmnr.Start_Logmnr( -
dictfilename =>'/oracle/admin/scripts/l_dictionary_wmsp1.ora', -
startscn => 19628200, -
endscn => 19628277);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|