oci-databasemanagement 2.62.2 → 2.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +529 -217
- package/lib/client.js +2003 -443
- package/lib/client.js.map +1 -1
- package/lib/model/alert-severity-enum.d.ts +1 -1
- package/lib/model/alert-severity-enum.js +1 -1
- package/lib/model/alert-type-enum.d.ts +1 -1
- package/lib/model/alert-type-enum.js +1 -1
- package/lib/model/associated-service-details.d.ts +32 -0
- package/lib/model/associated-service-details.js +32 -0
- package/lib/model/associated-service-details.js.map +1 -0
- package/lib/model/automatic-capture-filter-details.d.ts +50 -0
- package/lib/model/automatic-capture-filter-details.js +39 -0
- package/lib/model/automatic-capture-filter-details.js.map +1 -0
- package/lib/model/automatic-capture-filter.d.ts +63 -0
- package/lib/model/automatic-capture-filter.js +44 -0
- package/lib/model/automatic-capture-filter.js.map +1 -0
- package/lib/model/change-external-exadata-infrastructure-compartment-details.d.ts +1 -1
- package/lib/model/change-plan-retention-details.d.ts +31 -0
- package/lib/model/change-plan-retention-details.js +60 -0
- package/lib/model/change-plan-retention-details.js.map +1 -0
- package/lib/model/change-space-budget-details.d.ts +31 -0
- package/lib/model/change-space-budget-details.js +60 -0
- package/lib/model/change-space-budget-details.js.map +1 -0
- package/lib/model/change-sql-plan-baselines-attributes-details.d.ts +50 -0
- package/lib/model/change-sql-plan-baselines-attributes-details.js +60 -0
- package/lib/model/change-sql-plan-baselines-attributes-details.js.map +1 -0
- package/lib/model/configure-automatic-capture-filters-details.d.ts +30 -0
- package/lib/model/configure-automatic-capture-filters-details.js +70 -0
- package/lib/model/configure-automatic-capture-filters-details.js.map +1 -0
- package/lib/model/configure-automatic-spm-evolve-advisor-task-details.d.ts +27 -0
- package/lib/model/configure-automatic-spm-evolve-advisor-task-details.js +66 -0
- package/lib/model/configure-automatic-spm-evolve-advisor-task-details.js.map +1 -0
- package/lib/model/create-external-db-system-details.d.ts +1 -0
- package/lib/model/create-external-db-system-details.js +6 -0
- package/lib/model/create-external-db-system-details.js.map +1 -1
- package/lib/model/create-external-exadata-infrastructure-details.d.ts +4 -4
- package/lib/model/create-external-exadata-storage-connector-details.d.ts +3 -3
- package/lib/model/create-sql-job-details.d.ts +2 -0
- package/lib/model/create-sql-job-details.js +12 -2
- package/lib/model/create-sql-job-details.js.map +1 -1
- package/lib/model/cursor-cache-statement-collection.d.ts +29 -0
- package/lib/model/cursor-cache-statement-collection.js +64 -0
- package/lib/model/cursor-cache-statement-collection.js.map +1 -0
- package/lib/model/cursor-cache-statement-summary.d.ts +36 -0
- package/lib/model/cursor-cache-statement-summary.js +32 -0
- package/lib/model/cursor-cache-statement-summary.js.map +1 -0
- package/lib/model/database-plan-directive.d.ts +14 -13
- package/lib/model/database-plan-directive.js.map +1 -1
- package/lib/model/database-plan-role-enum.d.ts +2 -2
- package/lib/model/database-plan-role-enum.js +2 -2
- package/lib/model/database-plan-type-enum.d.ts +2 -2
- package/lib/model/database-plan-type-enum.js +2 -2
- package/lib/model/dbm-resource.d.ts +8 -8
- package/lib/model/disable-automatic-initial-plan-capture-details.d.ts +26 -0
- package/lib/model/disable-automatic-initial-plan-capture-details.js +60 -0
- package/lib/model/disable-automatic-initial-plan-capture-details.js.map +1 -0
- package/lib/model/disable-automatic-spm-evolve-advisor-task-details.d.ts +26 -0
- package/lib/model/disable-automatic-spm-evolve-advisor-task-details.js +60 -0
- package/lib/model/disable-automatic-spm-evolve-advisor-task-details.js.map +1 -0
- package/lib/model/disable-high-frequency-automatic-spm-evolve-advisor-task-details.d.ts +26 -0
- package/lib/model/disable-high-frequency-automatic-spm-evolve-advisor-task-details.js +60 -0
- package/lib/model/disable-high-frequency-automatic-spm-evolve-advisor-task-details.js.map +1 -0
- package/lib/model/disable-sql-plan-baselines-usage-details.d.ts +26 -0
- package/lib/model/disable-sql-plan-baselines-usage-details.js +60 -0
- package/lib/model/disable-sql-plan-baselines-usage-details.js.map +1 -0
- package/lib/model/discover-external-exadata-infrastructure-details.d.ts +5 -5
- package/lib/model/drop-sql-plan-baselines-details.d.ts +38 -0
- package/lib/model/drop-sql-plan-baselines-details.js +60 -0
- package/lib/model/drop-sql-plan-baselines-details.js.map +1 -0
- package/lib/model/enable-automatic-initial-plan-capture-details.d.ts +26 -0
- package/lib/model/enable-automatic-initial-plan-capture-details.js +60 -0
- package/lib/model/enable-automatic-initial-plan-capture-details.js.map +1 -0
- package/lib/model/enable-automatic-spm-evolve-advisor-task-details.d.ts +26 -0
- package/lib/model/enable-automatic-spm-evolve-advisor-task-details.js +60 -0
- package/lib/model/enable-automatic-spm-evolve-advisor-task-details.js.map +1 -0
- package/lib/model/enable-external-db-system-stack-monitoring-details.d.ts +32 -0
- package/lib/model/enable-external-db-system-stack-monitoring-details.js +32 -0
- package/lib/model/enable-external-db-system-stack-monitoring-details.js.map +1 -0
- package/lib/model/enable-external-exadata-infrastructure-management-details.d.ts +1 -1
- package/lib/model/enable-high-frequency-automatic-spm-evolve-advisor-task-details.d.ts +26 -0
- package/lib/model/enable-high-frequency-automatic-spm-evolve-advisor-task-details.js +60 -0
- package/lib/model/enable-high-frequency-automatic-spm-evolve-advisor-task-details.js.map +1 -0
- package/lib/model/enable-sql-plan-baselines-usage-details.d.ts +26 -0
- package/lib/model/enable-sql-plan-baselines-usage-details.js +60 -0
- package/lib/model/enable-sql-plan-baselines-usage-details.js.map +1 -0
- package/lib/model/entity-discovered.d.ts +7 -7
- package/lib/model/external-database-system-discovery-summary.d.ts +3 -3
- package/lib/model/external-db-system-stack-monitoring-config-details.d.ts +32 -0
- package/lib/model/external-db-system-stack-monitoring-config-details.js +32 -0
- package/lib/model/external-db-system-stack-monitoring-config-details.js.map +1 -0
- package/lib/model/external-db-system.d.ts +1 -0
- package/lib/model/external-db-system.js +6 -0
- package/lib/model/external-db-system.js.map +1 -1
- package/lib/model/external-exadata-database-system-summary.d.ts +2 -2
- package/lib/model/external-exadata-infrastructure-collection.d.ts +2 -2
- package/lib/model/external-exadata-infrastructure-discovery-summary.d.ts +1 -1
- package/lib/model/external-exadata-infrastructure-discovery.d.ts +5 -5
- package/lib/model/external-exadata-infrastructure-summary.d.ts +1 -1
- package/lib/model/external-exadata-infrastructure.d.ts +4 -4
- package/lib/model/external-exadata-storage-connector-collection.d.ts +1 -1
- package/lib/model/external-exadata-storage-connector-status.d.ts +2 -2
- package/lib/model/external-exadata-storage-connector-summary.d.ts +2 -2
- package/lib/model/external-exadata-storage-connector.d.ts +3 -3
- package/lib/model/external-exadata-storage-grid-summary.d.ts +2 -2
- package/lib/model/external-exadata-storage-grid.d.ts +4 -4
- package/lib/model/external-exadata-storage-server-collection.d.ts +1 -1
- package/lib/model/external-exadata-storage-server-summary.d.ts +10 -10
- package/lib/model/external-exadata-storage-server.d.ts +11 -11
- package/lib/model/external-storage-grid-discovery-summary.d.ts +2 -2
- package/lib/model/external-storage-server-discovery-summary.d.ts +6 -6
- package/lib/model/index.d.ts +78 -0
- package/lib/model/index.js +87 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/iorm-plan-objective-enum.d.ts +2 -2
- package/lib/model/iorm-plan-objective-enum.js +2 -2
- package/lib/model/iorm-plan-status-enum.d.ts +2 -2
- package/lib/model/iorm-plan-status-enum.js +2 -2
- package/lib/model/iorm-plan.d.ts +1 -1
- package/lib/model/job-execution.d.ts +2 -0
- package/lib/model/job-execution.js +8 -0
- package/lib/model/job-execution.js.map +1 -1
- package/lib/model/job-in-bind.d.ts +50 -0
- package/lib/model/job-in-bind.js +43 -0
- package/lib/model/job-in-bind.js.map +1 -0
- package/lib/model/job-in-binds-details.d.ts +29 -0
- package/lib/model/job-in-binds-details.js +64 -0
- package/lib/model/job-in-binds-details.js.map +1 -0
- package/lib/model/job-out-bind.d.ts +42 -0
- package/lib/model/job-out-bind.js +43 -0
- package/lib/model/job-out-bind.js.map +1 -0
- package/lib/model/job-out-binds-details.d.ts +29 -0
- package/lib/model/job-out-binds-details.js +64 -0
- package/lib/model/job-out-binds-details.js.map +1 -0
- package/lib/model/load-sql-plan-baselines-from-awr-details.d.ts +63 -0
- package/lib/model/load-sql-plan-baselines-from-awr-details.js +60 -0
- package/lib/model/load-sql-plan-baselines-from-awr-details.js.map +1 -0
- package/lib/model/load-sql-plan-baselines-from-cursor-cache-details.d.ts +94 -0
- package/lib/model/load-sql-plan-baselines-from-cursor-cache-details.js +67 -0
- package/lib/model/load-sql-plan-baselines-from-cursor-cache-details.js.map +1 -0
- package/lib/model/open-alert-history.d.ts +1 -1
- package/lib/model/open-alert-summary.d.ts +2 -2
- package/lib/model/rest-credential.d.ts +3 -3
- package/lib/model/spm-evolve-task-parameters.d.ts +68 -0
- package/lib/model/spm-evolve-task-parameters.js +55 -0
- package/lib/model/spm-evolve-task-parameters.js.map +1 -0
- package/lib/model/sql-cpu-activity.d.ts +1 -1
- package/lib/model/sql-job.d.ts +2 -0
- package/lib/model/sql-job.js +12 -2
- package/lib/model/sql-job.js.map +1 -1
- package/lib/model/sql-plan-baseline-aggregation-collection.d.ts +29 -0
- package/lib/model/sql-plan-baseline-aggregation-collection.js +64 -0
- package/lib/model/sql-plan-baseline-aggregation-collection.js.map +1 -0
- package/lib/model/sql-plan-baseline-aggregation.d.ts +30 -0
- package/lib/model/sql-plan-baseline-aggregation.js +60 -0
- package/lib/model/sql-plan-baseline-aggregation.js.map +1 -0
- package/lib/model/sql-plan-baseline-collection.d.ts +29 -0
- package/lib/model/sql-plan-baseline-collection.js +64 -0
- package/lib/model/sql-plan-baseline-collection.js.map +1 -0
- package/lib/model/sql-plan-baseline-configuration.d.ts +71 -0
- package/lib/model/sql-plan-baseline-configuration.js +70 -0
- package/lib/model/sql-plan-baseline-configuration.js.map +1 -0
- package/lib/model/sql-plan-baseline-dimensions.d.ts +32 -0
- package/lib/model/sql-plan-baseline-dimensions.js +32 -0
- package/lib/model/sql-plan-baseline-dimensions.js.map +1 -0
- package/lib/model/sql-plan-baseline-job-collection.d.ts +29 -0
- package/lib/model/sql-plan-baseline-job-collection.js +64 -0
- package/lib/model/sql-plan-baseline-job-collection.js.map +1 -0
- package/lib/model/sql-plan-baseline-job-summary.d.ts +58 -0
- package/lib/model/sql-plan-baseline-job-summary.js +52 -0
- package/lib/model/sql-plan-baseline-job-summary.js.map +1 -0
- package/lib/model/sql-plan-baseline-job.d.ts +58 -0
- package/lib/model/sql-plan-baseline-job.js +52 -0
- package/lib/model/sql-plan-baseline-job.js.map +1 -0
- package/lib/model/sql-plan-baseline-origin.d.ts +44 -0
- package/lib/model/sql-plan-baseline-origin.js +55 -0
- package/lib/model/sql-plan-baseline-origin.js.map +1 -0
- package/lib/model/sql-plan-baseline-summary.d.ts +92 -0
- package/lib/model/sql-plan-baseline-summary.js +32 -0
- package/lib/model/sql-plan-baseline-summary.js.map +1 -0
- package/lib/model/sql-plan-baseline.d.ts +104 -0
- package/lib/model/sql-plan-baseline.js +32 -0
- package/lib/model/sql-plan-baseline.js.map +1 -0
- package/lib/model/top-sql-cpu-activity.d.ts +1 -1
- package/lib/model/update-external-exadata-infrastructure-details.d.ts +4 -4
- package/lib/model/update-external-exadata-storage-connector-details.d.ts +3 -3
- package/lib/model/update-sql-job-details.d.ts +2 -0
- package/lib/model/update-sql-job-details.js +12 -2
- package/lib/model/update-sql-job-details.js.map +1 -1
- package/lib/request/add-data-files-request.d.ts +1 -1
- package/lib/request/add-managed-database-to-managed-database-group-request.d.ts +1 -1
- package/lib/request/addm-tasks-request.d.ts +1 -1
- package/lib/request/change-database-parameters-request.d.ts +1 -1
- package/lib/request/change-db-management-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-external-db-system-compartment-request.d.ts +1 -1
- package/lib/request/change-external-exadata-infrastructure-compartment-request.d.ts +2 -2
- package/lib/request/change-job-compartment-request.d.ts +1 -1
- package/lib/request/change-managed-database-group-compartment-request.d.ts +1 -1
- package/lib/request/change-plan-retention-request.d.ts +31 -0
- package/lib/request/change-plan-retention-request.js +15 -0
- package/lib/request/change-plan-retention-request.js.map +1 -0
- package/lib/request/change-space-budget-request.d.ts +31 -0
- package/lib/request/change-space-budget-request.js +15 -0
- package/lib/request/change-space-budget-request.js.map +1 -0
- package/lib/request/change-sql-plan-baselines-attributes-request.d.ts +31 -0
- package/lib/request/change-sql-plan-baselines-attributes-request.js +15 -0
- package/lib/request/change-sql-plan-baselines-attributes-request.js.map +1 -0
- package/lib/request/check-external-db-system-connector-connection-status-request.d.ts +1 -1
- package/lib/request/check-external-exadata-storage-connector-request.d.ts +1 -1
- package/lib/request/clone-sql-tuning-task-request.d.ts +1 -1
- package/lib/request/configure-automatic-capture-filters-request.d.ts +31 -0
- package/lib/request/configure-automatic-capture-filters-request.js +15 -0
- package/lib/request/configure-automatic-capture-filters-request.js.map +1 -0
- package/lib/request/configure-automatic-spm-evolve-advisor-task-request.d.ts +31 -0
- package/lib/request/configure-automatic-spm-evolve-advisor-task-request.js +15 -0
- package/lib/request/configure-automatic-spm-evolve-advisor-task-request.js.map +1 -0
- package/lib/request/create-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-external-db-system-connector-request.d.ts +1 -1
- package/lib/request/create-external-db-system-discovery-request.d.ts +1 -1
- package/lib/request/create-external-db-system-request.d.ts +1 -1
- package/lib/request/create-external-exadata-infrastructure-request.d.ts +1 -1
- package/lib/request/create-external-exadata-storage-connector-request.d.ts +2 -2
- package/lib/request/create-job-request.d.ts +1 -1
- package/lib/request/create-managed-database-group-request.d.ts +1 -1
- package/lib/request/create-tablespace-request.d.ts +1 -1
- package/lib/request/delete-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-external-db-system-connector-request.d.ts +1 -1
- package/lib/request/delete-external-db-system-discovery-request.d.ts +1 -1
- package/lib/request/delete-external-db-system-request.d.ts +1 -1
- package/lib/request/delete-external-exadata-infrastructure-request.d.ts +1 -1
- package/lib/request/delete-external-exadata-storage-connector-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-managed-database-group-request.d.ts +1 -1
- package/lib/request/delete-preferred-credential-request.d.ts +1 -1
- package/lib/request/disable-automatic-initial-plan-capture-request.d.ts +31 -0
- package/lib/request/disable-automatic-initial-plan-capture-request.js +15 -0
- package/lib/request/disable-automatic-initial-plan-capture-request.js.map +1 -0
- package/lib/request/disable-automatic-spm-evolve-advisor-task-request.d.ts +31 -0
- package/lib/request/disable-automatic-spm-evolve-advisor-task-request.js +15 -0
- package/lib/request/disable-automatic-spm-evolve-advisor-task-request.js.map +1 -0
- package/lib/request/disable-external-db-system-database-management-request.d.ts +1 -1
- package/lib/request/disable-external-db-system-stack-monitoring-request.d.ts +44 -0
- package/lib/request/disable-external-db-system-stack-monitoring-request.js +15 -0
- package/lib/request/disable-external-db-system-stack-monitoring-request.js.map +1 -0
- package/lib/request/disable-external-exadata-infrastructure-management-request.d.ts +1 -1
- package/lib/request/disable-high-frequency-automatic-spm-evolve-advisor-task-request.d.ts +31 -0
- package/lib/request/disable-high-frequency-automatic-spm-evolve-advisor-task-request.js +15 -0
- package/lib/request/disable-high-frequency-automatic-spm-evolve-advisor-task-request.js.map +1 -0
- package/lib/request/disable-sql-plan-baselines-usage-request.d.ts +31 -0
- package/lib/request/disable-sql-plan-baselines-usage-request.js +15 -0
- package/lib/request/disable-sql-plan-baselines-usage-request.js.map +1 -0
- package/lib/request/discover-external-exadata-infrastructure-request.d.ts +2 -2
- package/lib/request/drop-sql-plan-baselines-request.d.ts +31 -0
- package/lib/request/drop-sql-plan-baselines-request.js +15 -0
- package/lib/request/drop-sql-plan-baselines-request.js.map +1 -0
- package/lib/request/drop-sql-tuning-task-request.d.ts +1 -1
- package/lib/request/drop-tablespace-request.d.ts +1 -1
- package/lib/request/enable-automatic-initial-plan-capture-request.d.ts +31 -0
- package/lib/request/enable-automatic-initial-plan-capture-request.js +15 -0
- package/lib/request/enable-automatic-initial-plan-capture-request.js.map +1 -0
- package/lib/request/enable-automatic-spm-evolve-advisor-task-request.d.ts +31 -0
- package/lib/request/enable-automatic-spm-evolve-advisor-task-request.js +15 -0
- package/lib/request/enable-automatic-spm-evolve-advisor-task-request.js.map +1 -0
- package/lib/request/enable-external-db-system-database-management-request.d.ts +1 -1
- package/lib/request/enable-external-db-system-stack-monitoring-request.d.ts +49 -0
- package/lib/request/enable-external-db-system-stack-monitoring-request.js +15 -0
- package/lib/request/enable-external-db-system-stack-monitoring-request.js.map +1 -0
- package/lib/request/enable-external-exadata-infrastructure-management-request.d.ts +2 -2
- package/lib/request/enable-high-frequency-automatic-spm-evolve-advisor-task-request.d.ts +31 -0
- package/lib/request/enable-high-frequency-automatic-spm-evolve-advisor-task-request.js +15 -0
- package/lib/request/enable-high-frequency-automatic-spm-evolve-advisor-task-request.js.map +1 -0
- package/lib/request/enable-sql-plan-baselines-usage-request.d.ts +31 -0
- package/lib/request/enable-sql-plan-baselines-usage-request.js +15 -0
- package/lib/request/enable-sql-plan-baselines-usage-request.js.map +1 -0
- package/lib/request/generate-awr-snapshot-request.d.ts +1 -1
- package/lib/request/get-awr-db-report-request.d.ts +1 -1
- package/lib/request/get-awr-db-sql-report-request.d.ts +1 -1
- package/lib/request/get-cluster-cache-metric-request.d.ts +1 -1
- package/lib/request/get-database-fleet-health-metrics-request.d.ts +1 -1
- package/lib/request/get-database-home-metrics-request.d.ts +1 -1
- package/lib/request/get-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-execution-plan-stats-comparision-request.d.ts +1 -1
- package/lib/request/get-external-asm-configuration-request.d.ts +1 -1
- package/lib/request/get-external-asm-instance-request.d.ts +1 -1
- package/lib/request/get-external-asm-request.d.ts +1 -1
- package/lib/request/get-external-cluster-instance-request.d.ts +1 -1
- package/lib/request/get-external-cluster-request.d.ts +1 -1
- package/lib/request/get-external-db-home-request.d.ts +1 -1
- package/lib/request/get-external-db-node-request.d.ts +1 -1
- package/lib/request/get-external-db-system-connector-request.d.ts +1 -1
- package/lib/request/get-external-db-system-discovery-request.d.ts +1 -1
- package/lib/request/get-external-db-system-request.d.ts +1 -1
- package/lib/request/get-external-exadata-infrastructure-request.d.ts +1 -1
- package/lib/request/get-external-exadata-storage-connector-request.d.ts +1 -1
- package/lib/request/get-external-exadata-storage-grid-request.d.ts +1 -1
- package/lib/request/get-external-exadata-storage-server-request.d.ts +1 -1
- package/lib/request/get-external-listener-request.d.ts +1 -1
- package/lib/request/get-iorm-plan-request.d.ts +1 -1
- package/lib/request/get-job-execution-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-job-run-request.d.ts +1 -1
- package/lib/request/get-managed-database-group-request.d.ts +1 -1
- package/lib/request/get-managed-database-request.d.ts +1 -1
- package/lib/request/get-open-alert-history-request.d.ts +1 -1
- package/lib/request/get-optimizer-statistics-advisor-execution-request.d.ts +1 -1
- package/lib/request/get-optimizer-statistics-advisor-execution-script-request.d.ts +1 -1
- package/lib/request/get-optimizer-statistics-collection-operation-request.d.ts +1 -1
- package/lib/request/get-pdb-metrics-request.d.ts +1 -1
- package/lib/request/get-preferred-credential-request.d.ts +1 -1
- package/lib/request/get-sql-execution-plan-request.d.ts +1 -1
- package/lib/request/get-sql-plan-baseline-configuration-request.d.ts +26 -0
- package/lib/request/get-sql-plan-baseline-configuration-request.js +15 -0
- package/lib/request/get-sql-plan-baseline-configuration-request.js.map +1 -0
- package/lib/request/get-sql-plan-baseline-request.d.ts +30 -0
- package/lib/request/get-sql-plan-baseline-request.js +15 -0
- package/lib/request/get-sql-plan-baseline-request.js.map +1 -0
- package/lib/request/get-sql-tuning-advisor-task-summary-report-request.d.ts +1 -1
- package/lib/request/get-tablespace-request.d.ts +1 -1
- package/lib/request/get-top-sql-cpu-activity-request.d.ts +1 -1
- package/lib/request/get-user-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/implement-optimizer-statistics-advisor-recommendations-request.d.ts +1 -1
- package/lib/request/index.d.ts +50 -0
- package/lib/request/index.js +8 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-alert-logs-request.d.ts +1 -1
- package/lib/request/list-asm-properties-request.d.ts +1 -1
- package/lib/request/list-associated-databases-request.d.ts +1 -1
- package/lib/request/list-attention-logs-request.d.ts +1 -1
- package/lib/request/list-awr-db-snapshots-request.d.ts +1 -1
- package/lib/request/list-awr-dbs-request.d.ts +1 -1
- package/lib/request/list-consumer-group-privileges-request.d.ts +1 -1
- package/lib/request/list-cursor-cache-statements-request.d.ts +58 -0
- package/lib/request/list-cursor-cache-statements-request.js +24 -0
- package/lib/request/list-cursor-cache-statements-request.js.map +1 -0
- package/lib/request/list-data-access-containers-request.d.ts +1 -1
- package/lib/request/list-database-parameters-request.d.ts +1 -1
- package/lib/request/list-db-management-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-external-asm-disk-groups-request.d.ts +1 -1
- package/lib/request/list-external-asm-instances-request.d.ts +1 -1
- package/lib/request/list-external-asm-users-request.d.ts +1 -1
- package/lib/request/list-external-asms-request.d.ts +1 -1
- package/lib/request/list-external-cluster-instances-request.d.ts +1 -1
- package/lib/request/list-external-clusters-request.d.ts +1 -1
- package/lib/request/list-external-databases-request.d.ts +1 -1
- package/lib/request/list-external-db-homes-request.d.ts +1 -1
- package/lib/request/list-external-db-nodes-request.d.ts +1 -1
- package/lib/request/list-external-db-system-connectors-request.d.ts +1 -1
- package/lib/request/list-external-db-system-discoveries-request.d.ts +1 -1
- package/lib/request/list-external-db-systems-request.d.ts +1 -1
- package/lib/request/list-external-exadata-infrastructures-request.d.ts +1 -1
- package/lib/request/list-external-exadata-storage-connectors-request.d.ts +1 -1
- package/lib/request/list-external-exadata-storage-servers-request.d.ts +1 -1
- package/lib/request/list-external-listener-services-request.d.ts +1 -1
- package/lib/request/list-external-listeners-request.d.ts +1 -1
- package/lib/request/list-job-executions-request.d.ts +1 -1
- package/lib/request/list-job-runs-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-managed-database-groups-request.d.ts +1 -1
- package/lib/request/list-managed-databases-request.d.ts +1 -1
- package/lib/request/list-object-privileges-request.d.ts +1 -1
- package/lib/request/list-optimizer-statistics-advisor-executions-request.d.ts +1 -1
- package/lib/request/list-optimizer-statistics-collection-aggregations-request.d.ts +1 -1
- package/lib/request/list-optimizer-statistics-collection-operations-request.d.ts +1 -1
- package/lib/request/list-preferred-credentials-request.d.ts +1 -1
- package/lib/request/list-proxied-for-users-request.d.ts +1 -1
- package/lib/request/list-proxy-users-request.d.ts +1 -1
- package/lib/request/list-roles-request.d.ts +1 -1
- package/lib/request/list-sql-plan-baseline-jobs-request.d.ts +58 -0
- package/lib/request/list-sql-plan-baseline-jobs-request.js +24 -0
- package/lib/request/list-sql-plan-baseline-jobs-request.js.map +1 -0
- package/lib/request/list-sql-plan-baselines-request.d.ts +100 -0
- package/lib/request/list-sql-plan-baselines-request.js +24 -0
- package/lib/request/list-sql-plan-baselines-request.js.map +1 -0
- package/lib/request/list-sql-tuning-advisor-task-findings-request.d.ts +1 -1
- package/lib/request/list-sql-tuning-advisor-task-recommendations-request.d.ts +1 -1
- package/lib/request/list-sql-tuning-advisor-tasks-request.d.ts +1 -1
- package/lib/request/list-sql-tuning-sets-request.d.ts +1 -1
- package/lib/request/list-system-privileges-request.d.ts +1 -1
- package/lib/request/list-table-statistics-request.d.ts +1 -1
- package/lib/request/list-tablespaces-request.d.ts +1 -1
- package/lib/request/list-users-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/load-sql-plan-baselines-from-awr-request.d.ts +31 -0
- package/lib/request/load-sql-plan-baselines-from-awr-request.js +15 -0
- package/lib/request/load-sql-plan-baselines-from-awr-request.js.map +1 -0
- package/lib/request/load-sql-plan-baselines-from-cursor-cache-request.d.ts +31 -0
- package/lib/request/load-sql-plan-baselines-from-cursor-cache-request.js +15 -0
- package/lib/request/load-sql-plan-baselines-from-cursor-cache-request.js.map +1 -0
- package/lib/request/patch-external-db-system-discovery-request.d.ts +1 -1
- package/lib/request/remove-data-file-request.d.ts +1 -1
- package/lib/request/remove-managed-database-from-managed-database-group-request.d.ts +1 -1
- package/lib/request/reset-database-parameters-request.d.ts +1 -1
- package/lib/request/resize-data-file-request.d.ts +1 -1
- package/lib/request/run-historic-addm-request.d.ts +1 -1
- package/lib/request/start-sql-tuning-task-request.d.ts +1 -1
- package/lib/request/summarize-alert-log-counts-request.d.ts +1 -1
- package/lib/request/summarize-attention-log-counts-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-cpu-usages-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-metrics-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-parameter-changes-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-parameters-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-snapshot-ranges-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-sysstats-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-top-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-wait-event-buckets-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-external-asm-metrics-request.d.ts +1 -1
- package/lib/request/summarize-external-cluster-metrics-request.d.ts +1 -1
- package/lib/request/summarize-external-db-node-metrics-request.d.ts +1 -1
- package/lib/request/summarize-external-db-system-availability-metrics-request.d.ts +1 -1
- package/lib/request/summarize-external-listener-metrics-request.d.ts +1 -1
- package/lib/request/summarize-job-executions-statuses-request.d.ts +1 -1
- package/lib/request/summarize-managed-database-availability-metrics-request.d.ts +1 -1
- package/lib/request/summarize-sql-plan-baselines-by-last-execution-request.d.ts +32 -0
- package/lib/request/summarize-sql-plan-baselines-by-last-execution-request.js +15 -0
- package/lib/request/summarize-sql-plan-baselines-by-last-execution-request.js.map +1 -0
- package/lib/request/summarize-sql-plan-baselines-request.d.ts +32 -0
- package/lib/request/summarize-sql-plan-baselines-request.js +15 -0
- package/lib/request/summarize-sql-plan-baselines-request.js.map +1 -0
- package/lib/request/test-preferred-credential-request.d.ts +1 -1
- package/lib/request/update-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-external-asm-request.d.ts +1 -1
- package/lib/request/update-external-cluster-instance-request.d.ts +1 -1
- package/lib/request/update-external-cluster-request.d.ts +1 -1
- package/lib/request/update-external-db-node-request.d.ts +1 -1
- package/lib/request/update-external-db-system-connector-request.d.ts +1 -1
- package/lib/request/update-external-db-system-discovery-request.d.ts +1 -1
- package/lib/request/update-external-db-system-request.d.ts +1 -1
- package/lib/request/update-external-exadata-infrastructure-request.d.ts +1 -1
- package/lib/request/update-external-exadata-storage-connector-request.d.ts +2 -2
- package/lib/request/update-external-listener-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-managed-database-group-request.d.ts +1 -1
- package/lib/request/update-preferred-credential-request.d.ts +1 -1
- package/lib/request/update-tablespace-request.d.ts +1 -1
- package/lib/response/change-plan-retention-response.d.ts +20 -0
- package/lib/response/change-plan-retention-response.js +15 -0
- package/lib/response/change-plan-retention-response.js.map +1 -0
- package/lib/response/change-space-budget-response.d.ts +20 -0
- package/lib/response/change-space-budget-response.js +15 -0
- package/lib/response/change-space-budget-response.js.map +1 -0
- package/lib/response/change-sql-plan-baselines-attributes-response.d.ts +20 -0
- package/lib/response/change-sql-plan-baselines-attributes-response.js +15 -0
- package/lib/response/change-sql-plan-baselines-attributes-response.js.map +1 -0
- package/lib/response/configure-automatic-capture-filters-response.d.ts +20 -0
- package/lib/response/configure-automatic-capture-filters-response.js +15 -0
- package/lib/response/configure-automatic-capture-filters-response.js.map +1 -0
- package/lib/response/configure-automatic-spm-evolve-advisor-task-response.d.ts +20 -0
- package/lib/response/configure-automatic-spm-evolve-advisor-task-response.js +15 -0
- package/lib/response/configure-automatic-spm-evolve-advisor-task-response.js.map +1 -0
- package/lib/response/disable-automatic-initial-plan-capture-response.d.ts +20 -0
- package/lib/response/disable-automatic-initial-plan-capture-response.js +15 -0
- package/lib/response/disable-automatic-initial-plan-capture-response.js.map +1 -0
- package/lib/response/disable-automatic-spm-evolve-advisor-task-response.d.ts +20 -0
- package/lib/response/disable-automatic-spm-evolve-advisor-task-response.js +15 -0
- package/lib/response/disable-automatic-spm-evolve-advisor-task-response.js.map +1 -0
- package/lib/response/disable-external-db-system-stack-monitoring-response.d.ts +25 -0
- package/lib/response/disable-external-db-system-stack-monitoring-response.js +15 -0
- package/lib/response/disable-external-db-system-stack-monitoring-response.js.map +1 -0
- package/lib/response/disable-high-frequency-automatic-spm-evolve-advisor-task-response.d.ts +20 -0
- package/lib/response/disable-high-frequency-automatic-spm-evolve-advisor-task-response.js +15 -0
- package/lib/response/disable-high-frequency-automatic-spm-evolve-advisor-task-response.js.map +1 -0
- package/lib/response/disable-sql-plan-baselines-usage-response.d.ts +20 -0
- package/lib/response/disable-sql-plan-baselines-usage-response.js +15 -0
- package/lib/response/disable-sql-plan-baselines-usage-response.js.map +1 -0
- package/lib/response/drop-sql-plan-baselines-response.d.ts +20 -0
- package/lib/response/drop-sql-plan-baselines-response.js +15 -0
- package/lib/response/drop-sql-plan-baselines-response.js.map +1 -0
- package/lib/response/enable-automatic-initial-plan-capture-response.d.ts +20 -0
- package/lib/response/enable-automatic-initial-plan-capture-response.js +15 -0
- package/lib/response/enable-automatic-initial-plan-capture-response.js.map +1 -0
- package/lib/response/enable-automatic-spm-evolve-advisor-task-response.d.ts +20 -0
- package/lib/response/enable-automatic-spm-evolve-advisor-task-response.js +15 -0
- package/lib/response/enable-automatic-spm-evolve-advisor-task-response.js.map +1 -0
- package/lib/response/enable-external-db-system-stack-monitoring-response.d.ts +25 -0
- package/lib/response/enable-external-db-system-stack-monitoring-response.js +15 -0
- package/lib/response/enable-external-db-system-stack-monitoring-response.js.map +1 -0
- package/lib/response/enable-high-frequency-automatic-spm-evolve-advisor-task-response.d.ts +20 -0
- package/lib/response/enable-high-frequency-automatic-spm-evolve-advisor-task-response.js +15 -0
- package/lib/response/enable-high-frequency-automatic-spm-evolve-advisor-task-response.js.map +1 -0
- package/lib/response/enable-sql-plan-baselines-usage-response.d.ts +20 -0
- package/lib/response/enable-sql-plan-baselines-usage-response.js +15 -0
- package/lib/response/enable-sql-plan-baselines-usage-response.js.map +1 -0
- package/lib/response/get-sql-plan-baseline-configuration-response.d.ts +25 -0
- package/lib/response/get-sql-plan-baseline-configuration-response.js +15 -0
- package/lib/response/get-sql-plan-baseline-configuration-response.js.map +1 -0
- package/lib/response/get-sql-plan-baseline-response.d.ts +25 -0
- package/lib/response/get-sql-plan-baseline-response.js +15 -0
- package/lib/response/get-sql-plan-baseline-response.js.map +1 -0
- package/lib/response/index.d.ts +50 -0
- package/lib/response/list-cursor-cache-statements-response.d.ts +32 -0
- package/lib/response/list-cursor-cache-statements-response.js +15 -0
- package/lib/response/list-cursor-cache-statements-response.js.map +1 -0
- package/lib/response/list-sql-plan-baseline-jobs-response.d.ts +32 -0
- package/lib/response/list-sql-plan-baseline-jobs-response.js +15 -0
- package/lib/response/list-sql-plan-baseline-jobs-response.js.map +1 -0
- package/lib/response/list-sql-plan-baselines-response.d.ts +32 -0
- package/lib/response/list-sql-plan-baselines-response.js +15 -0
- package/lib/response/list-sql-plan-baselines-response.js.map +1 -0
- package/lib/response/load-sql-plan-baselines-from-awr-response.d.ts +25 -0
- package/lib/response/load-sql-plan-baselines-from-awr-response.js +15 -0
- package/lib/response/load-sql-plan-baselines-from-awr-response.js.map +1 -0
- package/lib/response/load-sql-plan-baselines-from-cursor-cache-response.d.ts +25 -0
- package/lib/response/load-sql-plan-baselines-from-cursor-cache-response.js +15 -0
- package/lib/response/load-sql-plan-baselines-from-cursor-cache-response.js.map +1 -0
- package/lib/response/summarize-sql-plan-baselines-by-last-execution-response.d.ts +32 -0
- package/lib/response/summarize-sql-plan-baselines-by-last-execution-response.js +15 -0
- package/lib/response/summarize-sql-plan-baselines-by-last-execution-response.js.map +1 -0
- package/lib/response/summarize-sql-plan-baselines-response.d.ts +32 -0
- package/lib/response/summarize-sql-plan-baselines-response.js +15 -0
- package/lib/response/summarize-sql-plan-baselines-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ export declare class DbManagementClient {
|
|
|
89
89
|
* @param AddDataFilesRequest
|
|
90
90
|
* @return AddDataFilesResponse
|
|
91
91
|
* @throws OciError when an error occurs
|
|
92
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/AddDataFiles.ts.html |here} to see how to use AddDataFiles API.
|
|
93
93
|
*/
|
|
94
94
|
addDataFiles(addDataFilesRequest: requests.AddDataFilesRequest): Promise<responses.AddDataFilesResponse>;
|
|
95
95
|
/**
|
|
@@ -101,7 +101,7 @@ export declare class DbManagementClient {
|
|
|
101
101
|
* @param AddManagedDatabaseToManagedDatabaseGroupRequest
|
|
102
102
|
* @return AddManagedDatabaseToManagedDatabaseGroupResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/AddManagedDatabaseToManagedDatabaseGroup.ts.html |here} to see how to use AddManagedDatabaseToManagedDatabaseGroup API.
|
|
105
105
|
*/
|
|
106
106
|
addManagedDatabaseToManagedDatabaseGroup(addManagedDatabaseToManagedDatabaseGroupRequest: requests.AddManagedDatabaseToManagedDatabaseGroupRequest): Promise<responses.AddManagedDatabaseToManagedDatabaseGroupResponse>;
|
|
107
107
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class DbManagementClient {
|
|
|
112
112
|
* @param AddmTasksRequest
|
|
113
113
|
* @return AddmTasksResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/AddmTasks.ts.html |here} to see how to use AddmTasks API.
|
|
116
116
|
*/
|
|
117
117
|
addmTasks(addmTasksRequest: requests.AddmTasksRequest): Promise<responses.AddmTasksResponse>;
|
|
118
118
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class DbManagementClient {
|
|
|
134
134
|
* @param ChangeDatabaseParametersRequest
|
|
135
135
|
* @return ChangeDatabaseParametersResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ChangeDatabaseParameters.ts.html |here} to see how to use ChangeDatabaseParameters API.
|
|
138
138
|
*/
|
|
139
139
|
changeDatabaseParameters(changeDatabaseParametersRequest: requests.ChangeDatabaseParametersRequest): Promise<responses.ChangeDatabaseParametersResponse>;
|
|
140
140
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class DbManagementClient {
|
|
|
143
143
|
* @param ChangeDbManagementPrivateEndpointCompartmentRequest
|
|
144
144
|
* @return ChangeDbManagementPrivateEndpointCompartmentResponse
|
|
145
145
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ChangeDbManagementPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDbManagementPrivateEndpointCompartment API.
|
|
147
147
|
*/
|
|
148
148
|
changeDbManagementPrivateEndpointCompartment(changeDbManagementPrivateEndpointCompartmentRequest: requests.ChangeDbManagementPrivateEndpointCompartmentRequest): Promise<responses.ChangeDbManagementPrivateEndpointCompartmentResponse>;
|
|
149
149
|
/**
|
|
@@ -153,17 +153,17 @@ export declare class DbManagementClient {
|
|
|
153
153
|
* @param ChangeExternalDbSystemCompartmentRequest
|
|
154
154
|
* @return ChangeExternalDbSystemCompartmentResponse
|
|
155
155
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ChangeExternalDbSystemCompartment.ts.html |here} to see how to use ChangeExternalDbSystemCompartment API.
|
|
157
157
|
*/
|
|
158
158
|
changeExternalDbSystemCompartment(changeExternalDbSystemCompartmentRequest: requests.ChangeExternalDbSystemCompartmentRequest): Promise<responses.ChangeExternalDbSystemCompartmentResponse>;
|
|
159
159
|
/**
|
|
160
|
-
* Moves the Exadata infrastructure
|
|
160
|
+
* Moves the Exadata infrastructure and its related resources (Exadata storage server, Exadata storage server connectors and Exadata storage server grid) to the specified compartment.
|
|
161
161
|
*
|
|
162
162
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
163
163
|
* @param ChangeExternalExadataInfrastructureCompartmentRequest
|
|
164
164
|
* @return ChangeExternalExadataInfrastructureCompartmentResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ChangeExternalExadataInfrastructureCompartment.ts.html |here} to see how to use ChangeExternalExadataInfrastructureCompartment API.
|
|
167
167
|
*/
|
|
168
168
|
changeExternalExadataInfrastructureCompartment(changeExternalExadataInfrastructureCompartmentRequest: requests.ChangeExternalExadataInfrastructureCompartmentRequest): Promise<responses.ChangeExternalExadataInfrastructureCompartmentResponse>;
|
|
169
169
|
/**
|
|
@@ -173,7 +173,7 @@ export declare class DbManagementClient {
|
|
|
173
173
|
* @param ChangeJobCompartmentRequest
|
|
174
174
|
* @return ChangeJobCompartmentResponse
|
|
175
175
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
177
177
|
*/
|
|
178
178
|
changeJobCompartment(changeJobCompartmentRequest: requests.ChangeJobCompartmentRequest): Promise<responses.ChangeJobCompartmentResponse>;
|
|
179
179
|
/**
|
|
@@ -185,9 +185,44 @@ export declare class DbManagementClient {
|
|
|
185
185
|
* @param ChangeManagedDatabaseGroupCompartmentRequest
|
|
186
186
|
* @return ChangeManagedDatabaseGroupCompartmentResponse
|
|
187
187
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ChangeManagedDatabaseGroupCompartment.ts.html |here} to see how to use ChangeManagedDatabaseGroupCompartment API.
|
|
189
189
|
*/
|
|
190
190
|
changeManagedDatabaseGroupCompartment(changeManagedDatabaseGroupCompartmentRequest: requests.ChangeManagedDatabaseGroupCompartmentRequest): Promise<responses.ChangeManagedDatabaseGroupCompartmentResponse>;
|
|
191
|
+
/**
|
|
192
|
+
* Changes the retention period of unused plans. The period can range
|
|
193
|
+
* between 5 and 523 weeks.
|
|
194
|
+
* <p>
|
|
195
|
+
The database purges plans that have not been used for longer than
|
|
196
|
+
* the plan retention period.
|
|
197
|
+
*
|
|
198
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
199
|
+
* @param ChangePlanRetentionRequest
|
|
200
|
+
* @return ChangePlanRetentionResponse
|
|
201
|
+
* @throws OciError when an error occurs
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ChangePlanRetention.ts.html |here} to see how to use ChangePlanRetention API.
|
|
203
|
+
*/
|
|
204
|
+
changePlanRetention(changePlanRetentionRequest: requests.ChangePlanRetentionRequest): Promise<responses.ChangePlanRetentionResponse>;
|
|
205
|
+
/**
|
|
206
|
+
* Changes the disk space limit for the SQL Management Base. The allowable
|
|
207
|
+
* range for this limit is between 1% and 50%.
|
|
208
|
+
*
|
|
209
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
210
|
+
* @param ChangeSpaceBudgetRequest
|
|
211
|
+
* @return ChangeSpaceBudgetResponse
|
|
212
|
+
* @throws OciError when an error occurs
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ChangeSpaceBudget.ts.html |here} to see how to use ChangeSpaceBudget API.
|
|
214
|
+
*/
|
|
215
|
+
changeSpaceBudget(changeSpaceBudgetRequest: requests.ChangeSpaceBudgetRequest): Promise<responses.ChangeSpaceBudgetResponse>;
|
|
216
|
+
/**
|
|
217
|
+
* Changes one or more attributes of a single plan or all plans associated with a SQL statement.
|
|
218
|
+
*
|
|
219
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
220
|
+
* @param ChangeSqlPlanBaselinesAttributesRequest
|
|
221
|
+
* @return ChangeSqlPlanBaselinesAttributesResponse
|
|
222
|
+
* @throws OciError when an error occurs
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ChangeSqlPlanBaselinesAttributes.ts.html |here} to see how to use ChangeSqlPlanBaselinesAttributes API.
|
|
224
|
+
*/
|
|
225
|
+
changeSqlPlanBaselinesAttributes(changeSqlPlanBaselinesAttributesRequest: requests.ChangeSqlPlanBaselinesAttributesRequest): Promise<responses.ChangeSqlPlanBaselinesAttributesResponse>;
|
|
191
226
|
/**
|
|
192
227
|
* Checks the status of the external DB system component connection specified in this connector.
|
|
193
228
|
* This operation will refresh the connectionStatus and timeConnectionStatusLastUpdated fields.
|
|
@@ -196,19 +231,42 @@ export declare class DbManagementClient {
|
|
|
196
231
|
* @param CheckExternalDbSystemConnectorConnectionStatusRequest
|
|
197
232
|
* @return CheckExternalDbSystemConnectorConnectionStatusResponse
|
|
198
233
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/CheckExternalDbSystemConnectorConnectionStatus.ts.html |here} to see how to use CheckExternalDbSystemConnectorConnectionStatus API.
|
|
200
235
|
*/
|
|
201
236
|
checkExternalDbSystemConnectorConnectionStatus(checkExternalDbSystemConnectorConnectionStatusRequest: requests.CheckExternalDbSystemConnectorConnectionStatusRequest): Promise<responses.CheckExternalDbSystemConnectorConnectionStatusResponse>;
|
|
202
237
|
/**
|
|
203
|
-
*
|
|
238
|
+
* Checks the status of the Exadata storage server connection specified by exadataStorageConnectorId.
|
|
204
239
|
*
|
|
205
240
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
206
241
|
* @param CheckExternalExadataStorageConnectorRequest
|
|
207
242
|
* @return CheckExternalExadataStorageConnectorResponse
|
|
208
243
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/CheckExternalExadataStorageConnector.ts.html |here} to see how to use CheckExternalExadataStorageConnector API.
|
|
210
245
|
*/
|
|
211
246
|
checkExternalExadataStorageConnector(checkExternalExadataStorageConnectorRequest: requests.CheckExternalExadataStorageConnectorRequest): Promise<responses.CheckExternalExadataStorageConnectorResponse>;
|
|
247
|
+
/**
|
|
248
|
+
* Configures automatic capture filters to capture only those statements
|
|
249
|
+
* that match the filter criteria.
|
|
250
|
+
*
|
|
251
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
252
|
+
* @param ConfigureAutomaticCaptureFiltersRequest
|
|
253
|
+
* @return ConfigureAutomaticCaptureFiltersResponse
|
|
254
|
+
* @throws OciError when an error occurs
|
|
255
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ConfigureAutomaticCaptureFilters.ts.html |here} to see how to use ConfigureAutomaticCaptureFilters API.
|
|
256
|
+
*/
|
|
257
|
+
configureAutomaticCaptureFilters(configureAutomaticCaptureFiltersRequest: requests.ConfigureAutomaticCaptureFiltersRequest): Promise<responses.ConfigureAutomaticCaptureFiltersResponse>;
|
|
258
|
+
/**
|
|
259
|
+
* Configures the Automatic SPM Evolve Advisor task `SYS_AUTO_SPM_EVOLVE_TASK`
|
|
260
|
+
* by specifying task parameters. As the task is owned by `SYS`, only `SYS` can
|
|
261
|
+
* set task parameters.
|
|
262
|
+
*
|
|
263
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
264
|
+
* @param ConfigureAutomaticSpmEvolveAdvisorTaskRequest
|
|
265
|
+
* @return ConfigureAutomaticSpmEvolveAdvisorTaskResponse
|
|
266
|
+
* @throws OciError when an error occurs
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ConfigureAutomaticSpmEvolveAdvisorTask.ts.html |here} to see how to use ConfigureAutomaticSpmEvolveAdvisorTask API.
|
|
268
|
+
*/
|
|
269
|
+
configureAutomaticSpmEvolveAdvisorTask(configureAutomaticSpmEvolveAdvisorTaskRequest: requests.ConfigureAutomaticSpmEvolveAdvisorTaskRequest): Promise<responses.ConfigureAutomaticSpmEvolveAdvisorTaskResponse>;
|
|
212
270
|
/**
|
|
213
271
|
* Creates a new Database Management private endpoint.
|
|
214
272
|
*
|
|
@@ -216,7 +274,7 @@ export declare class DbManagementClient {
|
|
|
216
274
|
* @param CreateDbManagementPrivateEndpointRequest
|
|
217
275
|
* @return CreateDbManagementPrivateEndpointResponse
|
|
218
276
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/CreateDbManagementPrivateEndpoint.ts.html |here} to see how to use CreateDbManagementPrivateEndpoint API.
|
|
220
278
|
*/
|
|
221
279
|
createDbManagementPrivateEndpoint(createDbManagementPrivateEndpointRequest: requests.CreateDbManagementPrivateEndpointRequest): Promise<responses.CreateDbManagementPrivateEndpointResponse>;
|
|
222
280
|
/**
|
|
@@ -226,7 +284,7 @@ export declare class DbManagementClient {
|
|
|
226
284
|
* @param CreateExternalDbSystemRequest
|
|
227
285
|
* @return CreateExternalDbSystemResponse
|
|
228
286
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/CreateExternalDbSystem.ts.html |here} to see how to use CreateExternalDbSystem API.
|
|
230
288
|
*/
|
|
231
289
|
createExternalDbSystem(createExternalDbSystemRequest: requests.CreateExternalDbSystemRequest): Promise<responses.CreateExternalDbSystemResponse>;
|
|
232
290
|
/**
|
|
@@ -235,7 +293,7 @@ export declare class DbManagementClient {
|
|
|
235
293
|
* @param CreateExternalDbSystemConnectorRequest
|
|
236
294
|
* @return CreateExternalDbSystemConnectorResponse
|
|
237
295
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/CreateExternalDbSystemConnector.ts.html |here} to see how to use CreateExternalDbSystemConnector API.
|
|
239
297
|
*/
|
|
240
298
|
createExternalDbSystemConnector(createExternalDbSystemConnectorRequest: requests.CreateExternalDbSystemConnectorRequest): Promise<responses.CreateExternalDbSystemConnectorResponse>;
|
|
241
299
|
/**
|
|
@@ -245,11 +303,11 @@ export declare class DbManagementClient {
|
|
|
245
303
|
* @param CreateExternalDbSystemDiscoveryRequest
|
|
246
304
|
* @return CreateExternalDbSystemDiscoveryResponse
|
|
247
305
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/CreateExternalDbSystemDiscovery.ts.html |here} to see how to use CreateExternalDbSystemDiscovery API.
|
|
249
307
|
*/
|
|
250
308
|
createExternalDbSystemDiscovery(createExternalDbSystemDiscoveryRequest: requests.CreateExternalDbSystemDiscoveryRequest): Promise<responses.CreateExternalDbSystemDiscoveryResponse>;
|
|
251
309
|
/**
|
|
252
|
-
* Creates an OCI resource for the Exadata infrastructure and
|
|
310
|
+
* Creates an OCI resource for the Exadata infrastructure and enables the Monitoring service for the Exadata infrastructure.
|
|
253
311
|
* The following resource/subresources are created:
|
|
254
312
|
* Infrastructure
|
|
255
313
|
* Storage server connectors
|
|
@@ -260,19 +318,17 @@ export declare class DbManagementClient {
|
|
|
260
318
|
* @param CreateExternalExadataInfrastructureRequest
|
|
261
319
|
* @return CreateExternalExadataInfrastructureResponse
|
|
262
320
|
* @throws OciError when an error occurs
|
|
263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/CreateExternalExadataInfrastructure.ts.html |here} to see how to use CreateExternalExadataInfrastructure API.
|
|
264
322
|
*/
|
|
265
323
|
createExternalExadataInfrastructure(createExternalExadataInfrastructureRequest: requests.CreateExternalExadataInfrastructureRequest): Promise<responses.CreateExternalExadataInfrastructureResponse>;
|
|
266
324
|
/**
|
|
267
|
-
*
|
|
268
|
-
* Or only validates the connection information for creating the connection to the storage server.
|
|
269
|
-
* The connector for one storage server is associated with the Exadata infrastructure discovery or existing Exadata infrastructure.
|
|
325
|
+
* Creates the Exadata storage server connector after validating the connection information.
|
|
270
326
|
*
|
|
271
327
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
272
328
|
* @param CreateExternalExadataStorageConnectorRequest
|
|
273
329
|
* @return CreateExternalExadataStorageConnectorResponse
|
|
274
330
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/CreateExternalExadataStorageConnector.ts.html |here} to see how to use CreateExternalExadataStorageConnector API.
|
|
276
332
|
*/
|
|
277
333
|
createExternalExadataStorageConnector(createExternalExadataStorageConnectorRequest: requests.CreateExternalExadataStorageConnectorRequest): Promise<responses.CreateExternalExadataStorageConnectorResponse>;
|
|
278
334
|
/**
|
|
@@ -284,7 +340,7 @@ export declare class DbManagementClient {
|
|
|
284
340
|
* @param CreateJobRequest
|
|
285
341
|
* @return CreateJobResponse
|
|
286
342
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
288
344
|
*/
|
|
289
345
|
createJob(createJobRequest: requests.CreateJobRequest): Promise<responses.CreateJobResponse>;
|
|
290
346
|
/**
|
|
@@ -295,7 +351,7 @@ export declare class DbManagementClient {
|
|
|
295
351
|
* @param CreateManagedDatabaseGroupRequest
|
|
296
352
|
* @return CreateManagedDatabaseGroupResponse
|
|
297
353
|
* @throws OciError when an error occurs
|
|
298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
354
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/CreateManagedDatabaseGroup.ts.html |here} to see how to use CreateManagedDatabaseGroup API.
|
|
299
355
|
*/
|
|
300
356
|
createManagedDatabaseGroup(createManagedDatabaseGroupRequest: requests.CreateManagedDatabaseGroupRequest): Promise<responses.CreateManagedDatabaseGroupResponse>;
|
|
301
357
|
/**
|
|
@@ -305,7 +361,7 @@ export declare class DbManagementClient {
|
|
|
305
361
|
* @param CreateTablespaceRequest
|
|
306
362
|
* @return CreateTablespaceResponse
|
|
307
363
|
* @throws OciError when an error occurs
|
|
308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/CreateTablespace.ts.html |here} to see how to use CreateTablespace API.
|
|
309
365
|
*/
|
|
310
366
|
createTablespace(createTablespaceRequest: requests.CreateTablespaceRequest): Promise<responses.CreateTablespaceResponse>;
|
|
311
367
|
/**
|
|
@@ -314,7 +370,7 @@ export declare class DbManagementClient {
|
|
|
314
370
|
* @param DeleteDbManagementPrivateEndpointRequest
|
|
315
371
|
* @return DeleteDbManagementPrivateEndpointResponse
|
|
316
372
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DeleteDbManagementPrivateEndpoint.ts.html |here} to see how to use DeleteDbManagementPrivateEndpoint API.
|
|
318
374
|
*/
|
|
319
375
|
deleteDbManagementPrivateEndpoint(deleteDbManagementPrivateEndpointRequest: requests.DeleteDbManagementPrivateEndpointRequest): Promise<responses.DeleteDbManagementPrivateEndpointResponse>;
|
|
320
376
|
/**
|
|
@@ -324,7 +380,7 @@ export declare class DbManagementClient {
|
|
|
324
380
|
* @param DeleteExternalDbSystemRequest
|
|
325
381
|
* @return DeleteExternalDbSystemResponse
|
|
326
382
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DeleteExternalDbSystem.ts.html |here} to see how to use DeleteExternalDbSystem API.
|
|
328
384
|
*/
|
|
329
385
|
deleteExternalDbSystem(deleteExternalDbSystemRequest: requests.DeleteExternalDbSystemRequest): Promise<responses.DeleteExternalDbSystemResponse>;
|
|
330
386
|
/**
|
|
@@ -334,7 +390,7 @@ export declare class DbManagementClient {
|
|
|
334
390
|
* @param DeleteExternalDbSystemConnectorRequest
|
|
335
391
|
* @return DeleteExternalDbSystemConnectorResponse
|
|
336
392
|
* @throws OciError when an error occurs
|
|
337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DeleteExternalDbSystemConnector.ts.html |here} to see how to use DeleteExternalDbSystemConnector API.
|
|
338
394
|
*/
|
|
339
395
|
deleteExternalDbSystemConnector(deleteExternalDbSystemConnectorRequest: requests.DeleteExternalDbSystemConnectorRequest): Promise<responses.DeleteExternalDbSystemConnectorResponse>;
|
|
340
396
|
/**
|
|
@@ -344,27 +400,27 @@ export declare class DbManagementClient {
|
|
|
344
400
|
* @param DeleteExternalDbSystemDiscoveryRequest
|
|
345
401
|
* @return DeleteExternalDbSystemDiscoveryResponse
|
|
346
402
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DeleteExternalDbSystemDiscovery.ts.html |here} to see how to use DeleteExternalDbSystemDiscovery API.
|
|
348
404
|
*/
|
|
349
405
|
deleteExternalDbSystemDiscovery(deleteExternalDbSystemDiscoveryRequest: requests.DeleteExternalDbSystemDiscoveryRequest): Promise<responses.DeleteExternalDbSystemDiscoveryResponse>;
|
|
350
406
|
/**
|
|
351
|
-
* Deletes the
|
|
407
|
+
* Deletes the Exadata infrastructure specified by externalExadataInfrastructureId.
|
|
352
408
|
*
|
|
353
409
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
354
410
|
* @param DeleteExternalExadataInfrastructureRequest
|
|
355
411
|
* @return DeleteExternalExadataInfrastructureResponse
|
|
356
412
|
* @throws OciError when an error occurs
|
|
357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
413
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DeleteExternalExadataInfrastructure.ts.html |here} to see how to use DeleteExternalExadataInfrastructure API.
|
|
358
414
|
*/
|
|
359
415
|
deleteExternalExadataInfrastructure(deleteExternalExadataInfrastructureRequest: requests.DeleteExternalExadataInfrastructureRequest): Promise<responses.DeleteExternalExadataInfrastructureResponse>;
|
|
360
416
|
/**
|
|
361
|
-
* Deletes the storage server connector specified by exadataStorageConnectorId.
|
|
417
|
+
* Deletes the Exadata storage server connector specified by exadataStorageConnectorId.
|
|
362
418
|
*
|
|
363
419
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
364
420
|
* @param DeleteExternalExadataStorageConnectorRequest
|
|
365
421
|
* @return DeleteExternalExadataStorageConnectorResponse
|
|
366
422
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DeleteExternalExadataStorageConnector.ts.html |here} to see how to use DeleteExternalExadataStorageConnector API.
|
|
368
424
|
*/
|
|
369
425
|
deleteExternalExadataStorageConnector(deleteExternalExadataStorageConnectorRequest: requests.DeleteExternalExadataStorageConnectorRequest): Promise<responses.DeleteExternalExadataStorageConnectorResponse>;
|
|
370
426
|
/**
|
|
@@ -373,7 +429,7 @@ export declare class DbManagementClient {
|
|
|
373
429
|
* @param DeleteJobRequest
|
|
374
430
|
* @return DeleteJobResponse
|
|
375
431
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
377
433
|
*/
|
|
378
434
|
deleteJob(deleteJobRequest: requests.DeleteJobRequest): Promise<responses.DeleteJobResponse>;
|
|
379
435
|
/**
|
|
@@ -384,7 +440,7 @@ export declare class DbManagementClient {
|
|
|
384
440
|
* @param DeleteManagedDatabaseGroupRequest
|
|
385
441
|
* @return DeleteManagedDatabaseGroupResponse
|
|
386
442
|
* @throws OciError when an error occurs
|
|
387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DeleteManagedDatabaseGroup.ts.html |here} to see how to use DeleteManagedDatabaseGroup API.
|
|
388
444
|
*/
|
|
389
445
|
deleteManagedDatabaseGroup(deleteManagedDatabaseGroupRequest: requests.DeleteManagedDatabaseGroupRequest): Promise<responses.DeleteManagedDatabaseGroupResponse>;
|
|
390
446
|
/**
|
|
@@ -394,9 +450,32 @@ export declare class DbManagementClient {
|
|
|
394
450
|
* @param DeletePreferredCredentialRequest
|
|
395
451
|
* @return DeletePreferredCredentialResponse
|
|
396
452
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DeletePreferredCredential.ts.html |here} to see how to use DeletePreferredCredential API.
|
|
398
454
|
*/
|
|
399
455
|
deletePreferredCredential(deletePreferredCredentialRequest: requests.DeletePreferredCredentialRequest): Promise<responses.DeletePreferredCredentialResponse>;
|
|
456
|
+
/**
|
|
457
|
+
* Disables automatic initial plan capture.
|
|
458
|
+
*
|
|
459
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
460
|
+
* @param DisableAutomaticInitialPlanCaptureRequest
|
|
461
|
+
* @return DisableAutomaticInitialPlanCaptureResponse
|
|
462
|
+
* @throws OciError when an error occurs
|
|
463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DisableAutomaticInitialPlanCapture.ts.html |here} to see how to use DisableAutomaticInitialPlanCapture API.
|
|
464
|
+
*/
|
|
465
|
+
disableAutomaticInitialPlanCapture(disableAutomaticInitialPlanCaptureRequest: requests.DisableAutomaticInitialPlanCaptureRequest): Promise<responses.DisableAutomaticInitialPlanCaptureResponse>;
|
|
466
|
+
/**
|
|
467
|
+
* Disables the Automatic SPM Evolve Advisor task.
|
|
468
|
+
* <p>
|
|
469
|
+
One client controls both Automatic SQL Tuning Advisor and Automatic SPM Evolve Advisor.
|
|
470
|
+
* Thus, the same task enables or disables both.
|
|
471
|
+
*
|
|
472
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
473
|
+
* @param DisableAutomaticSpmEvolveAdvisorTaskRequest
|
|
474
|
+
* @return DisableAutomaticSpmEvolveAdvisorTaskResponse
|
|
475
|
+
* @throws OciError when an error occurs
|
|
476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DisableAutomaticSpmEvolveAdvisorTask.ts.html |here} to see how to use DisableAutomaticSpmEvolveAdvisorTask API.
|
|
477
|
+
*/
|
|
478
|
+
disableAutomaticSpmEvolveAdvisorTask(disableAutomaticSpmEvolveAdvisorTaskRequest: requests.DisableAutomaticSpmEvolveAdvisorTaskRequest): Promise<responses.DisableAutomaticSpmEvolveAdvisorTaskResponse>;
|
|
400
479
|
/**
|
|
401
480
|
* Disables Database Management service for all the components of the specified
|
|
402
481
|
* external DB system (except databases).
|
|
@@ -405,47 +484,100 @@ export declare class DbManagementClient {
|
|
|
405
484
|
* @param DisableExternalDbSystemDatabaseManagementRequest
|
|
406
485
|
* @return DisableExternalDbSystemDatabaseManagementResponse
|
|
407
486
|
* @throws OciError when an error occurs
|
|
408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DisableExternalDbSystemDatabaseManagement.ts.html |here} to see how to use DisableExternalDbSystemDatabaseManagement API.
|
|
409
488
|
*/
|
|
410
489
|
disableExternalDbSystemDatabaseManagement(disableExternalDbSystemDatabaseManagementRequest: requests.DisableExternalDbSystemDatabaseManagementRequest): Promise<responses.DisableExternalDbSystemDatabaseManagementResponse>;
|
|
411
490
|
/**
|
|
412
|
-
* Disables
|
|
413
|
-
*
|
|
414
|
-
* Exadata infrastructure
|
|
415
|
-
* Exadata storage grid
|
|
416
|
-
* Exadata storage server
|
|
417
|
-
* Database systems within the Exdata infrastructure will not be impacted and should be disabled explicitly if needed.
|
|
491
|
+
* Disables Stack Monitoring for all the components of the specified
|
|
492
|
+
* external DB system (except databases).
|
|
418
493
|
*
|
|
419
494
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
420
|
-
* @param
|
|
421
|
-
* @return
|
|
495
|
+
* @param DisableExternalDbSystemStackMonitoringRequest
|
|
496
|
+
* @return DisableExternalDbSystemStackMonitoringResponse
|
|
422
497
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DisableExternalDbSystemStackMonitoring.ts.html |here} to see how to use DisableExternalDbSystemStackMonitoring API.
|
|
424
499
|
*/
|
|
500
|
+
disableExternalDbSystemStackMonitoring(disableExternalDbSystemStackMonitoringRequest: requests.DisableExternalDbSystemStackMonitoringRequest): Promise<responses.DisableExternalDbSystemStackMonitoringResponse>;
|
|
501
|
+
/**
|
|
502
|
+
* Disables Database Management for the Exadata infrastructure specified by externalExadataInfrastructureId.
|
|
503
|
+
* It covers the following components:
|
|
504
|
+
* <p>
|
|
505
|
+
- Exadata infrastructure
|
|
506
|
+
* - Exadata storage grid
|
|
507
|
+
* - Exadata storage server
|
|
508
|
+
* <p>
|
|
509
|
+
Note that Database Management will not be disabled for the DB systems within the Exadata infrastructure and should be disabled explicitly, if required.
|
|
510
|
+
*
|
|
511
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
512
|
+
* @param DisableExternalExadataInfrastructureManagementRequest
|
|
513
|
+
* @return DisableExternalExadataInfrastructureManagementResponse
|
|
514
|
+
* @throws OciError when an error occurs
|
|
515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DisableExternalExadataInfrastructureManagement.ts.html |here} to see how to use DisableExternalExadataInfrastructureManagement API.
|
|
516
|
+
*/
|
|
425
517
|
disableExternalExadataInfrastructureManagement(disableExternalExadataInfrastructureManagementRequest: requests.DisableExternalExadataInfrastructureManagementRequest): Promise<responses.DisableExternalExadataInfrastructureManagementResponse>;
|
|
518
|
+
/**
|
|
519
|
+
* Disables the high-frequency Automatic SPM Evolve Advisor task.
|
|
520
|
+
* <p>
|
|
521
|
+
It is available only on Oracle Exadata Database Machine, Oracle Database Exadata
|
|
522
|
+
* Cloud Service (ExaCS) and Oracle Database Exadata Cloud@Customer (ExaCC).
|
|
523
|
+
*
|
|
524
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
525
|
+
* @param DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskRequest
|
|
526
|
+
* @return DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskResponse
|
|
527
|
+
* @throws OciError when an error occurs
|
|
528
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DisableHighFrequencyAutomaticSpmEvolveAdvisorTask.ts.html |here} to see how to use DisableHighFrequencyAutomaticSpmEvolveAdvisorTask API.
|
|
529
|
+
*/
|
|
530
|
+
disableHighFrequencyAutomaticSpmEvolveAdvisorTask(disableHighFrequencyAutomaticSpmEvolveAdvisorTaskRequest: requests.DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskRequest): Promise<responses.DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskResponse>;
|
|
531
|
+
/**
|
|
532
|
+
* Disables the use of SQL plan baselines stored in SQL Management Base.
|
|
533
|
+
* <p>
|
|
534
|
+
When disabled, the optimizer does not use any SQL plan baselines.
|
|
535
|
+
*
|
|
536
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
537
|
+
* @param DisableSqlPlanBaselinesUsageRequest
|
|
538
|
+
* @return DisableSqlPlanBaselinesUsageResponse
|
|
539
|
+
* @throws OciError when an error occurs
|
|
540
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DisableSqlPlanBaselinesUsage.ts.html |here} to see how to use DisableSqlPlanBaselinesUsage API.
|
|
541
|
+
*/
|
|
542
|
+
disableSqlPlanBaselinesUsage(disableSqlPlanBaselinesUsageRequest: requests.DisableSqlPlanBaselinesUsageRequest): Promise<responses.DisableSqlPlanBaselinesUsageResponse>;
|
|
426
543
|
/**
|
|
427
544
|
* Completes the Exadata system prechecking on the following:
|
|
428
|
-
* Verifies if the database systems are valid RAC database systems. Otherwise, return 400 status code with NON_RAC_DATABASE_SYSTEM error code.
|
|
429
|
-
* Verifies if the ASM connectors defined for each database system. Otherwise, return 400 status code with CONNECTOR_NOT_DEFINED error code.
|
|
430
|
-
* Verifies if the agents associated with ASM are valid and could be used for the storage servers. Otherwise, return 400 status code with INVALID_AGENT error code.
|
|
431
|
-
* Verifies if it is an Exadata system. Otherwise, return 400 status code with INVALID_EXADATA_SYSTEM error code.
|
|
432
545
|
* <p>
|
|
433
|
-
|
|
434
|
-
*
|
|
435
|
-
*
|
|
436
|
-
*
|
|
437
|
-
*
|
|
438
|
-
*
|
|
439
|
-
|
|
546
|
+
- Verifies if the DB systems are valid RAC DB systems or return 400 status code with NON_RAC_DATABASE_SYSTEM error code.
|
|
547
|
+
* - Verifies if the ASM connector defined for each DB system or return 400 status code with CONNECTOR_NOT_DEFINED error code.
|
|
548
|
+
* - Verifies if the agents associated with ASM are valid and could be used for the Exadata storage servers or return 400 status code with
|
|
549
|
+
* INVALID_AGENT error code.
|
|
550
|
+
* - Verifies if it is an Exadata system or return 400 status code with INVALID_EXADATA_SYSTEM error code.
|
|
551
|
+
* <p>
|
|
552
|
+
Starts the discovery process for the Exadata system infrastructure. The following resources/components are discovered
|
|
553
|
+
* <p>
|
|
554
|
+
- Exadata storage servers from each DB systems
|
|
555
|
+
* - Exadata storage grid for all Exadata storage servers
|
|
556
|
+
* - Exadata infrastructure
|
|
557
|
+
* <p>
|
|
558
|
+
The same API covers both new discovery and rediscovery cases.
|
|
559
|
+
* For the new discovery case, new managed resources/sub-resources are created or the existing ones are overridden.
|
|
560
|
+
* For rediscovery case, the existing managed resources/sub-resources are checked to find out which ones should be added or which ones
|
|
561
|
+
* should be
|
|
440
562
|
* removed based on the unique key defined for each resource/sub-resource.
|
|
441
563
|
*
|
|
442
564
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
443
565
|
* @param DiscoverExternalExadataInfrastructureRequest
|
|
444
566
|
* @return DiscoverExternalExadataInfrastructureResponse
|
|
445
567
|
* @throws OciError when an error occurs
|
|
446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DiscoverExternalExadataInfrastructure.ts.html |here} to see how to use DiscoverExternalExadataInfrastructure API.
|
|
447
569
|
*/
|
|
448
570
|
discoverExternalExadataInfrastructure(discoverExternalExadataInfrastructureRequest: requests.DiscoverExternalExadataInfrastructureRequest): Promise<responses.DiscoverExternalExadataInfrastructureResponse>;
|
|
571
|
+
/**
|
|
572
|
+
* Drops a single plan or all plans associated with a SQL statement.
|
|
573
|
+
*
|
|
574
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
575
|
+
* @param DropSqlPlanBaselinesRequest
|
|
576
|
+
* @return DropSqlPlanBaselinesResponse
|
|
577
|
+
* @throws OciError when an error occurs
|
|
578
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DropSqlPlanBaselines.ts.html |here} to see how to use DropSqlPlanBaselines API.
|
|
579
|
+
*/
|
|
580
|
+
dropSqlPlanBaselines(dropSqlPlanBaselinesRequest: requests.DropSqlPlanBaselinesRequest): Promise<responses.DropSqlPlanBaselinesResponse>;
|
|
449
581
|
/**
|
|
450
582
|
* Drops the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.
|
|
451
583
|
*
|
|
@@ -453,9 +585,48 @@ export declare class DbManagementClient {
|
|
|
453
585
|
* @param DropTablespaceRequest
|
|
454
586
|
* @return DropTablespaceResponse
|
|
455
587
|
* @throws OciError when an error occurs
|
|
456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DropTablespace.ts.html |here} to see how to use DropTablespace API.
|
|
457
589
|
*/
|
|
458
590
|
dropTablespace(dropTablespaceRequest: requests.DropTablespaceRequest): Promise<responses.DropTablespaceResponse>;
|
|
591
|
+
/**
|
|
592
|
+
* Enables automatic initial plan capture. When enabled, the database checks whether
|
|
593
|
+
* executed SQL statements are eligible for automatic capture. It creates initial
|
|
594
|
+
* plan baselines for eligible statements.
|
|
595
|
+
* <p>
|
|
596
|
+
By default, the database creates a SQL plan baseline for every eligible repeatable
|
|
597
|
+
* statement, including all recursive SQL and monitoring SQL. Thus, automatic capture
|
|
598
|
+
* may result in the creation of an extremely large number of plan baselines. To limit
|
|
599
|
+
* the statements that are eligible for plan baselines, configure filters.
|
|
600
|
+
*
|
|
601
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
602
|
+
* @param EnableAutomaticInitialPlanCaptureRequest
|
|
603
|
+
* @return EnableAutomaticInitialPlanCaptureResponse
|
|
604
|
+
* @throws OciError when an error occurs
|
|
605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/EnableAutomaticInitialPlanCapture.ts.html |here} to see how to use EnableAutomaticInitialPlanCapture API.
|
|
606
|
+
*/
|
|
607
|
+
enableAutomaticInitialPlanCapture(enableAutomaticInitialPlanCaptureRequest: requests.EnableAutomaticInitialPlanCaptureRequest): Promise<responses.EnableAutomaticInitialPlanCaptureResponse>;
|
|
608
|
+
/**
|
|
609
|
+
* Enables the Automatic SPM Evolve Advisor task. By default, the automatic task
|
|
610
|
+
* `SYS_AUTO_SPM_EVOLVE_TASK` runs every day in the scheduled maintenance window.
|
|
611
|
+
* <p>
|
|
612
|
+
The SPM Evolve Advisor performs the following tasks:
|
|
613
|
+
* <p>
|
|
614
|
+
- Checks AWR for top SQL
|
|
615
|
+
* - Looks for alternative plans in all available sources
|
|
616
|
+
* - Adds unaccepted plans to the plan history
|
|
617
|
+
* - Tests the execution of as many plans as possible during the maintenance window
|
|
618
|
+
* - Adds the alternative plan to the baseline if it performs better than the current plan
|
|
619
|
+
* <p>
|
|
620
|
+
One client controls both Automatic SQL Tuning Advisor and Automatic SPM Evolve Advisor.
|
|
621
|
+
* Thus, the same task enables or disables both.
|
|
622
|
+
*
|
|
623
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
624
|
+
* @param EnableAutomaticSpmEvolveAdvisorTaskRequest
|
|
625
|
+
* @return EnableAutomaticSpmEvolveAdvisorTaskResponse
|
|
626
|
+
* @throws OciError when an error occurs
|
|
627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/EnableAutomaticSpmEvolveAdvisorTask.ts.html |here} to see how to use EnableAutomaticSpmEvolveAdvisorTask API.
|
|
628
|
+
*/
|
|
629
|
+
enableAutomaticSpmEvolveAdvisorTask(enableAutomaticSpmEvolveAdvisorTaskRequest: requests.EnableAutomaticSpmEvolveAdvisorTaskRequest): Promise<responses.EnableAutomaticSpmEvolveAdvisorTaskResponse>;
|
|
459
630
|
/**
|
|
460
631
|
* Enables Database Management service for all the components of the specified
|
|
461
632
|
* external DB system (except databases).
|
|
@@ -464,23 +635,66 @@ export declare class DbManagementClient {
|
|
|
464
635
|
* @param EnableExternalDbSystemDatabaseManagementRequest
|
|
465
636
|
* @return EnableExternalDbSystemDatabaseManagementResponse
|
|
466
637
|
* @throws OciError when an error occurs
|
|
467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/EnableExternalDbSystemDatabaseManagement.ts.html |here} to see how to use EnableExternalDbSystemDatabaseManagement API.
|
|
468
639
|
*/
|
|
469
640
|
enableExternalDbSystemDatabaseManagement(enableExternalDbSystemDatabaseManagementRequest: requests.EnableExternalDbSystemDatabaseManagementRequest): Promise<responses.EnableExternalDbSystemDatabaseManagementResponse>;
|
|
470
641
|
/**
|
|
471
|
-
* Enables
|
|
472
|
-
*
|
|
473
|
-
* Exadata infrastructure
|
|
474
|
-
* Exadata storage grid
|
|
475
|
-
* Exadata storage server
|
|
642
|
+
* Enables Stack Monitoring for all the components of the specified
|
|
643
|
+
* external DB system (except databases).
|
|
476
644
|
*
|
|
477
645
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
478
|
-
* @param
|
|
479
|
-
* @return
|
|
646
|
+
* @param EnableExternalDbSystemStackMonitoringRequest
|
|
647
|
+
* @return EnableExternalDbSystemStackMonitoringResponse
|
|
480
648
|
* @throws OciError when an error occurs
|
|
481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/EnableExternalDbSystemStackMonitoring.ts.html |here} to see how to use EnableExternalDbSystemStackMonitoring API.
|
|
482
650
|
*/
|
|
651
|
+
enableExternalDbSystemStackMonitoring(enableExternalDbSystemStackMonitoringRequest: requests.EnableExternalDbSystemStackMonitoringRequest): Promise<responses.EnableExternalDbSystemStackMonitoringResponse>;
|
|
652
|
+
/**
|
|
653
|
+
* Enables Database Management for the Exadata infrastructure specified by externalExadataInfrastructureId. It covers the following
|
|
654
|
+
* components:
|
|
655
|
+
* <p>
|
|
656
|
+
- Exadata infrastructure
|
|
657
|
+
* - Exadata storage grid
|
|
658
|
+
* - Exadata storage server
|
|
659
|
+
*
|
|
660
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
661
|
+
* @param EnableExternalExadataInfrastructureManagementRequest
|
|
662
|
+
* @return EnableExternalExadataInfrastructureManagementResponse
|
|
663
|
+
* @throws OciError when an error occurs
|
|
664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/EnableExternalExadataInfrastructureManagement.ts.html |here} to see how to use EnableExternalExadataInfrastructureManagement API.
|
|
665
|
+
*/
|
|
483
666
|
enableExternalExadataInfrastructureManagement(enableExternalExadataInfrastructureManagementRequest: requests.EnableExternalExadataInfrastructureManagementRequest): Promise<responses.EnableExternalExadataInfrastructureManagementResponse>;
|
|
667
|
+
/**
|
|
668
|
+
* Enables the high-frequency Automatic SPM Evolve Advisor task. The high-frequency
|
|
669
|
+
* task runs every hour and runs for no longer than 30 minutes. These settings
|
|
670
|
+
* are not configurable.
|
|
671
|
+
* <p>
|
|
672
|
+
The high-frequency task complements the standard Automatic SPM Evolve Advisor task.
|
|
673
|
+
* They are independent and are scheduled through two different frameworks.
|
|
674
|
+
* <p>
|
|
675
|
+
It is available only on Oracle Exadata Database Machine, Oracle Database Exadata
|
|
676
|
+
* Cloud Service (ExaCS) and Oracle Database Exadata Cloud@Customer (ExaCC).
|
|
677
|
+
*
|
|
678
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
679
|
+
* @param EnableHighFrequencyAutomaticSpmEvolveAdvisorTaskRequest
|
|
680
|
+
* @return EnableHighFrequencyAutomaticSpmEvolveAdvisorTaskResponse
|
|
681
|
+
* @throws OciError when an error occurs
|
|
682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/EnableHighFrequencyAutomaticSpmEvolveAdvisorTask.ts.html |here} to see how to use EnableHighFrequencyAutomaticSpmEvolveAdvisorTask API.
|
|
683
|
+
*/
|
|
684
|
+
enableHighFrequencyAutomaticSpmEvolveAdvisorTask(enableHighFrequencyAutomaticSpmEvolveAdvisorTaskRequest: requests.EnableHighFrequencyAutomaticSpmEvolveAdvisorTaskRequest): Promise<responses.EnableHighFrequencyAutomaticSpmEvolveAdvisorTaskResponse>;
|
|
685
|
+
/**
|
|
686
|
+
* Enables the use of SQL plan baselines stored in SQL Management Base.
|
|
687
|
+
* <p>
|
|
688
|
+
When enabled, the optimizer uses SQL plan baselines to select plans
|
|
689
|
+
* to avoid potential performance regressions.
|
|
690
|
+
*
|
|
691
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
692
|
+
* @param EnableSqlPlanBaselinesUsageRequest
|
|
693
|
+
* @return EnableSqlPlanBaselinesUsageResponse
|
|
694
|
+
* @throws OciError when an error occurs
|
|
695
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/EnableSqlPlanBaselinesUsage.ts.html |here} to see how to use EnableSqlPlanBaselinesUsage API.
|
|
696
|
+
*/
|
|
697
|
+
enableSqlPlanBaselinesUsage(enableSqlPlanBaselinesUsageRequest: requests.EnableSqlPlanBaselinesUsageRequest): Promise<responses.EnableSqlPlanBaselinesUsageResponse>;
|
|
484
698
|
/**
|
|
485
699
|
* Creates an AWR snapshot for the target database.
|
|
486
700
|
*
|
|
@@ -488,7 +702,7 @@ export declare class DbManagementClient {
|
|
|
488
702
|
* @param GenerateAwrSnapshotRequest
|
|
489
703
|
* @return GenerateAwrSnapshotResponse
|
|
490
704
|
* @throws OciError when an error occurs
|
|
491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GenerateAwrSnapshot.ts.html |here} to see how to use GenerateAwrSnapshot API.
|
|
492
706
|
*/
|
|
493
707
|
generateAwrSnapshot(generateAwrSnapshotRequest: requests.GenerateAwrSnapshotRequest): Promise<responses.GenerateAwrSnapshotResponse>;
|
|
494
708
|
/**
|
|
@@ -498,7 +712,7 @@ export declare class DbManagementClient {
|
|
|
498
712
|
* @param GetAwrDbReportRequest
|
|
499
713
|
* @return GetAwrDbReportResponse
|
|
500
714
|
* @throws OciError when an error occurs
|
|
501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetAwrDbReport.ts.html |here} to see how to use GetAwrDbReport API.
|
|
502
716
|
*/
|
|
503
717
|
getAwrDbReport(getAwrDbReportRequest: requests.GetAwrDbReportRequest): Promise<responses.GetAwrDbReportResponse>;
|
|
504
718
|
/**
|
|
@@ -508,7 +722,7 @@ export declare class DbManagementClient {
|
|
|
508
722
|
* @param GetAwrDbSqlReportRequest
|
|
509
723
|
* @return GetAwrDbSqlReportResponse
|
|
510
724
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetAwrDbSqlReport.ts.html |here} to see how to use GetAwrDbSqlReport API.
|
|
512
726
|
*/
|
|
513
727
|
getAwrDbSqlReport(getAwrDbSqlReportRequest: requests.GetAwrDbSqlReportRequest): Promise<responses.GetAwrDbSqlReportResponse>;
|
|
514
728
|
/**
|
|
@@ -520,7 +734,7 @@ export declare class DbManagementClient {
|
|
|
520
734
|
* @param GetClusterCacheMetricRequest
|
|
521
735
|
* @return GetClusterCacheMetricResponse
|
|
522
736
|
* @throws OciError when an error occurs
|
|
523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
737
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetClusterCacheMetric.ts.html |here} to see how to use GetClusterCacheMetric API.
|
|
524
738
|
*/
|
|
525
739
|
getClusterCacheMetric(getClusterCacheMetricRequest: requests.GetClusterCacheMetricRequest): Promise<responses.GetClusterCacheMetricResponse>;
|
|
526
740
|
/**
|
|
@@ -531,7 +745,7 @@ export declare class DbManagementClient {
|
|
|
531
745
|
* @param GetDatabaseFleetHealthMetricsRequest
|
|
532
746
|
* @return GetDatabaseFleetHealthMetricsResponse
|
|
533
747
|
* @throws OciError when an error occurs
|
|
534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetDatabaseFleetHealthMetrics.ts.html |here} to see how to use GetDatabaseFleetHealthMetrics API.
|
|
535
749
|
*/
|
|
536
750
|
getDatabaseFleetHealthMetrics(getDatabaseFleetHealthMetricsRequest: requests.GetDatabaseFleetHealthMetricsRequest): Promise<responses.GetDatabaseFleetHealthMetricsResponse>;
|
|
537
751
|
/**
|
|
@@ -540,7 +754,7 @@ export declare class DbManagementClient {
|
|
|
540
754
|
* @param GetDatabaseHomeMetricsRequest
|
|
541
755
|
* @return GetDatabaseHomeMetricsResponse
|
|
542
756
|
* @throws OciError when an error occurs
|
|
543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetDatabaseHomeMetrics.ts.html |here} to see how to use GetDatabaseHomeMetrics API.
|
|
544
758
|
*/
|
|
545
759
|
getDatabaseHomeMetrics(getDatabaseHomeMetricsRequest: requests.GetDatabaseHomeMetricsRequest): Promise<responses.GetDatabaseHomeMetricsResponse>;
|
|
546
760
|
/**
|
|
@@ -549,7 +763,7 @@ export declare class DbManagementClient {
|
|
|
549
763
|
* @param GetDbManagementPrivateEndpointRequest
|
|
550
764
|
* @return GetDbManagementPrivateEndpointResponse
|
|
551
765
|
* @throws OciError when an error occurs
|
|
552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
766
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetDbManagementPrivateEndpoint.ts.html |here} to see how to use GetDbManagementPrivateEndpoint API.
|
|
553
767
|
*/
|
|
554
768
|
getDbManagementPrivateEndpoint(getDbManagementPrivateEndpointRequest: requests.GetDbManagementPrivateEndpointRequest): Promise<responses.GetDbManagementPrivateEndpointResponse>;
|
|
555
769
|
/**
|
|
@@ -559,7 +773,7 @@ export declare class DbManagementClient {
|
|
|
559
773
|
* @param GetExternalAsmRequest
|
|
560
774
|
* @return GetExternalAsmResponse
|
|
561
775
|
* @throws OciError when an error occurs
|
|
562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExternalAsm.ts.html |here} to see how to use GetExternalAsm API.
|
|
563
777
|
*/
|
|
564
778
|
getExternalAsm(getExternalAsmRequest: requests.GetExternalAsmRequest): Promise<responses.GetExternalAsmResponse>;
|
|
565
779
|
/**
|
|
@@ -569,7 +783,7 @@ export declare class DbManagementClient {
|
|
|
569
783
|
* @param GetExternalAsmConfigurationRequest
|
|
570
784
|
* @return GetExternalAsmConfigurationResponse
|
|
571
785
|
* @throws OciError when an error occurs
|
|
572
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
786
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExternalAsmConfiguration.ts.html |here} to see how to use GetExternalAsmConfiguration API.
|
|
573
787
|
*/
|
|
574
788
|
getExternalAsmConfiguration(getExternalAsmConfigurationRequest: requests.GetExternalAsmConfigurationRequest): Promise<responses.GetExternalAsmConfigurationResponse>;
|
|
575
789
|
/**
|
|
@@ -579,7 +793,7 @@ export declare class DbManagementClient {
|
|
|
579
793
|
* @param GetExternalAsmInstanceRequest
|
|
580
794
|
* @return GetExternalAsmInstanceResponse
|
|
581
795
|
* @throws OciError when an error occurs
|
|
582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExternalAsmInstance.ts.html |here} to see how to use GetExternalAsmInstance API.
|
|
583
797
|
*/
|
|
584
798
|
getExternalAsmInstance(getExternalAsmInstanceRequest: requests.GetExternalAsmInstanceRequest): Promise<responses.GetExternalAsmInstanceResponse>;
|
|
585
799
|
/**
|
|
@@ -589,7 +803,7 @@ export declare class DbManagementClient {
|
|
|
589
803
|
* @param GetExternalClusterRequest
|
|
590
804
|
* @return GetExternalClusterResponse
|
|
591
805
|
* @throws OciError when an error occurs
|
|
592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExternalCluster.ts.html |here} to see how to use GetExternalCluster API.
|
|
593
807
|
*/
|
|
594
808
|
getExternalCluster(getExternalClusterRequest: requests.GetExternalClusterRequest): Promise<responses.GetExternalClusterResponse>;
|
|
595
809
|
/**
|
|
@@ -599,7 +813,7 @@ export declare class DbManagementClient {
|
|
|
599
813
|
* @param GetExternalClusterInstanceRequest
|
|
600
814
|
* @return GetExternalClusterInstanceResponse
|
|
601
815
|
* @throws OciError when an error occurs
|
|
602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
816
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExternalClusterInstance.ts.html |here} to see how to use GetExternalClusterInstance API.
|
|
603
817
|
*/
|
|
604
818
|
getExternalClusterInstance(getExternalClusterInstanceRequest: requests.GetExternalClusterInstanceRequest): Promise<responses.GetExternalClusterInstanceResponse>;
|
|
605
819
|
/**
|
|
@@ -609,7 +823,7 @@ export declare class DbManagementClient {
|
|
|
609
823
|
* @param GetExternalDbHomeRequest
|
|
610
824
|
* @return GetExternalDbHomeResponse
|
|
611
825
|
* @throws OciError when an error occurs
|
|
612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
826
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExternalDbHome.ts.html |here} to see how to use GetExternalDbHome API.
|
|
613
827
|
*/
|
|
614
828
|
getExternalDbHome(getExternalDbHomeRequest: requests.GetExternalDbHomeRequest): Promise<responses.GetExternalDbHomeResponse>;
|
|
615
829
|
/**
|
|
@@ -619,7 +833,7 @@ export declare class DbManagementClient {
|
|
|
619
833
|
* @param GetExternalDbNodeRequest
|
|
620
834
|
* @return GetExternalDbNodeResponse
|
|
621
835
|
* @throws OciError when an error occurs
|
|
622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExternalDbNode.ts.html |here} to see how to use GetExternalDbNode API.
|
|
623
837
|
*/
|
|
624
838
|
getExternalDbNode(getExternalDbNodeRequest: requests.GetExternalDbNodeRequest): Promise<responses.GetExternalDbNodeResponse>;
|
|
625
839
|
/**
|
|
@@ -629,7 +843,7 @@ export declare class DbManagementClient {
|
|
|
629
843
|
* @param GetExternalDbSystemRequest
|
|
630
844
|
* @return GetExternalDbSystemResponse
|
|
631
845
|
* @throws OciError when an error occurs
|
|
632
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExternalDbSystem.ts.html |here} to see how to use GetExternalDbSystem API.
|
|
633
847
|
*/
|
|
634
848
|
getExternalDbSystem(getExternalDbSystemRequest: requests.GetExternalDbSystemRequest): Promise<responses.GetExternalDbSystemResponse>;
|
|
635
849
|
/**
|
|
@@ -639,7 +853,7 @@ export declare class DbManagementClient {
|
|
|
639
853
|
* @param GetExternalDbSystemConnectorRequest
|
|
640
854
|
* @return GetExternalDbSystemConnectorResponse
|
|
641
855
|
* @throws OciError when an error occurs
|
|
642
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
856
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExternalDbSystemConnector.ts.html |here} to see how to use GetExternalDbSystemConnector API.
|
|
643
857
|
*/
|
|
644
858
|
getExternalDbSystemConnector(getExternalDbSystemConnectorRequest: requests.GetExternalDbSystemConnectorRequest): Promise<responses.GetExternalDbSystemConnectorResponse>;
|
|
645
859
|
/**
|
|
@@ -649,48 +863,48 @@ export declare class DbManagementClient {
|
|
|
649
863
|
* @param GetExternalDbSystemDiscoveryRequest
|
|
650
864
|
* @return GetExternalDbSystemDiscoveryResponse
|
|
651
865
|
* @throws OciError when an error occurs
|
|
652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
866
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExternalDbSystemDiscovery.ts.html |here} to see how to use GetExternalDbSystemDiscovery API.
|
|
653
867
|
*/
|
|
654
868
|
getExternalDbSystemDiscovery(getExternalDbSystemDiscoveryRequest: requests.GetExternalDbSystemDiscoveryRequest): Promise<responses.GetExternalDbSystemDiscoveryResponse>;
|
|
655
869
|
/**
|
|
656
|
-
* Gets the details for the
|
|
870
|
+
* Gets the details for the Exadata infrastructure specified by externalExadataInfrastructureId. It includes the DB systems and storage grid within the
|
|
657
871
|
* Exadata infrastructure.
|
|
658
872
|
*
|
|
659
873
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
660
874
|
* @param GetExternalExadataInfrastructureRequest
|
|
661
875
|
* @return GetExternalExadataInfrastructureResponse
|
|
662
876
|
* @throws OciError when an error occurs
|
|
663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExternalExadataInfrastructure.ts.html |here} to see how to use GetExternalExadataInfrastructure API.
|
|
664
878
|
*/
|
|
665
879
|
getExternalExadataInfrastructure(getExternalExadataInfrastructureRequest: requests.GetExternalExadataInfrastructureRequest): Promise<responses.GetExternalExadataInfrastructureResponse>;
|
|
666
880
|
/**
|
|
667
|
-
* Gets the details for the storage server connector specified by exadataStorageConnectorId.
|
|
881
|
+
* Gets the details for the Exadata storage server connector specified by exadataStorageConnectorId.
|
|
668
882
|
*
|
|
669
883
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
670
884
|
* @param GetExternalExadataStorageConnectorRequest
|
|
671
885
|
* @return GetExternalExadataStorageConnectorResponse
|
|
672
886
|
* @throws OciError when an error occurs
|
|
673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
887
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExternalExadataStorageConnector.ts.html |here} to see how to use GetExternalExadataStorageConnector API.
|
|
674
888
|
*/
|
|
675
889
|
getExternalExadataStorageConnector(getExternalExadataStorageConnectorRequest: requests.GetExternalExadataStorageConnectorRequest): Promise<responses.GetExternalExadataStorageConnectorResponse>;
|
|
676
890
|
/**
|
|
677
|
-
* Gets the details for the storage server grid specified by exadataStorageGridId.
|
|
891
|
+
* Gets the details for the Exadata storage server grid specified by exadataStorageGridId.
|
|
678
892
|
*
|
|
679
893
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
680
894
|
* @param GetExternalExadataStorageGridRequest
|
|
681
895
|
* @return GetExternalExadataStorageGridResponse
|
|
682
896
|
* @throws OciError when an error occurs
|
|
683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExternalExadataStorageGrid.ts.html |here} to see how to use GetExternalExadataStorageGrid API.
|
|
684
898
|
*/
|
|
685
899
|
getExternalExadataStorageGrid(getExternalExadataStorageGridRequest: requests.GetExternalExadataStorageGridRequest): Promise<responses.GetExternalExadataStorageGridResponse>;
|
|
686
900
|
/**
|
|
687
|
-
* Gets the summary for the storage server specified by exadataStorageServerId.
|
|
901
|
+
* Gets the summary for the Exadata storage server specified by exadataStorageServerId.
|
|
688
902
|
*
|
|
689
903
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
690
904
|
* @param GetExternalExadataStorageServerRequest
|
|
691
905
|
* @return GetExternalExadataStorageServerResponse
|
|
692
906
|
* @throws OciError when an error occurs
|
|
693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
907
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExternalExadataStorageServer.ts.html |here} to see how to use GetExternalExadataStorageServer API.
|
|
694
908
|
*/
|
|
695
909
|
getExternalExadataStorageServer(getExternalExadataStorageServerRequest: requests.GetExternalExadataStorageServerRequest): Promise<responses.GetExternalExadataStorageServerResponse>;
|
|
696
910
|
/**
|
|
@@ -700,17 +914,17 @@ export declare class DbManagementClient {
|
|
|
700
914
|
* @param GetExternalListenerRequest
|
|
701
915
|
* @return GetExternalListenerResponse
|
|
702
916
|
* @throws OciError when an error occurs
|
|
703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExternalListener.ts.html |here} to see how to use GetExternalListener API.
|
|
704
918
|
*/
|
|
705
919
|
getExternalListener(getExternalListenerRequest: requests.GetExternalListenerRequest): Promise<responses.GetExternalListenerResponse>;
|
|
706
920
|
/**
|
|
707
|
-
* Get the IORM plan from the specific
|
|
921
|
+
* Get the IORM plan from the specific Exadata storage server.
|
|
708
922
|
*
|
|
709
923
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
710
924
|
* @param GetIormPlanRequest
|
|
711
925
|
* @return GetIormPlanResponse
|
|
712
926
|
* @throws OciError when an error occurs
|
|
713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetIormPlan.ts.html |here} to see how to use GetIormPlan API.
|
|
714
928
|
*/
|
|
715
929
|
getIormPlan(getIormPlanRequest: requests.GetIormPlanRequest): Promise<responses.GetIormPlanResponse>;
|
|
716
930
|
/**
|
|
@@ -720,7 +934,7 @@ export declare class DbManagementClient {
|
|
|
720
934
|
* @param GetJobRequest
|
|
721
935
|
* @return GetJobResponse
|
|
722
936
|
* @throws OciError when an error occurs
|
|
723
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetJob.ts.html |here} to see how to use GetJob API.
|
|
724
938
|
*/
|
|
725
939
|
getJob(getJobRequest: requests.GetJobRequest): Promise<responses.GetJobResponse>;
|
|
726
940
|
/**
|
|
@@ -730,7 +944,7 @@ export declare class DbManagementClient {
|
|
|
730
944
|
* @param GetJobExecutionRequest
|
|
731
945
|
* @return GetJobExecutionResponse
|
|
732
946
|
* @throws OciError when an error occurs
|
|
733
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetJobExecution.ts.html |here} to see how to use GetJobExecution API.
|
|
734
948
|
*/
|
|
735
949
|
getJobExecution(getJobExecutionRequest: requests.GetJobExecutionRequest): Promise<responses.GetJobExecutionResponse>;
|
|
736
950
|
/**
|
|
@@ -740,7 +954,7 @@ export declare class DbManagementClient {
|
|
|
740
954
|
* @param GetJobRunRequest
|
|
741
955
|
* @return GetJobRunResponse
|
|
742
956
|
* @throws OciError when an error occurs
|
|
743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
957
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetJobRun.ts.html |here} to see how to use GetJobRun API.
|
|
744
958
|
*/
|
|
745
959
|
getJobRun(getJobRunRequest: requests.GetJobRunRequest): Promise<responses.GetJobRunResponse>;
|
|
746
960
|
/**
|
|
@@ -750,7 +964,7 @@ export declare class DbManagementClient {
|
|
|
750
964
|
* @param GetManagedDatabaseRequest
|
|
751
965
|
* @return GetManagedDatabaseResponse
|
|
752
966
|
* @throws OciError when an error occurs
|
|
753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
967
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetManagedDatabase.ts.html |here} to see how to use GetManagedDatabase API.
|
|
754
968
|
*/
|
|
755
969
|
getManagedDatabase(getManagedDatabaseRequest: requests.GetManagedDatabaseRequest): Promise<responses.GetManagedDatabaseResponse>;
|
|
756
970
|
/**
|
|
@@ -760,17 +974,17 @@ export declare class DbManagementClient {
|
|
|
760
974
|
* @param GetManagedDatabaseGroupRequest
|
|
761
975
|
* @return GetManagedDatabaseGroupResponse
|
|
762
976
|
* @throws OciError when an error occurs
|
|
763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
977
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetManagedDatabaseGroup.ts.html |here} to see how to use GetManagedDatabaseGroup API.
|
|
764
978
|
*/
|
|
765
979
|
getManagedDatabaseGroup(getManagedDatabaseGroupRequest: requests.GetManagedDatabaseGroupRequest): Promise<responses.GetManagedDatabaseGroupResponse>;
|
|
766
980
|
/**
|
|
767
|
-
*
|
|
981
|
+
* Gets the open alerts from the specified Exadata storage server.
|
|
768
982
|
*
|
|
769
983
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
770
984
|
* @param GetOpenAlertHistoryRequest
|
|
771
985
|
* @return GetOpenAlertHistoryResponse
|
|
772
986
|
* @throws OciError when an error occurs
|
|
773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetOpenAlertHistory.ts.html |here} to see how to use GetOpenAlertHistory API.
|
|
774
988
|
*/
|
|
775
989
|
getOpenAlertHistory(getOpenAlertHistoryRequest: requests.GetOpenAlertHistoryRequest): Promise<responses.GetOpenAlertHistoryResponse>;
|
|
776
990
|
/**
|
|
@@ -781,7 +995,7 @@ export declare class DbManagementClient {
|
|
|
781
995
|
* @param GetOptimizerStatisticsAdvisorExecutionRequest
|
|
782
996
|
* @return GetOptimizerStatisticsAdvisorExecutionResponse
|
|
783
997
|
* @throws OciError when an error occurs
|
|
784
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetOptimizerStatisticsAdvisorExecution.ts.html |here} to see how to use GetOptimizerStatisticsAdvisorExecution API.
|
|
785
999
|
*/
|
|
786
1000
|
getOptimizerStatisticsAdvisorExecution(getOptimizerStatisticsAdvisorExecutionRequest: requests.GetOptimizerStatisticsAdvisorExecutionRequest): Promise<responses.GetOptimizerStatisticsAdvisorExecutionResponse>;
|
|
787
1001
|
/**
|
|
@@ -790,7 +1004,7 @@ export declare class DbManagementClient {
|
|
|
790
1004
|
* @param GetOptimizerStatisticsAdvisorExecutionScriptRequest
|
|
791
1005
|
* @return GetOptimizerStatisticsAdvisorExecutionScriptResponse
|
|
792
1006
|
* @throws OciError when an error occurs
|
|
793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1007
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetOptimizerStatisticsAdvisorExecutionScript.ts.html |here} to see how to use GetOptimizerStatisticsAdvisorExecutionScript API.
|
|
794
1008
|
*/
|
|
795
1009
|
getOptimizerStatisticsAdvisorExecutionScript(getOptimizerStatisticsAdvisorExecutionScriptRequest: requests.GetOptimizerStatisticsAdvisorExecutionScriptRequest): Promise<responses.GetOptimizerStatisticsAdvisorExecutionScriptResponse>;
|
|
796
1010
|
/**
|
|
@@ -799,7 +1013,7 @@ export declare class DbManagementClient {
|
|
|
799
1013
|
* @param GetOptimizerStatisticsCollectionOperationRequest
|
|
800
1014
|
* @return GetOptimizerStatisticsCollectionOperationResponse
|
|
801
1015
|
* @throws OciError when an error occurs
|
|
802
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetOptimizerStatisticsCollectionOperation.ts.html |here} to see how to use GetOptimizerStatisticsCollectionOperation API.
|
|
803
1017
|
*/
|
|
804
1018
|
getOptimizerStatisticsCollectionOperation(getOptimizerStatisticsCollectionOperationRequest: requests.GetOptimizerStatisticsCollectionOperationRequest): Promise<responses.GetOptimizerStatisticsCollectionOperationResponse>;
|
|
805
1019
|
/**
|
|
@@ -812,7 +1026,7 @@ export declare class DbManagementClient {
|
|
|
812
1026
|
* @param GetPdbMetricsRequest
|
|
813
1027
|
* @return GetPdbMetricsResponse
|
|
814
1028
|
* @throws OciError when an error occurs
|
|
815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1029
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetPdbMetrics.ts.html |here} to see how to use GetPdbMetrics API.
|
|
816
1030
|
*/
|
|
817
1031
|
getPdbMetrics(getPdbMetricsRequest: requests.GetPdbMetricsRequest): Promise<responses.GetPdbMetricsResponse>;
|
|
818
1032
|
/**
|
|
@@ -822,9 +1036,31 @@ export declare class DbManagementClient {
|
|
|
822
1036
|
* @param GetPreferredCredentialRequest
|
|
823
1037
|
* @return GetPreferredCredentialResponse
|
|
824
1038
|
* @throws OciError when an error occurs
|
|
825
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1039
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetPreferredCredential.ts.html |here} to see how to use GetPreferredCredential API.
|
|
826
1040
|
*/
|
|
827
1041
|
getPreferredCredential(getPreferredCredentialRequest: requests.GetPreferredCredentialRequest): Promise<responses.GetPreferredCredentialResponse>;
|
|
1042
|
+
/**
|
|
1043
|
+
* Gets the SQL plan baseline details for the specified planName.
|
|
1044
|
+
*
|
|
1045
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1046
|
+
* @param GetSqlPlanBaselineRequest
|
|
1047
|
+
* @return GetSqlPlanBaselineResponse
|
|
1048
|
+
* @throws OciError when an error occurs
|
|
1049
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetSqlPlanBaseline.ts.html |here} to see how to use GetSqlPlanBaseline API.
|
|
1050
|
+
*/
|
|
1051
|
+
getSqlPlanBaseline(getSqlPlanBaselineRequest: requests.GetSqlPlanBaselineRequest): Promise<responses.GetSqlPlanBaselineResponse>;
|
|
1052
|
+
/**
|
|
1053
|
+
* Gets the configuration details of SQL plan baselines for the specified
|
|
1054
|
+
* Managed Database. The details include the settings for the capture and use of
|
|
1055
|
+
* SQL plan baselines, SPM Evolve Advisor task, and SQL Management Base.
|
|
1056
|
+
*
|
|
1057
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1058
|
+
* @param GetSqlPlanBaselineConfigurationRequest
|
|
1059
|
+
* @return GetSqlPlanBaselineConfigurationResponse
|
|
1060
|
+
* @throws OciError when an error occurs
|
|
1061
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetSqlPlanBaselineConfiguration.ts.html |here} to see how to use GetSqlPlanBaselineConfiguration API.
|
|
1062
|
+
*/
|
|
1063
|
+
getSqlPlanBaselineConfiguration(getSqlPlanBaselineConfigurationRequest: requests.GetSqlPlanBaselineConfigurationRequest): Promise<responses.GetSqlPlanBaselineConfigurationResponse>;
|
|
828
1064
|
/**
|
|
829
1065
|
* Gets the details of the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.
|
|
830
1066
|
*
|
|
@@ -832,17 +1068,17 @@ export declare class DbManagementClient {
|
|
|
832
1068
|
* @param GetTablespaceRequest
|
|
833
1069
|
* @return GetTablespaceResponse
|
|
834
1070
|
* @throws OciError when an error occurs
|
|
835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1071
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetTablespace.ts.html |here} to see how to use GetTablespace API.
|
|
836
1072
|
*/
|
|
837
1073
|
getTablespace(getTablespaceRequest: requests.GetTablespaceRequest): Promise<responses.GetTablespaceResponse>;
|
|
838
1074
|
/**
|
|
839
|
-
*
|
|
1075
|
+
* Gets the SQL IDs with the top CPU activity from the Exadata storage server.
|
|
840
1076
|
*
|
|
841
1077
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
842
1078
|
* @param GetTopSqlCpuActivityRequest
|
|
843
1079
|
* @return GetTopSqlCpuActivityResponse
|
|
844
1080
|
* @throws OciError when an error occurs
|
|
845
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetTopSqlCpuActivity.ts.html |here} to see how to use GetTopSqlCpuActivity API.
|
|
846
1082
|
*/
|
|
847
1083
|
getTopSqlCpuActivity(getTopSqlCpuActivityRequest: requests.GetTopSqlCpuActivityRequest): Promise<responses.GetTopSqlCpuActivityResponse>;
|
|
848
1084
|
/**
|
|
@@ -852,7 +1088,7 @@ export declare class DbManagementClient {
|
|
|
852
1088
|
* @param GetUserRequest
|
|
853
1089
|
* @return GetUserResponse
|
|
854
1090
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1091
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetUser.ts.html |here} to see how to use GetUser API.
|
|
856
1092
|
*/
|
|
857
1093
|
getUser(getUserRequest: requests.GetUserRequest): Promise<responses.GetUserResponse>;
|
|
858
1094
|
/**
|
|
@@ -861,7 +1097,7 @@ export declare class DbManagementClient {
|
|
|
861
1097
|
* @param GetWorkRequestRequest
|
|
862
1098
|
* @return GetWorkRequestResponse
|
|
863
1099
|
* @throws OciError when an error occurs
|
|
864
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
865
1101
|
*/
|
|
866
1102
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
867
1103
|
/**
|
|
@@ -870,7 +1106,7 @@ export declare class DbManagementClient {
|
|
|
870
1106
|
* @param ImplementOptimizerStatisticsAdvisorRecommendationsRequest
|
|
871
1107
|
* @return ImplementOptimizerStatisticsAdvisorRecommendationsResponse
|
|
872
1108
|
* @throws OciError when an error occurs
|
|
873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ImplementOptimizerStatisticsAdvisorRecommendations.ts.html |here} to see how to use ImplementOptimizerStatisticsAdvisorRecommendations API.
|
|
874
1110
|
*/
|
|
875
1111
|
implementOptimizerStatisticsAdvisorRecommendations(implementOptimizerStatisticsAdvisorRecommendationsRequest: requests.ImplementOptimizerStatisticsAdvisorRecommendationsRequest): Promise<responses.ImplementOptimizerStatisticsAdvisorRecommendationsResponse>;
|
|
876
1112
|
/**
|
|
@@ -879,7 +1115,7 @@ export declare class DbManagementClient {
|
|
|
879
1115
|
* @param ListAsmPropertiesRequest
|
|
880
1116
|
* @return ListAsmPropertiesResponse
|
|
881
1117
|
* @throws OciError when an error occurs
|
|
882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListAsmProperties.ts.html |here} to see how to use ListAsmProperties API.
|
|
883
1119
|
*/
|
|
884
1120
|
listAsmProperties(listAsmPropertiesRequest: requests.ListAsmPropertiesRequest): Promise<responses.ListAsmPropertiesResponse>;
|
|
885
1121
|
/**
|
|
@@ -888,7 +1124,7 @@ export declare class DbManagementClient {
|
|
|
888
1124
|
* @param ListAssociatedDatabasesRequest
|
|
889
1125
|
* @return ListAssociatedDatabasesResponse
|
|
890
1126
|
* @throws OciError when an error occurs
|
|
891
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListAssociatedDatabases.ts.html |here} to see how to use ListAssociatedDatabases API.
|
|
892
1128
|
*/
|
|
893
1129
|
listAssociatedDatabases(listAssociatedDatabasesRequest: requests.ListAssociatedDatabasesRequest): Promise<responses.ListAssociatedDatabasesResponse>;
|
|
894
1130
|
/**
|
|
@@ -898,7 +1134,7 @@ export declare class DbManagementClient {
|
|
|
898
1134
|
* @param ListAwrDbSnapshotsRequest
|
|
899
1135
|
* @return ListAwrDbSnapshotsResponse
|
|
900
1136
|
* @throws OciError when an error occurs
|
|
901
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListAwrDbSnapshots.ts.html |here} to see how to use ListAwrDbSnapshots API.
|
|
902
1138
|
*/
|
|
903
1139
|
listAwrDbSnapshots(listAwrDbSnapshotsRequest: requests.ListAwrDbSnapshotsRequest): Promise<responses.ListAwrDbSnapshotsResponse>;
|
|
904
1140
|
/**
|
|
@@ -908,7 +1144,7 @@ export declare class DbManagementClient {
|
|
|
908
1144
|
* @param ListAwrDbsRequest
|
|
909
1145
|
* @return ListAwrDbsResponse
|
|
910
1146
|
* @throws OciError when an error occurs
|
|
911
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListAwrDbs.ts.html |here} to see how to use ListAwrDbs API.
|
|
912
1148
|
*/
|
|
913
1149
|
listAwrDbs(listAwrDbsRequest: requests.ListAwrDbsRequest): Promise<responses.ListAwrDbsResponse>;
|
|
914
1150
|
/**
|
|
@@ -917,16 +1153,26 @@ export declare class DbManagementClient {
|
|
|
917
1153
|
* @param ListConsumerGroupPrivilegesRequest
|
|
918
1154
|
* @return ListConsumerGroupPrivilegesResponse
|
|
919
1155
|
* @throws OciError when an error occurs
|
|
920
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListConsumerGroupPrivileges.ts.html |here} to see how to use ListConsumerGroupPrivileges API.
|
|
921
1157
|
*/
|
|
922
1158
|
listConsumerGroupPrivileges(listConsumerGroupPrivilegesRequest: requests.ListConsumerGroupPrivilegesRequest): Promise<responses.ListConsumerGroupPrivilegesResponse>;
|
|
1159
|
+
/**
|
|
1160
|
+
* Lists the SQL statements from shared SQL area, also called the cursor cache.
|
|
1161
|
+
*
|
|
1162
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1163
|
+
* @param ListCursorCacheStatementsRequest
|
|
1164
|
+
* @return ListCursorCacheStatementsResponse
|
|
1165
|
+
* @throws OciError when an error occurs
|
|
1166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListCursorCacheStatements.ts.html |here} to see how to use ListCursorCacheStatements API.
|
|
1167
|
+
*/
|
|
1168
|
+
listCursorCacheStatements(listCursorCacheStatementsRequest: requests.ListCursorCacheStatementsRequest): Promise<responses.ListCursorCacheStatementsResponse>;
|
|
923
1169
|
/**
|
|
924
1170
|
* Gets the list of containers for a specific user. This is only applicable if ALL_CONTAINERS !='Y'.
|
|
925
1171
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
926
1172
|
* @param ListDataAccessContainersRequest
|
|
927
1173
|
* @return ListDataAccessContainersResponse
|
|
928
1174
|
* @throws OciError when an error occurs
|
|
929
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListDataAccessContainers.ts.html |here} to see how to use ListDataAccessContainers API.
|
|
930
1176
|
*/
|
|
931
1177
|
listDataAccessContainers(listDataAccessContainersRequest: requests.ListDataAccessContainersRequest): Promise<responses.ListDataAccessContainersResponse>;
|
|
932
1178
|
/**
|
|
@@ -936,7 +1182,7 @@ export declare class DbManagementClient {
|
|
|
936
1182
|
* @param ListDatabaseParametersRequest
|
|
937
1183
|
* @return ListDatabaseParametersResponse
|
|
938
1184
|
* @throws OciError when an error occurs
|
|
939
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListDatabaseParameters.ts.html |here} to see how to use ListDatabaseParameters API.
|
|
940
1186
|
*/
|
|
941
1187
|
listDatabaseParameters(listDatabaseParametersRequest: requests.ListDatabaseParametersRequest): Promise<responses.ListDatabaseParametersResponse>;
|
|
942
1188
|
/**
|
|
@@ -946,7 +1192,7 @@ export declare class DbManagementClient {
|
|
|
946
1192
|
* @param ListDbManagementPrivateEndpointsRequest
|
|
947
1193
|
* @return ListDbManagementPrivateEndpointsResponse
|
|
948
1194
|
* @throws OciError when an error occurs
|
|
949
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListDbManagementPrivateEndpoints.ts.html |here} to see how to use ListDbManagementPrivateEndpoints API.
|
|
950
1196
|
*/
|
|
951
1197
|
listDbManagementPrivateEndpoints(listDbManagementPrivateEndpointsRequest: requests.ListDbManagementPrivateEndpointsRequest): Promise<responses.ListDbManagementPrivateEndpointsResponse>;
|
|
952
1198
|
/**
|
|
@@ -956,7 +1202,7 @@ export declare class DbManagementClient {
|
|
|
956
1202
|
* @param ListExternalAsmDiskGroupsRequest
|
|
957
1203
|
* @return ListExternalAsmDiskGroupsResponse
|
|
958
1204
|
* @throws OciError when an error occurs
|
|
959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalAsmDiskGroups.ts.html |here} to see how to use ListExternalAsmDiskGroups API.
|
|
960
1206
|
*/
|
|
961
1207
|
listExternalAsmDiskGroups(listExternalAsmDiskGroupsRequest: requests.ListExternalAsmDiskGroupsRequest): Promise<responses.ListExternalAsmDiskGroupsResponse>;
|
|
962
1208
|
/**
|
|
@@ -965,7 +1211,7 @@ export declare class DbManagementClient {
|
|
|
965
1211
|
* @param ListExternalAsmInstancesRequest
|
|
966
1212
|
* @return ListExternalAsmInstancesResponse
|
|
967
1213
|
* @throws OciError when an error occurs
|
|
968
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalAsmInstances.ts.html |here} to see how to use ListExternalAsmInstances API.
|
|
969
1215
|
*/
|
|
970
1216
|
listExternalAsmInstances(listExternalAsmInstancesRequest: requests.ListExternalAsmInstancesRequest): Promise<responses.ListExternalAsmInstancesResponse>;
|
|
971
1217
|
/**
|
|
@@ -975,7 +1221,7 @@ export declare class DbManagementClient {
|
|
|
975
1221
|
* @param ListExternalAsmUsersRequest
|
|
976
1222
|
* @return ListExternalAsmUsersResponse
|
|
977
1223
|
* @throws OciError when an error occurs
|
|
978
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalAsmUsers.ts.html |here} to see how to use ListExternalAsmUsers API.
|
|
979
1225
|
*/
|
|
980
1226
|
listExternalAsmUsers(listExternalAsmUsersRequest: requests.ListExternalAsmUsersRequest): Promise<responses.ListExternalAsmUsersResponse>;
|
|
981
1227
|
/**
|
|
@@ -984,7 +1230,7 @@ export declare class DbManagementClient {
|
|
|
984
1230
|
* @param ListExternalAsmsRequest
|
|
985
1231
|
* @return ListExternalAsmsResponse
|
|
986
1232
|
* @throws OciError when an error occurs
|
|
987
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1233
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalAsms.ts.html |here} to see how to use ListExternalAsms API.
|
|
988
1234
|
*/
|
|
989
1235
|
listExternalAsms(listExternalAsmsRequest: requests.ListExternalAsmsRequest): Promise<responses.ListExternalAsmsResponse>;
|
|
990
1236
|
/**
|
|
@@ -993,7 +1239,7 @@ export declare class DbManagementClient {
|
|
|
993
1239
|
* @param ListExternalClusterInstancesRequest
|
|
994
1240
|
* @return ListExternalClusterInstancesResponse
|
|
995
1241
|
* @throws OciError when an error occurs
|
|
996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalClusterInstances.ts.html |here} to see how to use ListExternalClusterInstances API.
|
|
997
1243
|
*/
|
|
998
1244
|
listExternalClusterInstances(listExternalClusterInstancesRequest: requests.ListExternalClusterInstancesRequest): Promise<responses.ListExternalClusterInstancesResponse>;
|
|
999
1245
|
/**
|
|
@@ -1002,7 +1248,7 @@ export declare class DbManagementClient {
|
|
|
1002
1248
|
* @param ListExternalClustersRequest
|
|
1003
1249
|
* @return ListExternalClustersResponse
|
|
1004
1250
|
* @throws OciError when an error occurs
|
|
1005
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalClusters.ts.html |here} to see how to use ListExternalClusters API.
|
|
1006
1252
|
*/
|
|
1007
1253
|
listExternalClusters(listExternalClustersRequest: requests.ListExternalClustersRequest): Promise<responses.ListExternalClustersResponse>;
|
|
1008
1254
|
/**
|
|
@@ -1011,7 +1257,7 @@ export declare class DbManagementClient {
|
|
|
1011
1257
|
* @param ListExternalDatabasesRequest
|
|
1012
1258
|
* @return ListExternalDatabasesResponse
|
|
1013
1259
|
* @throws OciError when an error occurs
|
|
1014
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalDatabases.ts.html |here} to see how to use ListExternalDatabases API.
|
|
1015
1261
|
*/
|
|
1016
1262
|
listExternalDatabases(listExternalDatabasesRequest: requests.ListExternalDatabasesRequest): Promise<responses.ListExternalDatabasesResponse>;
|
|
1017
1263
|
/**
|
|
@@ -1020,7 +1266,7 @@ export declare class DbManagementClient {
|
|
|
1020
1266
|
* @param ListExternalDbHomesRequest
|
|
1021
1267
|
* @return ListExternalDbHomesResponse
|
|
1022
1268
|
* @throws OciError when an error occurs
|
|
1023
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalDbHomes.ts.html |here} to see how to use ListExternalDbHomes API.
|
|
1024
1270
|
*/
|
|
1025
1271
|
listExternalDbHomes(listExternalDbHomesRequest: requests.ListExternalDbHomesRequest): Promise<responses.ListExternalDbHomesResponse>;
|
|
1026
1272
|
/**
|
|
@@ -1029,7 +1275,7 @@ export declare class DbManagementClient {
|
|
|
1029
1275
|
* @param ListExternalDbNodesRequest
|
|
1030
1276
|
* @return ListExternalDbNodesResponse
|
|
1031
1277
|
* @throws OciError when an error occurs
|
|
1032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalDbNodes.ts.html |here} to see how to use ListExternalDbNodes API.
|
|
1033
1279
|
*/
|
|
1034
1280
|
listExternalDbNodes(listExternalDbNodesRequest: requests.ListExternalDbNodesRequest): Promise<responses.ListExternalDbNodesResponse>;
|
|
1035
1281
|
/**
|
|
@@ -1038,7 +1284,7 @@ export declare class DbManagementClient {
|
|
|
1038
1284
|
* @param ListExternalDbSystemConnectorsRequest
|
|
1039
1285
|
* @return ListExternalDbSystemConnectorsResponse
|
|
1040
1286
|
* @throws OciError when an error occurs
|
|
1041
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalDbSystemConnectors.ts.html |here} to see how to use ListExternalDbSystemConnectors API.
|
|
1042
1288
|
*/
|
|
1043
1289
|
listExternalDbSystemConnectors(listExternalDbSystemConnectorsRequest: requests.ListExternalDbSystemConnectorsRequest): Promise<responses.ListExternalDbSystemConnectorsResponse>;
|
|
1044
1290
|
/**
|
|
@@ -1047,7 +1293,7 @@ export declare class DbManagementClient {
|
|
|
1047
1293
|
* @param ListExternalDbSystemDiscoveriesRequest
|
|
1048
1294
|
* @return ListExternalDbSystemDiscoveriesResponse
|
|
1049
1295
|
* @throws OciError when an error occurs
|
|
1050
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalDbSystemDiscoveries.ts.html |here} to see how to use ListExternalDbSystemDiscoveries API.
|
|
1051
1297
|
*/
|
|
1052
1298
|
listExternalDbSystemDiscoveries(listExternalDbSystemDiscoveriesRequest: requests.ListExternalDbSystemDiscoveriesRequest): Promise<responses.ListExternalDbSystemDiscoveriesResponse>;
|
|
1053
1299
|
/**
|
|
@@ -1056,37 +1302,37 @@ export declare class DbManagementClient {
|
|
|
1056
1302
|
* @param ListExternalDbSystemsRequest
|
|
1057
1303
|
* @return ListExternalDbSystemsResponse
|
|
1058
1304
|
* @throws OciError when an error occurs
|
|
1059
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalDbSystems.ts.html |here} to see how to use ListExternalDbSystems API.
|
|
1060
1306
|
*/
|
|
1061
1307
|
listExternalDbSystems(listExternalDbSystemsRequest: requests.ListExternalDbSystemsRequest): Promise<responses.ListExternalDbSystemsResponse>;
|
|
1062
1308
|
/**
|
|
1063
|
-
* Lists the Exadata
|
|
1309
|
+
* Lists the Exadata infrastructure resources in the specified compartment.
|
|
1064
1310
|
*
|
|
1065
1311
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1066
1312
|
* @param ListExternalExadataInfrastructuresRequest
|
|
1067
1313
|
* @return ListExternalExadataInfrastructuresResponse
|
|
1068
1314
|
* @throws OciError when an error occurs
|
|
1069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalExadataInfrastructures.ts.html |here} to see how to use ListExternalExadataInfrastructures API.
|
|
1070
1316
|
*/
|
|
1071
1317
|
listExternalExadataInfrastructures(listExternalExadataInfrastructuresRequest: requests.ListExternalExadataInfrastructuresRequest): Promise<responses.ListExternalExadataInfrastructuresResponse>;
|
|
1072
1318
|
/**
|
|
1073
|
-
* Lists the connectors for the
|
|
1319
|
+
* Lists the Exadata storage server connectors for the specified Exadata infrastructure.
|
|
1074
1320
|
*
|
|
1075
1321
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1076
1322
|
* @param ListExternalExadataStorageConnectorsRequest
|
|
1077
1323
|
* @return ListExternalExadataStorageConnectorsResponse
|
|
1078
1324
|
* @throws OciError when an error occurs
|
|
1079
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalExadataStorageConnectors.ts.html |here} to see how to use ListExternalExadataStorageConnectors API.
|
|
1080
1326
|
*/
|
|
1081
1327
|
listExternalExadataStorageConnectors(listExternalExadataStorageConnectorsRequest: requests.ListExternalExadataStorageConnectorsRequest): Promise<responses.ListExternalExadataStorageConnectorsResponse>;
|
|
1082
1328
|
/**
|
|
1083
|
-
* Lists
|
|
1329
|
+
* Lists the Exadata storage servers for the specified Exadata infrastructure.
|
|
1084
1330
|
*
|
|
1085
1331
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1086
1332
|
* @param ListExternalExadataStorageServersRequest
|
|
1087
1333
|
* @return ListExternalExadataStorageServersResponse
|
|
1088
1334
|
* @throws OciError when an error occurs
|
|
1089
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalExadataStorageServers.ts.html |here} to see how to use ListExternalExadataStorageServers API.
|
|
1090
1336
|
*/
|
|
1091
1337
|
listExternalExadataStorageServers(listExternalExadataStorageServersRequest: requests.ListExternalExadataStorageServersRequest): Promise<responses.ListExternalExadataStorageServersResponse>;
|
|
1092
1338
|
/**
|
|
@@ -1097,7 +1343,7 @@ export declare class DbManagementClient {
|
|
|
1097
1343
|
* @param ListExternalListenerServicesRequest
|
|
1098
1344
|
* @return ListExternalListenerServicesResponse
|
|
1099
1345
|
* @throws OciError when an error occurs
|
|
1100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalListenerServices.ts.html |here} to see how to use ListExternalListenerServices API.
|
|
1101
1347
|
*/
|
|
1102
1348
|
listExternalListenerServices(listExternalListenerServicesRequest: requests.ListExternalListenerServicesRequest): Promise<responses.ListExternalListenerServicesResponse>;
|
|
1103
1349
|
/**
|
|
@@ -1106,7 +1352,7 @@ export declare class DbManagementClient {
|
|
|
1106
1352
|
* @param ListExternalListenersRequest
|
|
1107
1353
|
* @return ListExternalListenersResponse
|
|
1108
1354
|
* @throws OciError when an error occurs
|
|
1109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListExternalListeners.ts.html |here} to see how to use ListExternalListeners API.
|
|
1110
1356
|
*/
|
|
1111
1357
|
listExternalListeners(listExternalListenersRequest: requests.ListExternalListenersRequest): Promise<responses.ListExternalListenersResponse>;
|
|
1112
1358
|
/**
|
|
@@ -1119,7 +1365,7 @@ export declare class DbManagementClient {
|
|
|
1119
1365
|
* @param ListJobExecutionsRequest
|
|
1120
1366
|
* @return ListJobExecutionsResponse
|
|
1121
1367
|
* @throws OciError when an error occurs
|
|
1122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1368
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListJobExecutions.ts.html |here} to see how to use ListJobExecutions API.
|
|
1123
1369
|
*/
|
|
1124
1370
|
listJobExecutions(listJobExecutionsRequest: requests.ListJobExecutionsRequest): Promise<responses.ListJobExecutionsResponse>;
|
|
1125
1371
|
/**
|
|
@@ -1132,7 +1378,7 @@ export declare class DbManagementClient {
|
|
|
1132
1378
|
* @param ListJobRunsRequest
|
|
1133
1379
|
* @return ListJobRunsResponse
|
|
1134
1380
|
* @throws OciError when an error occurs
|
|
1135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
|
|
1136
1382
|
*/
|
|
1137
1383
|
listJobRuns(listJobRunsRequest: requests.ListJobRunsRequest): Promise<responses.ListJobRunsResponse>;
|
|
1138
1384
|
/**
|
|
@@ -1145,7 +1391,7 @@ export declare class DbManagementClient {
|
|
|
1145
1391
|
* @param ListJobsRequest
|
|
1146
1392
|
* @return ListJobsResponse
|
|
1147
1393
|
* @throws OciError when an error occurs
|
|
1148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
1149
1395
|
*/
|
|
1150
1396
|
listJobs(listJobsRequest: requests.ListJobsRequest): Promise<responses.ListJobsResponse>;
|
|
1151
1397
|
/**
|
|
@@ -1158,7 +1404,7 @@ export declare class DbManagementClient {
|
|
|
1158
1404
|
* @param ListManagedDatabaseGroupsRequest
|
|
1159
1405
|
* @return ListManagedDatabaseGroupsResponse
|
|
1160
1406
|
* @throws OciError when an error occurs
|
|
1161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListManagedDatabaseGroups.ts.html |here} to see how to use ListManagedDatabaseGroups API.
|
|
1162
1408
|
*/
|
|
1163
1409
|
listManagedDatabaseGroups(listManagedDatabaseGroupsRequest: requests.ListManagedDatabaseGroupsRequest): Promise<responses.ListManagedDatabaseGroupsResponse>;
|
|
1164
1410
|
/**
|
|
@@ -1173,7 +1419,7 @@ export declare class DbManagementClient {
|
|
|
1173
1419
|
* @param ListManagedDatabasesRequest
|
|
1174
1420
|
* @return ListManagedDatabasesResponse
|
|
1175
1421
|
* @throws OciError when an error occurs
|
|
1176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1422
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListManagedDatabases.ts.html |here} to see how to use ListManagedDatabases API.
|
|
1177
1423
|
*/
|
|
1178
1424
|
listManagedDatabases(listManagedDatabasesRequest: requests.ListManagedDatabasesRequest): Promise<responses.ListManagedDatabasesResponse>;
|
|
1179
1425
|
/**
|
|
@@ -1182,7 +1428,7 @@ export declare class DbManagementClient {
|
|
|
1182
1428
|
* @param ListObjectPrivilegesRequest
|
|
1183
1429
|
* @return ListObjectPrivilegesResponse
|
|
1184
1430
|
* @throws OciError when an error occurs
|
|
1185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListObjectPrivileges.ts.html |here} to see how to use ListObjectPrivileges API.
|
|
1186
1432
|
*/
|
|
1187
1433
|
listObjectPrivileges(listObjectPrivilegesRequest: requests.ListObjectPrivilegesRequest): Promise<responses.ListObjectPrivilegesResponse>;
|
|
1188
1434
|
/**
|
|
@@ -1194,7 +1440,7 @@ export declare class DbManagementClient {
|
|
|
1194
1440
|
* @param ListOptimizerStatisticsAdvisorExecutionsRequest
|
|
1195
1441
|
* @return ListOptimizerStatisticsAdvisorExecutionsResponse
|
|
1196
1442
|
* @throws OciError when an error occurs
|
|
1197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListOptimizerStatisticsAdvisorExecutions.ts.html |here} to see how to use ListOptimizerStatisticsAdvisorExecutions API.
|
|
1198
1444
|
*/
|
|
1199
1445
|
listOptimizerStatisticsAdvisorExecutions(listOptimizerStatisticsAdvisorExecutionsRequest: requests.ListOptimizerStatisticsAdvisorExecutionsRequest): Promise<responses.ListOptimizerStatisticsAdvisorExecutionsResponse>;
|
|
1200
1446
|
/**
|
|
@@ -1209,7 +1455,7 @@ export declare class DbManagementClient {
|
|
|
1209
1455
|
* @param ListOptimizerStatisticsCollectionAggregationsRequest
|
|
1210
1456
|
* @return ListOptimizerStatisticsCollectionAggregationsResponse
|
|
1211
1457
|
* @throws OciError when an error occurs
|
|
1212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListOptimizerStatisticsCollectionAggregations.ts.html |here} to see how to use ListOptimizerStatisticsCollectionAggregations API.
|
|
1213
1459
|
*/
|
|
1214
1460
|
listOptimizerStatisticsCollectionAggregations(listOptimizerStatisticsCollectionAggregationsRequest: requests.ListOptimizerStatisticsCollectionAggregationsRequest): Promise<responses.ListOptimizerStatisticsCollectionAggregationsResponse>;
|
|
1215
1461
|
/**
|
|
@@ -1225,7 +1471,7 @@ export declare class DbManagementClient {
|
|
|
1225
1471
|
* @param ListOptimizerStatisticsCollectionOperationsRequest
|
|
1226
1472
|
* @return ListOptimizerStatisticsCollectionOperationsResponse
|
|
1227
1473
|
* @throws OciError when an error occurs
|
|
1228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1474
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListOptimizerStatisticsCollectionOperations.ts.html |here} to see how to use ListOptimizerStatisticsCollectionOperations API.
|
|
1229
1475
|
*/
|
|
1230
1476
|
listOptimizerStatisticsCollectionOperations(listOptimizerStatisticsCollectionOperationsRequest: requests.ListOptimizerStatisticsCollectionOperationsRequest): Promise<responses.ListOptimizerStatisticsCollectionOperationsResponse>;
|
|
1231
1477
|
/**
|
|
@@ -1235,7 +1481,7 @@ export declare class DbManagementClient {
|
|
|
1235
1481
|
* @param ListPreferredCredentialsRequest
|
|
1236
1482
|
* @return ListPreferredCredentialsResponse
|
|
1237
1483
|
* @throws OciError when an error occurs
|
|
1238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListPreferredCredentials.ts.html |here} to see how to use ListPreferredCredentials API.
|
|
1239
1485
|
*/
|
|
1240
1486
|
listPreferredCredentials(listPreferredCredentialsRequest: requests.ListPreferredCredentialsRequest): Promise<responses.ListPreferredCredentialsResponse>;
|
|
1241
1487
|
/**
|
|
@@ -1244,7 +1490,7 @@ export declare class DbManagementClient {
|
|
|
1244
1490
|
* @param ListProxiedForUsersRequest
|
|
1245
1491
|
* @return ListProxiedForUsersResponse
|
|
1246
1492
|
* @throws OciError when an error occurs
|
|
1247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListProxiedForUsers.ts.html |here} to see how to use ListProxiedForUsers API.
|
|
1248
1494
|
*/
|
|
1249
1495
|
listProxiedForUsers(listProxiedForUsersRequest: requests.ListProxiedForUsersRequest): Promise<responses.ListProxiedForUsersResponse>;
|
|
1250
1496
|
/**
|
|
@@ -1253,7 +1499,7 @@ export declare class DbManagementClient {
|
|
|
1253
1499
|
* @param ListProxyUsersRequest
|
|
1254
1500
|
* @return ListProxyUsersResponse
|
|
1255
1501
|
* @throws OciError when an error occurs
|
|
1256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1502
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListProxyUsers.ts.html |here} to see how to use ListProxyUsers API.
|
|
1257
1503
|
*/
|
|
1258
1504
|
listProxyUsers(listProxyUsersRequest: requests.ListProxyUsersRequest): Promise<responses.ListProxyUsersResponse>;
|
|
1259
1505
|
/**
|
|
@@ -1262,16 +1508,36 @@ export declare class DbManagementClient {
|
|
|
1262
1508
|
* @param ListRolesRequest
|
|
1263
1509
|
* @return ListRolesResponse
|
|
1264
1510
|
* @throws OciError when an error occurs
|
|
1265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListRoles.ts.html |here} to see how to use ListRoles API.
|
|
1266
1512
|
*/
|
|
1267
1513
|
listRoles(listRolesRequest: requests.ListRolesRequest): Promise<responses.ListRolesResponse>;
|
|
1514
|
+
/**
|
|
1515
|
+
* Lists the database jobs used for loading SQL plan baselines in the specified Managed Database.
|
|
1516
|
+
*
|
|
1517
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1518
|
+
* @param ListSqlPlanBaselineJobsRequest
|
|
1519
|
+
* @return ListSqlPlanBaselineJobsResponse
|
|
1520
|
+
* @throws OciError when an error occurs
|
|
1521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListSqlPlanBaselineJobs.ts.html |here} to see how to use ListSqlPlanBaselineJobs API.
|
|
1522
|
+
*/
|
|
1523
|
+
listSqlPlanBaselineJobs(listSqlPlanBaselineJobsRequest: requests.ListSqlPlanBaselineJobsRequest): Promise<responses.ListSqlPlanBaselineJobsResponse>;
|
|
1524
|
+
/**
|
|
1525
|
+
* Lists the SQL plan baselines for the specified Managed Database.
|
|
1526
|
+
*
|
|
1527
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1528
|
+
* @param ListSqlPlanBaselinesRequest
|
|
1529
|
+
* @return ListSqlPlanBaselinesResponse
|
|
1530
|
+
* @throws OciError when an error occurs
|
|
1531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListSqlPlanBaselines.ts.html |here} to see how to use ListSqlPlanBaselines API.
|
|
1532
|
+
*/
|
|
1533
|
+
listSqlPlanBaselines(listSqlPlanBaselinesRequest: requests.ListSqlPlanBaselinesRequest): Promise<responses.ListSqlPlanBaselinesResponse>;
|
|
1268
1534
|
/**
|
|
1269
1535
|
* Gets the list of system privileges granted to a specific user.
|
|
1270
1536
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1271
1537
|
* @param ListSystemPrivilegesRequest
|
|
1272
1538
|
* @return ListSystemPrivilegesResponse
|
|
1273
1539
|
* @throws OciError when an error occurs
|
|
1274
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1540
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListSystemPrivileges.ts.html |here} to see how to use ListSystemPrivileges API.
|
|
1275
1541
|
*/
|
|
1276
1542
|
listSystemPrivileges(listSystemPrivilegesRequest: requests.ListSystemPrivilegesRequest): Promise<responses.ListSystemPrivilegesResponse>;
|
|
1277
1543
|
/**
|
|
@@ -1282,7 +1548,7 @@ export declare class DbManagementClient {
|
|
|
1282
1548
|
* @param ListTableStatisticsRequest
|
|
1283
1549
|
* @return ListTableStatisticsResponse
|
|
1284
1550
|
* @throws OciError when an error occurs
|
|
1285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListTableStatistics.ts.html |here} to see how to use ListTableStatistics API.
|
|
1286
1552
|
*/
|
|
1287
1553
|
listTableStatistics(listTableStatisticsRequest: requests.ListTableStatisticsRequest): Promise<responses.ListTableStatisticsResponse>;
|
|
1288
1554
|
/**
|
|
@@ -1291,7 +1557,7 @@ export declare class DbManagementClient {
|
|
|
1291
1557
|
* @param ListTablespacesRequest
|
|
1292
1558
|
* @return ListTablespacesResponse
|
|
1293
1559
|
* @throws OciError when an error occurs
|
|
1294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListTablespaces.ts.html |here} to see how to use ListTablespaces API.
|
|
1295
1561
|
*/
|
|
1296
1562
|
listTablespaces(listTablespacesRequest: requests.ListTablespacesRequest): Promise<responses.ListTablespacesResponse>;
|
|
1297
1563
|
/**
|
|
@@ -1300,7 +1566,7 @@ export declare class DbManagementClient {
|
|
|
1300
1566
|
* @param ListUsersRequest
|
|
1301
1567
|
* @return ListUsersResponse
|
|
1302
1568
|
* @throws OciError when an error occurs
|
|
1303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1569
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListUsers.ts.html |here} to see how to use ListUsers API.
|
|
1304
1570
|
*/
|
|
1305
1571
|
listUsers(listUsersRequest: requests.ListUsersRequest): Promise<responses.ListUsersResponse>;
|
|
1306
1572
|
/**
|
|
@@ -1310,7 +1576,7 @@ export declare class DbManagementClient {
|
|
|
1310
1576
|
* @param ListWorkRequestErrorsRequest
|
|
1311
1577
|
* @return ListWorkRequestErrorsResponse
|
|
1312
1578
|
* @throws OciError when an error occurs
|
|
1313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1314
1580
|
*/
|
|
1315
1581
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1316
1582
|
/**
|
|
@@ -1320,7 +1586,7 @@ export declare class DbManagementClient {
|
|
|
1320
1586
|
* @param ListWorkRequestLogsRequest
|
|
1321
1587
|
* @return ListWorkRequestLogsResponse
|
|
1322
1588
|
* @throws OciError when an error occurs
|
|
1323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1324
1590
|
*/
|
|
1325
1591
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1326
1592
|
/**
|
|
@@ -1330,9 +1596,35 @@ export declare class DbManagementClient {
|
|
|
1330
1596
|
* @param ListWorkRequestsRequest
|
|
1331
1597
|
* @return ListWorkRequestsResponse
|
|
1332
1598
|
* @throws OciError when an error occurs
|
|
1333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1599
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1334
1600
|
*/
|
|
1335
1601
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1602
|
+
/**
|
|
1603
|
+
* Loads plans from Automatic Workload Repository (AWR) snapshots. You must
|
|
1604
|
+
* specify the beginning and ending of the snapshot range. Optionally, you
|
|
1605
|
+
* can apply a filter to load only plans that meet specified criteria. By
|
|
1606
|
+
* default, the optimizer uses the loaded plans the next time that the database
|
|
1607
|
+
* executes the SQL statements.
|
|
1608
|
+
*
|
|
1609
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1610
|
+
* @param LoadSqlPlanBaselinesFromAwrRequest
|
|
1611
|
+
* @return LoadSqlPlanBaselinesFromAwrResponse
|
|
1612
|
+
* @throws OciError when an error occurs
|
|
1613
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/LoadSqlPlanBaselinesFromAwr.ts.html |here} to see how to use LoadSqlPlanBaselinesFromAwr API.
|
|
1614
|
+
*/
|
|
1615
|
+
loadSqlPlanBaselinesFromAwr(loadSqlPlanBaselinesFromAwrRequest: requests.LoadSqlPlanBaselinesFromAwrRequest): Promise<responses.LoadSqlPlanBaselinesFromAwrResponse>;
|
|
1616
|
+
/**
|
|
1617
|
+
* Loads plans for statements directly from the shared SQL area, also called
|
|
1618
|
+
* the cursor cache. By applying a filter on the module name, the schema, or
|
|
1619
|
+
* the SQL ID you identify the SQL statement or set of SQL statements to load.
|
|
1620
|
+
*
|
|
1621
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1622
|
+
* @param LoadSqlPlanBaselinesFromCursorCacheRequest
|
|
1623
|
+
* @return LoadSqlPlanBaselinesFromCursorCacheResponse
|
|
1624
|
+
* @throws OciError when an error occurs
|
|
1625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/LoadSqlPlanBaselinesFromCursorCache.ts.html |here} to see how to use LoadSqlPlanBaselinesFromCursorCache API.
|
|
1626
|
+
*/
|
|
1627
|
+
loadSqlPlanBaselinesFromCursorCache(loadSqlPlanBaselinesFromCursorCacheRequest: requests.LoadSqlPlanBaselinesFromCursorCacheRequest): Promise<responses.LoadSqlPlanBaselinesFromCursorCacheResponse>;
|
|
1336
1628
|
/**
|
|
1337
1629
|
* Patches the external DB system discovery specified by `externalDbSystemDiscoveryId`.
|
|
1338
1630
|
*
|
|
@@ -1340,7 +1632,7 @@ export declare class DbManagementClient {
|
|
|
1340
1632
|
* @param PatchExternalDbSystemDiscoveryRequest
|
|
1341
1633
|
* @return PatchExternalDbSystemDiscoveryResponse
|
|
1342
1634
|
* @throws OciError when an error occurs
|
|
1343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/PatchExternalDbSystemDiscovery.ts.html |here} to see how to use PatchExternalDbSystemDiscovery API.
|
|
1344
1636
|
*/
|
|
1345
1637
|
patchExternalDbSystemDiscovery(patchExternalDbSystemDiscoveryRequest: requests.PatchExternalDbSystemDiscoveryRequest): Promise<responses.PatchExternalDbSystemDiscoveryResponse>;
|
|
1346
1638
|
/**
|
|
@@ -1350,7 +1642,7 @@ export declare class DbManagementClient {
|
|
|
1350
1642
|
* @param RemoveDataFileRequest
|
|
1351
1643
|
* @return RemoveDataFileResponse
|
|
1352
1644
|
* @throws OciError when an error occurs
|
|
1353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1645
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/RemoveDataFile.ts.html |here} to see how to use RemoveDataFile API.
|
|
1354
1646
|
*/
|
|
1355
1647
|
removeDataFile(removeDataFileRequest: requests.RemoveDataFileRequest): Promise<responses.RemoveDataFileResponse>;
|
|
1356
1648
|
/**
|
|
@@ -1363,7 +1655,7 @@ export declare class DbManagementClient {
|
|
|
1363
1655
|
* @param RemoveManagedDatabaseFromManagedDatabaseGroupRequest
|
|
1364
1656
|
* @return RemoveManagedDatabaseFromManagedDatabaseGroupResponse
|
|
1365
1657
|
* @throws OciError when an error occurs
|
|
1366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/RemoveManagedDatabaseFromManagedDatabaseGroup.ts.html |here} to see how to use RemoveManagedDatabaseFromManagedDatabaseGroup API.
|
|
1367
1659
|
*/
|
|
1368
1660
|
removeManagedDatabaseFromManagedDatabaseGroup(removeManagedDatabaseFromManagedDatabaseGroupRequest: requests.RemoveManagedDatabaseFromManagedDatabaseGroupRequest): Promise<responses.RemoveManagedDatabaseFromManagedDatabaseGroupResponse>;
|
|
1369
1661
|
/**
|
|
@@ -1373,7 +1665,7 @@ export declare class DbManagementClient {
|
|
|
1373
1665
|
* @param ResetDatabaseParametersRequest
|
|
1374
1666
|
* @return ResetDatabaseParametersResponse
|
|
1375
1667
|
* @throws OciError when an error occurs
|
|
1376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ResetDatabaseParameters.ts.html |here} to see how to use ResetDatabaseParameters API.
|
|
1377
1669
|
*/
|
|
1378
1670
|
resetDatabaseParameters(resetDatabaseParametersRequest: requests.ResetDatabaseParametersRequest): Promise<responses.ResetDatabaseParametersResponse>;
|
|
1379
1671
|
/**
|
|
@@ -1383,7 +1675,7 @@ export declare class DbManagementClient {
|
|
|
1383
1675
|
* @param ResizeDataFileRequest
|
|
1384
1676
|
* @return ResizeDataFileResponse
|
|
1385
1677
|
* @throws OciError when an error occurs
|
|
1386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ResizeDataFile.ts.html |here} to see how to use ResizeDataFile API.
|
|
1387
1679
|
*/
|
|
1388
1680
|
resizeDataFile(resizeDataFileRequest: requests.ResizeDataFileRequest): Promise<responses.ResizeDataFileResponse>;
|
|
1389
1681
|
/**
|
|
@@ -1394,7 +1686,7 @@ export declare class DbManagementClient {
|
|
|
1394
1686
|
* @param RunHistoricAddmRequest
|
|
1395
1687
|
* @return RunHistoricAddmResponse
|
|
1396
1688
|
* @throws OciError when an error occurs
|
|
1397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1689
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/RunHistoricAddm.ts.html |here} to see how to use RunHistoricAddm API.
|
|
1398
1690
|
*/
|
|
1399
1691
|
runHistoricAddm(runHistoricAddmRequest: requests.RunHistoricAddmRequest): Promise<responses.RunHistoricAddmResponse>;
|
|
1400
1692
|
/**
|
|
@@ -1404,7 +1696,7 @@ export declare class DbManagementClient {
|
|
|
1404
1696
|
* @param SummarizeAwrDbCpuUsagesRequest
|
|
1405
1697
|
* @return SummarizeAwrDbCpuUsagesResponse
|
|
1406
1698
|
* @throws OciError when an error occurs
|
|
1407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeAwrDbCpuUsages.ts.html |here} to see how to use SummarizeAwrDbCpuUsages API.
|
|
1408
1700
|
*/
|
|
1409
1701
|
summarizeAwrDbCpuUsages(summarizeAwrDbCpuUsagesRequest: requests.SummarizeAwrDbCpuUsagesRequest): Promise<responses.SummarizeAwrDbCpuUsagesResponse>;
|
|
1410
1702
|
/**
|
|
@@ -1414,7 +1706,7 @@ export declare class DbManagementClient {
|
|
|
1414
1706
|
* @param SummarizeAwrDbMetricsRequest
|
|
1415
1707
|
* @return SummarizeAwrDbMetricsResponse
|
|
1416
1708
|
* @throws OciError when an error occurs
|
|
1417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeAwrDbMetrics.ts.html |here} to see how to use SummarizeAwrDbMetrics API.
|
|
1418
1710
|
*/
|
|
1419
1711
|
summarizeAwrDbMetrics(summarizeAwrDbMetricsRequest: requests.SummarizeAwrDbMetricsRequest): Promise<responses.SummarizeAwrDbMetricsResponse>;
|
|
1420
1712
|
/**
|
|
@@ -1428,7 +1720,7 @@ export declare class DbManagementClient {
|
|
|
1428
1720
|
* @param SummarizeAwrDbParameterChangesRequest
|
|
1429
1721
|
* @return SummarizeAwrDbParameterChangesResponse
|
|
1430
1722
|
* @throws OciError when an error occurs
|
|
1431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1723
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeAwrDbParameterChanges.ts.html |here} to see how to use SummarizeAwrDbParameterChanges API.
|
|
1432
1724
|
*/
|
|
1433
1725
|
summarizeAwrDbParameterChanges(summarizeAwrDbParameterChangesRequest: requests.SummarizeAwrDbParameterChangesRequest): Promise<responses.SummarizeAwrDbParameterChangesResponse>;
|
|
1434
1726
|
/**
|
|
@@ -1448,7 +1740,7 @@ export declare class DbManagementClient {
|
|
|
1448
1740
|
* @param SummarizeAwrDbParametersRequest
|
|
1449
1741
|
* @return SummarizeAwrDbParametersResponse
|
|
1450
1742
|
* @throws OciError when an error occurs
|
|
1451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1743
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeAwrDbParameters.ts.html |here} to see how to use SummarizeAwrDbParameters API.
|
|
1452
1744
|
*/
|
|
1453
1745
|
summarizeAwrDbParameters(summarizeAwrDbParametersRequest: requests.SummarizeAwrDbParametersRequest): Promise<responses.SummarizeAwrDbParametersResponse>;
|
|
1454
1746
|
/**
|
|
@@ -1458,7 +1750,7 @@ export declare class DbManagementClient {
|
|
|
1458
1750
|
* @param SummarizeAwrDbSnapshotRangesRequest
|
|
1459
1751
|
* @return SummarizeAwrDbSnapshotRangesResponse
|
|
1460
1752
|
* @throws OciError when an error occurs
|
|
1461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeAwrDbSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDbSnapshotRanges API.
|
|
1462
1754
|
*/
|
|
1463
1755
|
summarizeAwrDbSnapshotRanges(summarizeAwrDbSnapshotRangesRequest: requests.SummarizeAwrDbSnapshotRangesRequest): Promise<responses.SummarizeAwrDbSnapshotRangesResponse>;
|
|
1464
1756
|
/**
|
|
@@ -1468,7 +1760,7 @@ export declare class DbManagementClient {
|
|
|
1468
1760
|
* @param SummarizeAwrDbSysstatsRequest
|
|
1469
1761
|
* @return SummarizeAwrDbSysstatsResponse
|
|
1470
1762
|
* @throws OciError when an error occurs
|
|
1471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeAwrDbSysstats.ts.html |here} to see how to use SummarizeAwrDbSysstats API.
|
|
1472
1764
|
*/
|
|
1473
1765
|
summarizeAwrDbSysstats(summarizeAwrDbSysstatsRequest: requests.SummarizeAwrDbSysstatsRequest): Promise<responses.SummarizeAwrDbSysstatsResponse>;
|
|
1474
1766
|
/**
|
|
@@ -1478,7 +1770,7 @@ export declare class DbManagementClient {
|
|
|
1478
1770
|
* @param SummarizeAwrDbTopWaitEventsRequest
|
|
1479
1771
|
* @return SummarizeAwrDbTopWaitEventsResponse
|
|
1480
1772
|
* @throws OciError when an error occurs
|
|
1481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeAwrDbTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDbTopWaitEvents API.
|
|
1482
1774
|
*/
|
|
1483
1775
|
summarizeAwrDbTopWaitEvents(summarizeAwrDbTopWaitEventsRequest: requests.SummarizeAwrDbTopWaitEventsRequest): Promise<responses.SummarizeAwrDbTopWaitEventsResponse>;
|
|
1484
1776
|
/**
|
|
@@ -1488,7 +1780,7 @@ export declare class DbManagementClient {
|
|
|
1488
1780
|
* @param SummarizeAwrDbWaitEventBucketsRequest
|
|
1489
1781
|
* @return SummarizeAwrDbWaitEventBucketsResponse
|
|
1490
1782
|
* @throws OciError when an error occurs
|
|
1491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1783
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeAwrDbWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDbWaitEventBuckets API.
|
|
1492
1784
|
*/
|
|
1493
1785
|
summarizeAwrDbWaitEventBuckets(summarizeAwrDbWaitEventBucketsRequest: requests.SummarizeAwrDbWaitEventBucketsRequest): Promise<responses.SummarizeAwrDbWaitEventBucketsResponse>;
|
|
1494
1786
|
/**
|
|
@@ -1498,7 +1790,7 @@ export declare class DbManagementClient {
|
|
|
1498
1790
|
* @param SummarizeAwrDbWaitEventsRequest
|
|
1499
1791
|
* @return SummarizeAwrDbWaitEventsResponse
|
|
1500
1792
|
* @throws OciError when an error occurs
|
|
1501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeAwrDbWaitEvents.ts.html |here} to see how to use SummarizeAwrDbWaitEvents API.
|
|
1502
1794
|
*/
|
|
1503
1795
|
summarizeAwrDbWaitEvents(summarizeAwrDbWaitEventsRequest: requests.SummarizeAwrDbWaitEventsRequest): Promise<responses.SummarizeAwrDbWaitEventsResponse>;
|
|
1504
1796
|
/**
|
|
@@ -1508,7 +1800,7 @@ export declare class DbManagementClient {
|
|
|
1508
1800
|
* @param SummarizeExternalAsmMetricsRequest
|
|
1509
1801
|
* @return SummarizeExternalAsmMetricsResponse
|
|
1510
1802
|
* @throws OciError when an error occurs
|
|
1511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1803
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeExternalAsmMetrics.ts.html |here} to see how to use SummarizeExternalAsmMetrics API.
|
|
1512
1804
|
*/
|
|
1513
1805
|
summarizeExternalAsmMetrics(summarizeExternalAsmMetricsRequest: requests.SummarizeExternalAsmMetricsRequest): Promise<responses.SummarizeExternalAsmMetricsResponse>;
|
|
1514
1806
|
/**
|
|
@@ -1518,7 +1810,7 @@ export declare class DbManagementClient {
|
|
|
1518
1810
|
* @param SummarizeExternalClusterMetricsRequest
|
|
1519
1811
|
* @return SummarizeExternalClusterMetricsResponse
|
|
1520
1812
|
* @throws OciError when an error occurs
|
|
1521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeExternalClusterMetrics.ts.html |here} to see how to use SummarizeExternalClusterMetrics API.
|
|
1522
1814
|
*/
|
|
1523
1815
|
summarizeExternalClusterMetrics(summarizeExternalClusterMetricsRequest: requests.SummarizeExternalClusterMetricsRequest): Promise<responses.SummarizeExternalClusterMetricsResponse>;
|
|
1524
1816
|
/**
|
|
@@ -1528,7 +1820,7 @@ export declare class DbManagementClient {
|
|
|
1528
1820
|
* @param SummarizeExternalDbNodeMetricsRequest
|
|
1529
1821
|
* @return SummarizeExternalDbNodeMetricsResponse
|
|
1530
1822
|
* @throws OciError when an error occurs
|
|
1531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1823
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeExternalDbNodeMetrics.ts.html |here} to see how to use SummarizeExternalDbNodeMetrics API.
|
|
1532
1824
|
*/
|
|
1533
1825
|
summarizeExternalDbNodeMetrics(summarizeExternalDbNodeMetricsRequest: requests.SummarizeExternalDbNodeMetricsRequest): Promise<responses.SummarizeExternalDbNodeMetricsResponse>;
|
|
1534
1826
|
/**
|
|
@@ -1538,7 +1830,7 @@ export declare class DbManagementClient {
|
|
|
1538
1830
|
* @param SummarizeExternalDbSystemAvailabilityMetricsRequest
|
|
1539
1831
|
* @return SummarizeExternalDbSystemAvailabilityMetricsResponse
|
|
1540
1832
|
* @throws OciError when an error occurs
|
|
1541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1833
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeExternalDbSystemAvailabilityMetrics.ts.html |here} to see how to use SummarizeExternalDbSystemAvailabilityMetrics API.
|
|
1542
1834
|
*/
|
|
1543
1835
|
summarizeExternalDbSystemAvailabilityMetrics(summarizeExternalDbSystemAvailabilityMetricsRequest: requests.SummarizeExternalDbSystemAvailabilityMetricsRequest): Promise<responses.SummarizeExternalDbSystemAvailabilityMetricsResponse>;
|
|
1544
1836
|
/**
|
|
@@ -1548,7 +1840,7 @@ export declare class DbManagementClient {
|
|
|
1548
1840
|
* @param SummarizeExternalListenerMetricsRequest
|
|
1549
1841
|
* @return SummarizeExternalListenerMetricsResponse
|
|
1550
1842
|
* @throws OciError when an error occurs
|
|
1551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeExternalListenerMetrics.ts.html |here} to see how to use SummarizeExternalListenerMetrics API.
|
|
1552
1844
|
*/
|
|
1553
1845
|
summarizeExternalListenerMetrics(summarizeExternalListenerMetricsRequest: requests.SummarizeExternalListenerMetricsRequest): Promise<responses.SummarizeExternalListenerMetricsResponse>;
|
|
1554
1846
|
/**
|
|
@@ -1557,7 +1849,7 @@ export declare class DbManagementClient {
|
|
|
1557
1849
|
* @param SummarizeJobExecutionsStatusesRequest
|
|
1558
1850
|
* @return SummarizeJobExecutionsStatusesResponse
|
|
1559
1851
|
* @throws OciError when an error occurs
|
|
1560
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1852
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeJobExecutionsStatuses.ts.html |here} to see how to use SummarizeJobExecutionsStatuses API.
|
|
1561
1853
|
*/
|
|
1562
1854
|
summarizeJobExecutionsStatuses(summarizeJobExecutionsStatusesRequest: requests.SummarizeJobExecutionsStatusesRequest): Promise<responses.SummarizeJobExecutionsStatusesResponse>;
|
|
1563
1855
|
/**
|
|
@@ -1568,9 +1860,29 @@ export declare class DbManagementClient {
|
|
|
1568
1860
|
* @param SummarizeManagedDatabaseAvailabilityMetricsRequest
|
|
1569
1861
|
* @return SummarizeManagedDatabaseAvailabilityMetricsResponse
|
|
1570
1862
|
* @throws OciError when an error occurs
|
|
1571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeManagedDatabaseAvailabilityMetrics.ts.html |here} to see how to use SummarizeManagedDatabaseAvailabilityMetrics API.
|
|
1572
1864
|
*/
|
|
1573
1865
|
summarizeManagedDatabaseAvailabilityMetrics(summarizeManagedDatabaseAvailabilityMetricsRequest: requests.SummarizeManagedDatabaseAvailabilityMetricsRequest): Promise<responses.SummarizeManagedDatabaseAvailabilityMetricsResponse>;
|
|
1866
|
+
/**
|
|
1867
|
+
* Gets the number of SQL plan baselines aggregated by their attributes.
|
|
1868
|
+
*
|
|
1869
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1870
|
+
* @param SummarizeSqlPlanBaselinesRequest
|
|
1871
|
+
* @return SummarizeSqlPlanBaselinesResponse
|
|
1872
|
+
* @throws OciError when an error occurs
|
|
1873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeSqlPlanBaselines.ts.html |here} to see how to use SummarizeSqlPlanBaselines API.
|
|
1874
|
+
*/
|
|
1875
|
+
summarizeSqlPlanBaselines(summarizeSqlPlanBaselinesRequest: requests.SummarizeSqlPlanBaselinesRequest): Promise<responses.SummarizeSqlPlanBaselinesResponse>;
|
|
1876
|
+
/**
|
|
1877
|
+
* Gets the number of SQL plan baselines aggregated by the age of their last execution in weeks.
|
|
1878
|
+
*
|
|
1879
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1880
|
+
* @param SummarizeSqlPlanBaselinesByLastExecutionRequest
|
|
1881
|
+
* @return SummarizeSqlPlanBaselinesByLastExecutionResponse
|
|
1882
|
+
* @throws OciError when an error occurs
|
|
1883
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeSqlPlanBaselinesByLastExecution.ts.html |here} to see how to use SummarizeSqlPlanBaselinesByLastExecution API.
|
|
1884
|
+
*/
|
|
1885
|
+
summarizeSqlPlanBaselinesByLastExecution(summarizeSqlPlanBaselinesByLastExecutionRequest: requests.SummarizeSqlPlanBaselinesByLastExecutionRequest): Promise<responses.SummarizeSqlPlanBaselinesByLastExecutionResponse>;
|
|
1574
1886
|
/**
|
|
1575
1887
|
* Tests the preferred credential.
|
|
1576
1888
|
*
|
|
@@ -1578,7 +1890,7 @@ export declare class DbManagementClient {
|
|
|
1578
1890
|
* @param TestPreferredCredentialRequest
|
|
1579
1891
|
* @return TestPreferredCredentialResponse
|
|
1580
1892
|
* @throws OciError when an error occurs
|
|
1581
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1893
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/TestPreferredCredential.ts.html |here} to see how to use TestPreferredCredential API.
|
|
1582
1894
|
*/
|
|
1583
1895
|
testPreferredCredential(testPreferredCredentialRequest: requests.TestPreferredCredentialRequest): Promise<responses.TestPreferredCredentialResponse>;
|
|
1584
1896
|
/**
|
|
@@ -1587,7 +1899,7 @@ export declare class DbManagementClient {
|
|
|
1587
1899
|
* @param UpdateDbManagementPrivateEndpointRequest
|
|
1588
1900
|
* @return UpdateDbManagementPrivateEndpointResponse
|
|
1589
1901
|
* @throws OciError when an error occurs
|
|
1590
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/UpdateDbManagementPrivateEndpoint.ts.html |here} to see how to use UpdateDbManagementPrivateEndpoint API.
|
|
1591
1903
|
*/
|
|
1592
1904
|
updateDbManagementPrivateEndpoint(updateDbManagementPrivateEndpointRequest: requests.UpdateDbManagementPrivateEndpointRequest): Promise<responses.UpdateDbManagementPrivateEndpointResponse>;
|
|
1593
1905
|
/**
|
|
@@ -1597,7 +1909,7 @@ export declare class DbManagementClient {
|
|
|
1597
1909
|
* @param UpdateExternalAsmRequest
|
|
1598
1910
|
* @return UpdateExternalAsmResponse
|
|
1599
1911
|
* @throws OciError when an error occurs
|
|
1600
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1912
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/UpdateExternalAsm.ts.html |here} to see how to use UpdateExternalAsm API.
|
|
1601
1913
|
*/
|
|
1602
1914
|
updateExternalAsm(updateExternalAsmRequest: requests.UpdateExternalAsmRequest): Promise<responses.UpdateExternalAsmResponse>;
|
|
1603
1915
|
/**
|
|
@@ -1607,7 +1919,7 @@ export declare class DbManagementClient {
|
|
|
1607
1919
|
* @param UpdateExternalClusterRequest
|
|
1608
1920
|
* @return UpdateExternalClusterResponse
|
|
1609
1921
|
* @throws OciError when an error occurs
|
|
1610
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1922
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/UpdateExternalCluster.ts.html |here} to see how to use UpdateExternalCluster API.
|
|
1611
1923
|
*/
|
|
1612
1924
|
updateExternalCluster(updateExternalClusterRequest: requests.UpdateExternalClusterRequest): Promise<responses.UpdateExternalClusterResponse>;
|
|
1613
1925
|
/**
|
|
@@ -1617,7 +1929,7 @@ export declare class DbManagementClient {
|
|
|
1617
1929
|
* @param UpdateExternalClusterInstanceRequest
|
|
1618
1930
|
* @return UpdateExternalClusterInstanceResponse
|
|
1619
1931
|
* @throws OciError when an error occurs
|
|
1620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1932
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/UpdateExternalClusterInstance.ts.html |here} to see how to use UpdateExternalClusterInstance API.
|
|
1621
1933
|
*/
|
|
1622
1934
|
updateExternalClusterInstance(updateExternalClusterInstanceRequest: requests.UpdateExternalClusterInstanceRequest): Promise<responses.UpdateExternalClusterInstanceResponse>;
|
|
1623
1935
|
/**
|
|
@@ -1627,7 +1939,7 @@ export declare class DbManagementClient {
|
|
|
1627
1939
|
* @param UpdateExternalDbNodeRequest
|
|
1628
1940
|
* @return UpdateExternalDbNodeResponse
|
|
1629
1941
|
* @throws OciError when an error occurs
|
|
1630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/UpdateExternalDbNode.ts.html |here} to see how to use UpdateExternalDbNode API.
|
|
1631
1943
|
*/
|
|
1632
1944
|
updateExternalDbNode(updateExternalDbNodeRequest: requests.UpdateExternalDbNodeRequest): Promise<responses.UpdateExternalDbNodeResponse>;
|
|
1633
1945
|
/**
|
|
@@ -1637,7 +1949,7 @@ export declare class DbManagementClient {
|
|
|
1637
1949
|
* @param UpdateExternalDbSystemRequest
|
|
1638
1950
|
* @return UpdateExternalDbSystemResponse
|
|
1639
1951
|
* @throws OciError when an error occurs
|
|
1640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/UpdateExternalDbSystem.ts.html |here} to see how to use UpdateExternalDbSystem API.
|
|
1641
1953
|
*/
|
|
1642
1954
|
updateExternalDbSystem(updateExternalDbSystemRequest: requests.UpdateExternalDbSystemRequest): Promise<responses.UpdateExternalDbSystemResponse>;
|
|
1643
1955
|
/**
|
|
@@ -1646,7 +1958,7 @@ export declare class DbManagementClient {
|
|
|
1646
1958
|
* @param UpdateExternalDbSystemConnectorRequest
|
|
1647
1959
|
* @return UpdateExternalDbSystemConnectorResponse
|
|
1648
1960
|
* @throws OciError when an error occurs
|
|
1649
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/UpdateExternalDbSystemConnector.ts.html |here} to see how to use UpdateExternalDbSystemConnector API.
|
|
1650
1962
|
*/
|
|
1651
1963
|
updateExternalDbSystemConnector(updateExternalDbSystemConnectorRequest: requests.UpdateExternalDbSystemConnectorRequest): Promise<responses.UpdateExternalDbSystemConnectorResponse>;
|
|
1652
1964
|
/**
|
|
@@ -1656,27 +1968,27 @@ export declare class DbManagementClient {
|
|
|
1656
1968
|
* @param UpdateExternalDbSystemDiscoveryRequest
|
|
1657
1969
|
* @return UpdateExternalDbSystemDiscoveryResponse
|
|
1658
1970
|
* @throws OciError when an error occurs
|
|
1659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1971
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/UpdateExternalDbSystemDiscovery.ts.html |here} to see how to use UpdateExternalDbSystemDiscovery API.
|
|
1660
1972
|
*/
|
|
1661
1973
|
updateExternalDbSystemDiscovery(updateExternalDbSystemDiscoveryRequest: requests.UpdateExternalDbSystemDiscoveryRequest): Promise<responses.UpdateExternalDbSystemDiscoveryResponse>;
|
|
1662
1974
|
/**
|
|
1663
|
-
* Updates the details for the
|
|
1975
|
+
* Updates the details for the Exadata infrastructure specified by externalExadataInfrastructureId.
|
|
1664
1976
|
*
|
|
1665
1977
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1666
1978
|
* @param UpdateExternalExadataInfrastructureRequest
|
|
1667
1979
|
* @return UpdateExternalExadataInfrastructureResponse
|
|
1668
1980
|
* @throws OciError when an error occurs
|
|
1669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/UpdateExternalExadataInfrastructure.ts.html |here} to see how to use UpdateExternalExadataInfrastructure API.
|
|
1670
1982
|
*/
|
|
1671
1983
|
updateExternalExadataInfrastructure(updateExternalExadataInfrastructureRequest: requests.UpdateExternalExadataInfrastructureRequest): Promise<responses.UpdateExternalExadataInfrastructureResponse>;
|
|
1672
1984
|
/**
|
|
1673
|
-
* Updates the
|
|
1985
|
+
* Updates the Exadata storage server connector specified by exadataStorageConnectorId.
|
|
1674
1986
|
*
|
|
1675
1987
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1676
1988
|
* @param UpdateExternalExadataStorageConnectorRequest
|
|
1677
1989
|
* @return UpdateExternalExadataStorageConnectorResponse
|
|
1678
1990
|
* @throws OciError when an error occurs
|
|
1679
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/UpdateExternalExadataStorageConnector.ts.html |here} to see how to use UpdateExternalExadataStorageConnector API.
|
|
1680
1992
|
*/
|
|
1681
1993
|
updateExternalExadataStorageConnector(updateExternalExadataStorageConnectorRequest: requests.UpdateExternalExadataStorageConnectorRequest): Promise<responses.UpdateExternalExadataStorageConnectorResponse>;
|
|
1682
1994
|
/**
|
|
@@ -1686,7 +1998,7 @@ export declare class DbManagementClient {
|
|
|
1686
1998
|
* @param UpdateExternalListenerRequest
|
|
1687
1999
|
* @return UpdateExternalListenerResponse
|
|
1688
2000
|
* @throws OciError when an error occurs
|
|
1689
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/UpdateExternalListener.ts.html |here} to see how to use UpdateExternalListener API.
|
|
1690
2002
|
*/
|
|
1691
2003
|
updateExternalListener(updateExternalListenerRequest: requests.UpdateExternalListenerRequest): Promise<responses.UpdateExternalListenerResponse>;
|
|
1692
2004
|
/**
|
|
@@ -1696,7 +2008,7 @@ export declare class DbManagementClient {
|
|
|
1696
2008
|
* @param UpdateJobRequest
|
|
1697
2009
|
* @return UpdateJobResponse
|
|
1698
2010
|
* @throws OciError when an error occurs
|
|
1699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
1700
2012
|
*/
|
|
1701
2013
|
updateJob(updateJobRequest: requests.UpdateJobRequest): Promise<responses.UpdateJobResponse>;
|
|
1702
2014
|
/**
|
|
@@ -1706,7 +2018,7 @@ export declare class DbManagementClient {
|
|
|
1706
2018
|
* @param UpdateManagedDatabaseGroupRequest
|
|
1707
2019
|
* @return UpdateManagedDatabaseGroupResponse
|
|
1708
2020
|
* @throws OciError when an error occurs
|
|
1709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2021
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/UpdateManagedDatabaseGroup.ts.html |here} to see how to use UpdateManagedDatabaseGroup API.
|
|
1710
2022
|
*/
|
|
1711
2023
|
updateManagedDatabaseGroup(updateManagedDatabaseGroupRequest: requests.UpdateManagedDatabaseGroupRequest): Promise<responses.UpdateManagedDatabaseGroupResponse>;
|
|
1712
2024
|
/**
|
|
@@ -1716,7 +2028,7 @@ export declare class DbManagementClient {
|
|
|
1716
2028
|
* @param UpdatePreferredCredentialRequest
|
|
1717
2029
|
* @return UpdatePreferredCredentialResponse
|
|
1718
2030
|
* @throws OciError when an error occurs
|
|
1719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2031
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/UpdatePreferredCredential.ts.html |here} to see how to use UpdatePreferredCredential API.
|
|
1720
2032
|
*/
|
|
1721
2033
|
updatePreferredCredential(updatePreferredCredentialRequest: requests.UpdatePreferredCredentialRequest): Promise<responses.UpdatePreferredCredentialResponse>;
|
|
1722
2034
|
/**
|
|
@@ -1726,7 +2038,7 @@ export declare class DbManagementClient {
|
|
|
1726
2038
|
* @param UpdateTablespaceRequest
|
|
1727
2039
|
* @return UpdateTablespaceResponse
|
|
1728
2040
|
* @throws OciError when an error occurs
|
|
1729
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2041
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/UpdateTablespace.ts.html |here} to see how to use UpdateTablespace API.
|
|
1730
2042
|
*/
|
|
1731
2043
|
updateTablespace(updateTablespaceRequest: requests.UpdateTablespaceRequest): Promise<responses.UpdateTablespaceResponse>;
|
|
1732
2044
|
}
|
|
@@ -1788,7 +2100,7 @@ export declare class DiagnosabilityClient {
|
|
|
1788
2100
|
* @param ListAlertLogsRequest
|
|
1789
2101
|
* @return ListAlertLogsResponse
|
|
1790
2102
|
* @throws OciError when an error occurs
|
|
1791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListAlertLogs.ts.html |here} to see how to use ListAlertLogs API.
|
|
1792
2104
|
*/
|
|
1793
2105
|
listAlertLogs(listAlertLogsRequest: requests.ListAlertLogsRequest): Promise<responses.ListAlertLogsResponse>;
|
|
1794
2106
|
/**
|
|
@@ -1798,7 +2110,7 @@ export declare class DiagnosabilityClient {
|
|
|
1798
2110
|
* @param ListAttentionLogsRequest
|
|
1799
2111
|
* @return ListAttentionLogsResponse
|
|
1800
2112
|
* @throws OciError when an error occurs
|
|
1801
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListAttentionLogs.ts.html |here} to see how to use ListAttentionLogs API.
|
|
1802
2114
|
*/
|
|
1803
2115
|
listAttentionLogs(listAttentionLogsRequest: requests.ListAttentionLogsRequest): Promise<responses.ListAttentionLogsResponse>;
|
|
1804
2116
|
/**
|
|
@@ -1808,7 +2120,7 @@ export declare class DiagnosabilityClient {
|
|
|
1808
2120
|
* @param SummarizeAlertLogCountsRequest
|
|
1809
2121
|
* @return SummarizeAlertLogCountsResponse
|
|
1810
2122
|
* @throws OciError when an error occurs
|
|
1811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeAlertLogCounts.ts.html |here} to see how to use SummarizeAlertLogCounts API.
|
|
1812
2124
|
*/
|
|
1813
2125
|
summarizeAlertLogCounts(summarizeAlertLogCountsRequest: requests.SummarizeAlertLogCountsRequest): Promise<responses.SummarizeAlertLogCountsResponse>;
|
|
1814
2126
|
/**
|
|
@@ -1818,7 +2130,7 @@ export declare class DiagnosabilityClient {
|
|
|
1818
2130
|
* @param SummarizeAttentionLogCountsRequest
|
|
1819
2131
|
* @return SummarizeAttentionLogCountsResponse
|
|
1820
2132
|
* @throws OciError when an error occurs
|
|
1821
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/SummarizeAttentionLogCounts.ts.html |here} to see how to use SummarizeAttentionLogCounts API.
|
|
1822
2134
|
*/
|
|
1823
2135
|
summarizeAttentionLogCounts(summarizeAttentionLogCountsRequest: requests.SummarizeAttentionLogCountsRequest): Promise<responses.SummarizeAttentionLogCountsResponse>;
|
|
1824
2136
|
}
|
|
@@ -1880,7 +2192,7 @@ export declare class SqlTuningClient {
|
|
|
1880
2192
|
* @param CloneSqlTuningTaskRequest
|
|
1881
2193
|
* @return CloneSqlTuningTaskResponse
|
|
1882
2194
|
* @throws OciError when an error occurs
|
|
1883
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/CloneSqlTuningTask.ts.html |here} to see how to use CloneSqlTuningTask API.
|
|
1884
2196
|
*/
|
|
1885
2197
|
cloneSqlTuningTask(cloneSqlTuningTaskRequest: requests.CloneSqlTuningTaskRequest): Promise<responses.CloneSqlTuningTaskResponse>;
|
|
1886
2198
|
/**
|
|
@@ -1890,7 +2202,7 @@ export declare class SqlTuningClient {
|
|
|
1890
2202
|
* @param DropSqlTuningTaskRequest
|
|
1891
2203
|
* @return DropSqlTuningTaskResponse
|
|
1892
2204
|
* @throws OciError when an error occurs
|
|
1893
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/DropSqlTuningTask.ts.html |here} to see how to use DropSqlTuningTask API.
|
|
1894
2206
|
*/
|
|
1895
2207
|
dropSqlTuningTask(dropSqlTuningTaskRequest: requests.DropSqlTuningTaskRequest): Promise<responses.DropSqlTuningTaskResponse>;
|
|
1896
2208
|
/**
|
|
@@ -1902,7 +2214,7 @@ export declare class SqlTuningClient {
|
|
|
1902
2214
|
* @param GetExecutionPlanStatsComparisionRequest
|
|
1903
2215
|
* @return GetExecutionPlanStatsComparisionResponse
|
|
1904
2216
|
* @throws OciError when an error occurs
|
|
1905
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetExecutionPlanStatsComparision.ts.html |here} to see how to use GetExecutionPlanStatsComparision API.
|
|
1906
2218
|
*/
|
|
1907
2219
|
getExecutionPlanStatsComparision(getExecutionPlanStatsComparisionRequest: requests.GetExecutionPlanStatsComparisionRequest): Promise<responses.GetExecutionPlanStatsComparisionResponse>;
|
|
1908
2220
|
/**
|
|
@@ -1912,7 +2224,7 @@ export declare class SqlTuningClient {
|
|
|
1912
2224
|
* @param GetSqlExecutionPlanRequest
|
|
1913
2225
|
* @return GetSqlExecutionPlanResponse
|
|
1914
2226
|
* @throws OciError when an error occurs
|
|
1915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetSqlExecutionPlan.ts.html |here} to see how to use GetSqlExecutionPlan API.
|
|
1916
2228
|
*/
|
|
1917
2229
|
getSqlExecutionPlan(getSqlExecutionPlanRequest: requests.GetSqlExecutionPlanRequest): Promise<responses.GetSqlExecutionPlanResponse>;
|
|
1918
2230
|
/**
|
|
@@ -1922,7 +2234,7 @@ export declare class SqlTuningClient {
|
|
|
1922
2234
|
* @param GetSqlTuningAdvisorTaskSummaryReportRequest
|
|
1923
2235
|
* @return GetSqlTuningAdvisorTaskSummaryReportResponse
|
|
1924
2236
|
* @throws OciError when an error occurs
|
|
1925
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/GetSqlTuningAdvisorTaskSummaryReport.ts.html |here} to see how to use GetSqlTuningAdvisorTaskSummaryReport API.
|
|
1926
2238
|
*/
|
|
1927
2239
|
getSqlTuningAdvisorTaskSummaryReport(getSqlTuningAdvisorTaskSummaryReportRequest: requests.GetSqlTuningAdvisorTaskSummaryReportRequest): Promise<responses.GetSqlTuningAdvisorTaskSummaryReportResponse>;
|
|
1928
2240
|
/**
|
|
@@ -1932,7 +2244,7 @@ export declare class SqlTuningClient {
|
|
|
1932
2244
|
* @param ListSqlTuningAdvisorTaskFindingsRequest
|
|
1933
2245
|
* @return ListSqlTuningAdvisorTaskFindingsResponse
|
|
1934
2246
|
* @throws OciError when an error occurs
|
|
1935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListSqlTuningAdvisorTaskFindings.ts.html |here} to see how to use ListSqlTuningAdvisorTaskFindings API.
|
|
1936
2248
|
*/
|
|
1937
2249
|
listSqlTuningAdvisorTaskFindings(listSqlTuningAdvisorTaskFindingsRequest: requests.ListSqlTuningAdvisorTaskFindingsRequest): Promise<responses.ListSqlTuningAdvisorTaskFindingsResponse>;
|
|
1938
2250
|
/**
|
|
@@ -1943,7 +2255,7 @@ export declare class SqlTuningClient {
|
|
|
1943
2255
|
* @param ListSqlTuningAdvisorTaskRecommendationsRequest
|
|
1944
2256
|
* @return ListSqlTuningAdvisorTaskRecommendationsResponse
|
|
1945
2257
|
* @throws OciError when an error occurs
|
|
1946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListSqlTuningAdvisorTaskRecommendations.ts.html |here} to see how to use ListSqlTuningAdvisorTaskRecommendations API.
|
|
1947
2259
|
*/
|
|
1948
2260
|
listSqlTuningAdvisorTaskRecommendations(listSqlTuningAdvisorTaskRecommendationsRequest: requests.ListSqlTuningAdvisorTaskRecommendationsRequest): Promise<responses.ListSqlTuningAdvisorTaskRecommendationsResponse>;
|
|
1949
2261
|
/**
|
|
@@ -1953,7 +2265,7 @@ export declare class SqlTuningClient {
|
|
|
1953
2265
|
* @param ListSqlTuningAdvisorTasksRequest
|
|
1954
2266
|
* @return ListSqlTuningAdvisorTasksResponse
|
|
1955
2267
|
* @throws OciError when an error occurs
|
|
1956
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListSqlTuningAdvisorTasks.ts.html |here} to see how to use ListSqlTuningAdvisorTasks API.
|
|
1957
2269
|
*/
|
|
1958
2270
|
listSqlTuningAdvisorTasks(listSqlTuningAdvisorTasksRequest: requests.ListSqlTuningAdvisorTasksRequest): Promise<responses.ListSqlTuningAdvisorTasksResponse>;
|
|
1959
2271
|
/**
|
|
@@ -1963,7 +2275,7 @@ export declare class SqlTuningClient {
|
|
|
1963
2275
|
* @param ListSqlTuningSetsRequest
|
|
1964
2276
|
* @return ListSqlTuningSetsResponse
|
|
1965
2277
|
* @throws OciError when an error occurs
|
|
1966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/ListSqlTuningSets.ts.html |here} to see how to use ListSqlTuningSets API.
|
|
1967
2279
|
*/
|
|
1968
2280
|
listSqlTuningSets(listSqlTuningSetsRequest: requests.ListSqlTuningSetsRequest): Promise<responses.ListSqlTuningSetsResponse>;
|
|
1969
2281
|
/**
|
|
@@ -1973,7 +2285,7 @@ export declare class SqlTuningClient {
|
|
|
1973
2285
|
* @param StartSqlTuningTaskRequest
|
|
1974
2286
|
* @return StartSqlTuningTaskResponse
|
|
1975
2287
|
* @throws OciError when an error occurs
|
|
1976
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/databasemanagement/StartSqlTuningTask.ts.html |here} to see how to use StartSqlTuningTask API.
|
|
1977
2289
|
*/
|
|
1978
2290
|
startSqlTuningTask(startSqlTuningTaskRequest: requests.StartSqlTuningTaskRequest): Promise<responses.StartSqlTuningTaskResponse>;
|
|
1979
2291
|
}
|