1 Changes in Release 26.1 for Oracle SQLcl User's Guide
The new features and enhancements in this release are:
- Extended
CONNMGRcommand to provide a mechanism for exporting or importing stored database connections.See Export Connections and Import Connections
- Included support for schema substitution thereby enabling you to use the
projectcommand to parameterize hard-coded schema names in database scripts for dynamic environment handling. - A new command to compare two Oracle Database schemas and generate an artifact file containing the necessary changes to synchronize them.
See
DIFF - The new script execution diagnostic commands,
SHOW LEVELandSHOW SCRIPTS, to help understand and audit the execution context and structure of SQL scripts. - The new
SHOW KEYMAPcommand to display the key bindings (shortcuts) associated with all supported editor modes (such as vicmd, viins, visual, or emacs) in Oracle SQLcl.See
SHOW KEYMAP - Extended
ORAPKIto enable downloading the TLS certificate chain from an HTTPS endpoint and adding it to an existing Oracle wallet as trusted certificates.See
ADD - The new
OBJECTSTORAGEcommand to use the Object Storage Service API to manage objects, and related resources.See
OBJECTSTORAGE - The new options for the
project releasecommand to include or exclude the specified changes from the release.See release
- Extended the
project exportcommand to include both scheduler job and program arguments while exporting jobs.See Support for Jobs