Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

LogMiner

577284Mar 6 2008 — edited Mar 7 2008
Hi to all,


When i try to configure and the logminer in the server it is working well. But when
I am trying to configure and view the logminer from the client PC it is throwing me the error.

Can anyone explain me whether it can be only done in the server side?

When i try to run the command from the client pc I'm getting this error..

SQL> EXECUTE DBMS_LOGMNR_D.BUILD( -
OPTIONS=> DBMS_LOGMNR_D.STORE_IN_REDO_LOGS);
BEGIN DBMS_LOGMNR_D.BUILD( OPTIONS=> DBMS_LOGMNR_D.STORE_IN_REDO_LOGS); END;

*
ERROR at line 1:
ORA-06550: line 1, column 39:
PLS-00201: identifier 'DBMS_LOGMNR_D.STORE_IN_REDO_LOGS' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored


But I'm able to configure this in server session.

Thanks and Regards
Vijayaraghavan K
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 4 2008
Added on Mar 6 2008
6 comments
1,257 views