| Parameter | Description | 
| sname | The schema in which the table is located. | 
| oname | The name of the table for which you will generate replication support. | 
| column_list | A comma-separated list of the columns in the table that you want to use as a "primary key". There must be no whitespace between entries. | 
| column_table | Instead of a list, you can use a PL/SQL table of type DBMS_UTILITY.NAME_ARRAY to contain the column names. The first column name should be at offset 1, the second at offset 2, and so on. |