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.
Create the procedure, then execute it in a decent client:
Ensure that your client doesn't truncate the output.
For example, DBeaver has a setting "Maximum text editor content length". Increase it.
SQL Developer actually needs to spool that to a file:
Last updated