|
Ispirer SQLWays Database Migration Software
/EMPS - Omit the schema (owner) name in DDL statements
Syntax: /EMPS
This option specifies that schema (owner) names be omitted in SQL scripts for DDL statements. This allows you to use the default schema (owner) name for the user.
When the target database is MySQL or Pervasive.SQL, schema names are always omitted even if the /EMPS option is not specified since MySQL and Pervasive.SQL do not support schemas (logical grouping of objects in the database).
If you want to change the schema (owner) name for database objects, consider using the /OSN option.
You can specify this option in the initialization file. See Initialization File Options for details.