i_table_owner
Use this VARCHAR(128) parameter to specify the user on the target SQL Anywhere database who owns the proxy tables. This
user is created using the GRANT CONNECT statement. A value is required for this parameter.
This procedure drops the proxy tables that were created for the migration. The user who owns these proxy tables is specified
by the i_table_owner argument.
If the migrated tables are not all owned by the same user on the target SQL Anywhere database, you must call this procedure
for each user to drop all the proxy tables.
As an alternative, you can migrate all tables in one step using the sa_migrate system procedure.
This system procedure is used in conjunction with several other migration system procedures. The note in the Remarks section
of the sa_migrate_create_fks system procedure contains the list of migrate procedures, and the order in which you must execute
them.