Additional /schemaexport and /schemaimport Arguments

Last modified: April 10, 2024

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\dbForge Studio for Oracle>dbforgeoracle.com /schemaexport /?

Note

The path to the executable file will differ depending on how you have installed the Studio - as a standalone tool or as part of the dbForge Edge bundle. Make sure that you have specified a correct path. If you have installed the Studio as part of dbForge Edge, change the path accordingly:

C:\Program Files\Devart\dbForge Edge\dbForge Studio for Oracle>dbforgeoracle.com

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\dbForge Studio for Oracle>dbforgeoracle.com /schemaexport /connection:"User Id=yourusername;Server=ORCL1020" /outputfile:"D:\sample.sql" /password:"yourpassword" /projectfile:"D:\sample.backup" /schema:schemaname /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\dbForge Studio for Oracle>dbforgeoracle.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 Studio for Oracle>dbforgeoracle.com /schemaimport /connection:"User Id=yourusername;Server=ORCL1020" /password:"yourpassword" /schema:schemaname /inputfile:"D:\HR.sql" /encoding:"UTF-8"