Example 1: outbound queue after create subscription

In this example, the create subscription command at the replicate Replication Server starts the materialization process by selecting from the primary database:

create subscription emp_queue_sub
for emp_queue
 with replicate at NYDS.nydb

To view the entire queue:

sysadmin dump_queue, 103, 0,-1,1,-2

Output

I. 2006/07/05 08:20:20. QUEUE DUMP FOR 103:0
I. 2006/07/05 08:20:20. BLOCK BEGIN
q_number=103 q_type=0 blk=0:1 cnt=1
I. 2006/07/05 08:20:20. Begin Transaction
Origin User= Tran Name=
I. 2006/07/05 08:20:20. ENTRY ver=1100 len=188 orig=102
lorig=0 oqid=00000000000016c7000004ff0004000004ff0000
000097f50087a0720000000000000000 lqid=0:1:0 st=21
tr='00000000000016c70000' NYDSnydb comlen=69
activate subscription 0x0100006580000065 0
I. 2006/07/05 08:20:20. END QUEUE DUMP FOR 103:0

Explanation