Createsthe table in the database. Ifthe table had contained any data
beforeextraction, the command file would fill the replicated table with a
copyof the data.
Createsa publication to identify the data being replicated.
Createsthe subscription for the consolidated database, and starts the
subscription.
Whileconnected to the field database as DBA, confirm that the tables are
createdby executing the following statements:
SELECT *FROM SalesRep ;
SELECT *FROM Customer ;
Whatnext? Thesystem is now ready for replication.
Forthe next step, inserting and replicating data, see the section “Start
replicatingdata” on page 47.
46