.
DBMS_REPCAT.CREATE_SNAPSHOT_REPOBJECT(
sname IN VARCHAR2,
oname IN VARCHAR2,
type IN VARCHAR2,
ddl_text IN VARCHAR2 := NULL,
comment IN VARCHAR2 := '',
gname IN VARCHAR2 := ''
gen_obj_owner IN VARCHAR2 := '')Note: If the DDL is supplied without specifying a schema, the default schema is the replication administrator's schema. Be sure to specify the schema if it is other than the replication administrator's schema.