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

Thread: Pls Help

  1. #1
    Join Date
    Dec 2007
    Posts
    15

    Pls Help

    Hi ,

    I am trying to create Master_repobject , getting following error


    BEGIN

    DBMS_REPCAT.CREATE_MASTER_REPOBJECT (

    gname => 'babu_rep',

    sname => 'BABU',

    oname => 'EMP',

    type => 'TABLE',

    use_existing_object => TRUE ,

    copy_rows => FALSE );

    END;

    /

    BEGIN
    *
    ERROR at line 1:
    ORA-23308: object BABU.EMP does not exist or is invalid
    ORA-06512: at "SYS.DBMS_REPCAT_MAS", line 2627
    ORA-06512: at "SYS.DBMS_REPCAT", line 562
    ORA-06512: at line 3


    Note : BABU is a empty schema with no tables


    Thanks in advance

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    the emp table doesnt exist, it needs to

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