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

Thread: Oracle Replication error

  1. #1
    Join Date
    Jul 2002
    Posts
    5

    Lightbulb

    I am having some problems while trying to create replication data.I am using oracle 8i.

    I am getting the following error.

    ***************************************************************************************
    Stack Trace:------------------

    ORA-06550:line 2, Column 4:
    PLS-00201:identifier 'DBMS_REPCAT-ADMIN.
    GRANT_ADMIN_ANY_SCHEMA' must be declared
    ORA-06550 : line 2, column 4;
    PL/SQL : Statement ignored

    *****************************************************************************************

    Can anybody pl. help me out with this, it is quite urgent.


  2. #2
    Join Date
    May 2001
    Posts
    736
    Check the privileges on the Repadmin and snapshot admin.

    Let us have detail steps how u have created the replication default users i.e, repadmin and snapshot admin.

    regards
    akhadar

  3. #3
    Join Date
    Apr 2002
    Posts
    28
    Here is an example script I use to set up the repadmin account when I set up replication:

    http://www.dotcomsolutionsinc.net/pr...p_prod3_1.html

    Included with the grants and roles for this repadmin account you will see where I have included:

    execute dbms_repcat_admin.grant_admin_any_schema ('repadmin');

    You will probably just want to go thru the whole list as you see in the example just to make sure that you have everything setup correctly.

    David Simpson
    http://www.dotcomsolutionsinc.net

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