This procedure should be used to create a bi-directional snapshot publication. If the item parameter is a table then this procedure creates an updateable snapshot log and generates an updating procedure.
None.
The following statement creates bi-directional snapshot publication of table 'Demo.demo.Shippers':
SQL> DB.DBA.REPL_CREATE_SNAPSHOT_PUB ('Demo.demo.Shippers', 2);
The following statement creates bi-directional snapshot publication of DAV collection '/DAV/doc':
SQL> DB.DBA.REPL_CREATE_SNAPSHOT_PUB ('/DAV/doc', 1);