Oracle

-d, --database

The name of the database to script. This value is required.

-s, --server

Full path to the database in the cloud (database-identifier.database.windows.net). This value is required.

-p, --port

Default value is 1521.

-u, --username

--password

--mode

Connection mode can be one of the following:

  • SID

  • Service Name

Default value is SID.

--as

Connect as:

  • Standard

  • SysDBA

  • SysOPER

Default value is Standard.

Last updated