You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bug when using the install script with both --optional-features and --oci-cli-version parameters. Please see `github issue #370 <https://github.com/oracle/oci-cli/issues/370>`_ for more details.
83
+
9
84
3.3.1 - 2021-11-17
10
85
------------------
11
86
Added
@@ -56,15 +131,15 @@ Changed
56
131
57
132
* The parameter --backup-tde-password is now optional in the below commands
58
133
59
-
* ``oci db system launch-from-backup``
134
+
* ``oci db system launch-from-backup``
60
135
* ``oci db database launch-from-database``
61
136
62
137
63
138
* The parameters --pdb-admin-password, --tde-wallet-password and --target-tde-wallet-password are now optional and a new parameter --is-pdb-admin-acc-locked is introduced in the below commands
64
139
65
140
* ``oci db pluggable-database create``
66
141
* ``oci db pluggable-database local-clone``
67
-
* ``oci db pluggable-database remote-clone``
142
+
* ``oci db pluggable-database remote-clone``
68
143
69
144
70
145
3.3.0 - 2021-11-09
@@ -489,7 +564,7 @@ Added
489
564
* Support for enable, disable, modify in Database Management service
490
565
491
566
* ``oci db database enable-database-management``
492
-
* ``oci db database disable-database-management``
567
+
* ``oci db database disable-database-management``
493
568
* ``oci db database modify-database-management``
494
569
495
570
* Support for getting the detailed log content of a job in the Resource Manager service
@@ -1828,7 +1903,7 @@ Added
1828
1903
1829
1904
* Support for private access channel in Analytics Service
Copy file name to clipboardExpand all lines: services/ai_language/src/oci_cli_ai_service_language/aiservicelanguage_cli_extended.py
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
0 commit comments