Additional /schemaexport and /schemaimport Arguments

This topic gives detailed description of command line switches and examples of their usage.

/schemaexport Arguments

To get more information on switches related to schema export in the command line interface, type:

C:\Program Files\Devart\Compare Bundle for Oracle\dbForge Schema Compare for Oracle>schemacompare.com /schemaexport /?

Below all switches of this option are described, together with usage examples.

Below is the example of the /shcemaexport arguments usage:

C:\Program Files\Devart\Compare Bundle for Oracle\dbForge Schema Compare for Oracle>schemacompare.com /schemaexport /connection:"User Id=yourusername;Server=ORCL1020" /outputfile:"D:\sample.sql" /password:"yourpassword" /projectfile:"D:\sample.backup" /schema:SCOTT /encoding:"UTF-8" 

/schemaimport Arguments

To get more information on switches related to schema import in the command line interface, type:

C:\Program Files\Devart\Compare Bundle for Oracle\dbForge Schema Compare for Oracle>schemacompare.com /schemaimport /?

Below all switches of this option are described, together with usage examples.

Below is the example of the /shcemaimport arguments usage:

C:\Program Files\Devart\dbForge Schema Compare for Oracle>schemacompare.com /schemaimport /connection:"User Id=yourusername;Server=ORCL1020" /password:"yourpassword" /schema:SCOTT /inputfile:"D:\HR.sql" /encoding:"UTF-8"