Operations at OracleManagement

This page describes the backend methods at this endpoint.

Signature Description
Void BackupDatabase(OracleDatabaseBackupRequest request) Backup Oracle database
Guid EnableArchiveLogMode(EnableArchiveLogModeJobRequest request) Enable Archive log mode for all agent databases
Void ExportOracleRmanBackups(OracleRmanBackupExportJobRequest request) Exports Oracle Rman backups
AgentOracleIntegrityCheckSettings GetAgentOracleIntegrityCheckSettings(String agentId) Gets the Oracle integrity check settings for the agent
AgentOracleLogTruncationSettings GetAgentOracleLogTruncationSettings(String agentId) Gets the Oracle log truncation settings for the agent
OracleMetadata GetAgentOracleMetadata(String agentId) Gets the Oracle metadata for the agent
OracleMetadataExtended GetAgentOracleMetadataExtended(String agentId) Gets the extended Oracle metadata for the agent
OracleIntegrityCheckQueueServiceConfiguration GetOracleIntegrityCheckQueueConfiguration() Gets the configuration of the Oracle integrity check queue
OracleIntegrityCheckQueueEntryInfoCollection GetOracleIntegrityCheckQueueContents() Gets the contents of the Oracle integrity check queue
StringCollection GetOracleTnsNames(String agentId, String oracleHomeName) Gets the Oracle TNS names for specified home.
Void IncludeOracleVssWriter(String agentId) Includes Oracle Vss Writer
Guid RemountOracleDatabases(OracleRemountJobRequest request) Remounts agent Oracle databases
Void RestoreDatabase(OracleDatabaseRestoreJobRequest request) Restore Oracle database
Void SaveOracleInstanceCredentials(String agentId, InstanceCredentials credentials) Saves specified credentials for Oracle instance.
Void SetAgentOracleIntegrityCheckSettings(String agentId, AgentOracleIntegrityCheckSettings settings) Sets the Oracle integrity check settings for the agent
Void SetAgentOracleLogTruncationSettings(String agentId, AgentOracleLogTruncationSettings settings) Sets the Oracle log truncation settings for the agent
Void SetOracleIntegrityCheckQueueConfiguration(OracleIntegrityCheckQueueServiceConfiguration config) Sets the configuration of the Oracle integrity check queue
Guid StartDatabaseVerify(OracleIntegrityCheckJobRequest request) Performs database verify
Guid TruncateLogs(OracleLogTruncationJobRequest request) Truncate Oracle Logs.
Boolean VerifyOracleInstanceCredentials(String agentId, InstanceCredentials credentials) Verifies specified credentials for Oracle instance.