Modifying database parameters
put
/databases/modifyDb
Request
Supported Media Types
- application/json
Header Parameters
-
opc-idempotency-token: string
Minimum Length:
1
Maximum Length:64
A user-supplied token that uniquely identifies a request. A single request will be acted upon among many requests that share the same token. Idempotency tokens expire after 30 minutes.
Database parameters
Root Schema : DBModificationRequest
Type:
Show Source
object
-
adminPassword:
string
Password for the newly created CDB
-
backupConfigId:
string
-
backupConfigName:
string
-
cdbName:
string
Convert a singleton database to a Pluggable database of a newly specified Container database(CDB). If the specified CDB does not exist, then a new CDB will be created with the specified name.
-
cpuPool:
string
Defines the CPU Pool name
-
currentTDEPassword:
string
Current Password for Password Protected KeyStore
-
databaseId:
string
Database Id
-
dbClass:
string
-
dbId:
string
Database resource ID
-
dbName:
string
Database resource Name
-
dbRedundancy:
string
-
dbShape:
string
-
dbTargetNodeName:
string
-
dbType:
string
-
deleteExistingNonCDB:
boolean
Deletes previous non CDB after converting it into a CDB
-
enableEEHA:
boolean
Enable HA for EE SI database
-
enableSEHA:
boolean
Enable HA for SE for 19c and later SI database
-
isAutoBackupDisabled:
boolean
-
isBackupDisabled:
boolean
-
isChangeTdePassword:
boolean
Flag specified to change the TDE password of the database.
-
isReKey:
boolean
When specified TDE Master Encryption key will be Re-Keyed. Default is False
-
level0BackupDay:
string
Allowed Values:
[ "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday" ]
-
networksToAdd:
array networksToAdd
-
networksToRemove:
array networksToRemove
-
newTDEPassword:
string
New password for Password Protected Keystore
-
noCpuPool:
boolean
Removes the attached CPU Pool
-
pdbFilePath:
string
Absolute file path for ARCHIVE file (.tar file)
-
pdbName:
string
Pluggable database name.
-
rmanBkupPassword:
string
-
tdePassword:
string
Password for Password Protected KeyStore
-
tdeWalletMgmt:
boolean
When specified TDE wallet management will be changed from EXTERNAL to ODA.
-
unplugPDB:
boolean
Unplug a PDB from a CDB
Response
Supported Media Types
- application/json
200 Response
Database modification state.
Root Schema : ServiceJobReport
Type:
object
Job Request Status
Show Source
-
cpsMetadata:
string
-
createTimestamp:
string(date-time)
-
description:
string
-
jobId:
string
-
jobType:
string
-
message:
string
-
reports:
array reports
-
resourceList:
array resourceList
-
status:
string
Allowed Values:
[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure" ]
-
updatedTime:
string(date-time)
Nested Schema : resourceList
Type:
Show Source
array
-
Array of:
object JobResourceInfo
resource information
Nested Schema : TaskReport
Type:
Show Source
object
-
duration:
string
-
endTime:
string(date-time)
-
jobId:
string
-
nodeName:
string
-
parentTaskId:
string
-
reportLevel:
string
Allowed Values:
[ "Verbose", "Info", "Error" ]
-
startTime:
string(date-time)
-
status:
string
Allowed Values:
[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure", "Skipped" ]
-
tags:
array tags
-
taskDescription:
string
-
taskId:
string
-
taskName:
string
-
taskResult:
string
-
updatedTime:
string(date-time)
Nested Schema : JobResourceInfo
Type:
object
resource information
Show Source
-
jobId:
string
-
resourceId:
string
-
resourceNewType:
string
-
resourceType:
string
Allowed Values:
[ "Backup", "BackupConfig", "DB", "DbHome", "Grid", "Pdb", "Recovery", "Report", "Tde", "ObjectStoreSwift" ]
-
updatedTime:
string(date-time)
Default Response
An unexpected error has occurred