DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: DBMS_REPUTIL_REPLICATION_IS_ON

  1. #1
    Join Date
    Jun 2001
    Posts
    243
    When I try to Enable a Trigger, I got this error:


    PLS-00202: identifier 'DBMS_REPUTIL_REPLICATION_IS_ON' must be declared


    I dont' see this package under SYS's schema.

    help.

  2. #2
    Join Date
    Jun 2001
    Posts
    243
    what do I need to run to get DBMS_REPUTIL Package from $ORACLE_HOME/rdbms/admin?


  3. #3
    Join Date
    Dec 2001
    Location
    Keene, NH
    Posts
    510
    I'd try

    @$ORACLE_HOME/rdbms/admin/catrep.sql;

  4. #4
    Join Date
    Jun 2001
    Posts
    243
    ok..I ran catrep.sql and it did created dbms_reputil and all other dbms_catrep*

    now...I have to remove this pacakages that I just created using catrep.sql...

    how can I remove all the packages that's been created by catrep.sql?

  5. #5
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Why in the world would you want to do that?
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width