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

Thread: automate replication

  1. #1
    Join Date
    Apr 2000
    Posts
    4

    Exclamation

    Folks,

    I am attempting replication and I have set up master site and the snapshot site and now I am trying to create the snapshot logs. In ordet to create snapshot logs I need to put a lot of tables together in a group. Through the replication manager interface it is possible one table at a time.
    How do I grab a lot of tables at the same time to be added to a group ? Is there a way to automate this?

    Anyone please?

    Thanks,
    Saigals

  2. #2
    Join Date
    Nov 2000
    Posts
    245

    write a script, generate them dynamically by select "dbms_repcat.create_...." || object_name from user_objects where object_type ='TABLE'....
    then execute it

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