Optimizing an Oracle Database server instance
Environment setup
Environment
Prometheus and exporters
Install the OracleDB Prometheus exporter
docker run -d --name orabench_exporter --restart always \
-p 9161:9161 \
-v ~/oracledb_exporter/cust-metrics.toml:/cust-metrics.toml \
-e CUSTOM_METRICS=/cust-metrics.toml \
-e DATA_SOURCE_NAME='system/passwd@//oraxe.mycompany.com:1521/XE' \
iamseth/oracledb_exporterInstall and configure Prometheus
Optimization setup
System
Telemetry
Prometheus
CSV
Workflow
Remove previous executions' data
Configure the Oracle instance
Restart the instance
Run the workload
Prepare test results
Complete workflow
Study
Goal
Windowing
Parameters to optimize
Constraints
Steps
Complete study
Last updated
Was this helpful?