This Oracle 19c EBS database has 3 critical findings requiring immediate attention. Log file sync at 38.7% of DB time indicates redo log contention — likely caused by undersized or slow redo log groups. DCM tablespace is at 89.9% with autoextend disabled, and RMAN backup is not configured, leaving no recovery point.
DCM tablespace has autoextend disabled and is at 89.9% utilization. With no headroom and no auto-growth, any burst activity will trigger ORA-01653 and halt all DCM-related DML. Add a new datafile or enable autoextend immediately.
No RMAN backup jobs have ever run on this instance. There is no recovery point. A disk failure or data corruption event would result in complete, unrecoverable data loss. Configure and run an initial RMAN full backup immediately.
Log file sync at 38.7% of DB time with 27.42 ms average wait is well above the 5–8 ms acceptable threshold. This indicates the redo log files are on slow storage or being written in competition with data files. Move redo logs to dedicated fast disks (SSD or separate spindle). Also verify COMMIT_WRITE is configured for optimal performance.
| Tablespace | Used | Total | Used % | Fill | Autoext | Status |
|---|---|---|---|---|---|---|
| DCM | 8.01 GB | 8.91 GB | 89.9% | OFF | CRITICAL | |
| ODM_DATA | 7.94 GB | 8.91 GB | 89.1% | OFF | WARNING | |
| APPS_TS_TX_DATA | 7.28 GB | 8.91 GB | 81.7% | OFF | WARNING | |
| SYSTEM | 6.57 GB | 8.91 GB | 73.8% | ON | OK | |
| APPS_TS_TX_IDX | 5.36 GB | 8.91 GB | 60.1% | ON | OK | |
| APPS_TS_SEED | 3.86 GB | 8.91 GB | 43.4% | ON | OK | |
| SYSAUX | 3.76 GB | 8.91 GB | 42.2% | ON | OK | |
| APPS_TS_ARCHIVE | 1.37 GB | 8.91 GB | 15.4% | ON | OK | |
| APPS_TS_QUEUES | 1.04 GB | 8.91 GB | 11.7% | ON | OK | |
| APPS_TS_NOLOGGING | 0.86 GB | 8.91 GB | 9.6% | ON | OK | |
| APPS_TS_SUMMARY | 0.81 GB | 8.91 GB | 9.1% | ON | OK | |
| APPS_UNDOTS1 | 0.28 GB | 8.91 GB | 3.1% | ON | OK | |
| TEMP | 0.00 GB | 9.00 GB | 0% | ON | OK |
| Tablespace | APPS_UNDOTS1 |
| Used | 0.28 GB / 8.91 GB (3.1%) |
| Retention | 900 seconds |
| Guarantee | NOGUARANTEE |
| Status | OK |
| Tablespace | TEMP |
| Used | 0.5 GB / 9.0 GB (5.2%) |
| Free | 8.5 GB |
| Sort Usage | 0 active sorts |
| Status | OK |
00f34kc6pr2wn averages 5.16 seconds per execution.| Wait Event | Class | % DB Time | Total Waits | Avg Wait (ms) | Share |
|---|---|---|---|---|---|
| log file sync | Commit | 38.7% | 76,312 | 27.42 | |
| db file sequential read | User I/O | 28.2% | 207,541 | 4.89 | |
| direct path read | User I/O | 3.9% | 31,628 | 4.45 | |
| control file parallel write | System I/O | 2.6% | 18,904 | 4.97 | |
| db file scattered read | User I/O | 2.3% | 14,218 | 5.83 |
| # | SQL_ID | Executions | Elapsed / Exec | CPU / Exec | SQL Text (sample) | Flag |
|---|---|---|---|---|---|---|
| 1 | 00f34kc6pr2wn | 318 | 5,160 ms | 210 ms | SELECT * FROM FND_RESPONSIBILITY_VL WHERE... | High Elapsed |
| 2 | g7k2w9n4p1m8x | 5,412 | 249 ms | 48 ms | SELECT request_id, phase_code FROM FND_CONCURRENT_REQUESTS WHERE... | Monitor |
| 3 | 8s6unu0n34g0t | 12,847 | 216 ms | 55 ms | SELECT * FROM FND_USER WHERE USER_ID = :b1 | OK |
| 4 | t5r1h8v3j6c9q | 89,312 | 49.9 ms | 8 ms | SELECT activity_result_code FROM WF_ITEM_ACTIVITY_STATUSES WHERE... | OK |
SQL 00f34kc6pr2wn queries FND_RESPONSIBILITY_VL with 5.16 seconds average elapsed time across 318 executions. The high elapsed vs low CPU ratio (5.16s / 0.21s) indicates an I/O-bound execution plan, likely a full table scan on a large view. Check if an index on RESPONSIBILITY_KEY or APPLICATION_ID is missing.
| Group# | Members | Size | Status | Archived |
|---|---|---|---|---|
| 1 | 1 | 300 MB | INACTIVE | YES |
| 2 | 1 | 300 MB | CURRENT | NO |
| 3 | 1 | 300 MB | INACTIVE | YES |
Run as oracle OS user. This configures a basic RMAN policy and runs the initial full backup. Adjust FORMAT path to match your backup storage mount.
| Manager Name | Status | Target | Active | Pending | Completed (24h) |
|---|---|---|---|---|---|
| Internal Manager (ICM) | Active | 1 | 1 | 0 | — |
| Standard Manager | Backlogged | 5 | 5 | 1 | 87 |
| Conflict Resolution Mgr | Active | 1 | 1 | 0 | — |
| Output Post Processor | Active | 1 | 1 | 0 | 42 |
| Scheduler Agent | Active | 2 | 2 | 0 | — |
| Receiving Transaction Mgr | Active | 1 | 1 | 0 | 14 |
| Workflow Agent Listener | Active | 2 | 2 | 0 | — |
| Material Transactions Mgr | Active | 1 | 1 | 0 | 312 |
| Cost Management Worker | Active | 2 | 2 | 0 | 28 |
| Report Manager | Active | 2 | 2 | 0 | 156 |
| Component | Status | Startup Mode | Last Updated |
|---|---|---|---|
| Workflow Notification Mailer | DEACTIVATED_SYSTEM | AUTOMATIC | 2026-06-24 03:12 |
| Workflow Agent Listener — Deferred | RUNNING | AUTOMATIC | 2026-06-24 00:01 |
| Workflow Agent Listener — Error | RUNNING | AUTOMATIC | 2026-06-24 00:01 |
| Workflow Agent Listener — Inbound | RUNNING | AUTOMATIC | 2026-06-24 00:01 |
| Workflow Document Web Services | RUNNING | AUTOMATIC | 2026-06-24 00:01 |
| Workflow Business Event System | RUNNING | AUTOMATIC | 2026-06-24 00:01 |
| Username | Account Status | Default Password | Last Login | Recommendation |
|---|---|---|---|---|
| DBSNMP | OPEN | dbsnmp | Never | Lock or rotate — monitoring agent should use dedicated account |
| SCOTT | OPEN | tiger | 2024-11-14 | Lock — demo account, should not be active in production |
| HR | OPEN | hr | 2025-01-03 | Lock — sample schema, not needed in production |
| OUTLN | OPEN | outln | Never | Lock — legacy stored outlines account, unused |
| Grantee | Granted By | Grant Date | Admin Option | Risk |
|---|---|---|---|---|
| WIDGET_REPORT | SYS | 2026-04-28 | NO | ⚠ Review — reporting user with DBA role |
| ACME_TEMP_ADMIN | SYS | 2026-04-19 | YES | 🔴 Critical — temp account with ADMIN OPTION |
| Component | Allocated | Metric | Value | Status |
|---|---|---|---|---|
| Buffer Cache | 1.2 GB | Hit Ratio | 83.8% | LOW — target ≥95% |
| Shared Pool | 0.6 GB | Library Cache Hit | 96.4% | Free 8.2% — monitor |
| Large Pool | 0.1 GB | RMAN Usage | 0 MB | OK |
| Java Pool | 0.05 GB | Used | 42% | OK |
| Component | Final Size | Last Op | Reason |
|---|---|---|---|
| Shared Pool | 1.03 GB | STATIC | SGA_TARGET managed |
| DEFAULT buffer cache | 0.75 GB | STATIC | SGA_TARGET managed |
| Parameter | Value | Default | Notes |
|---|---|---|---|
| SGA_TARGET | 2147483648 (2 GB) | 0 | ASMM enabled |
| PGA_AGGREGATE_TARGET | 1073741824 (1 GB) | 0 | Automatic PGA management |
| DB_BLOCK_SIZE | 8192 | 8192 | Standard 8K block |
| PROCESSES | 500 | 100 | EBS recommended |
| SESSIONS | 772 | derived | = PROCESSES * 1.5 + 22 |
| OPEN_CURSORS | 600 | 50 | EBS requires ≥500 |
| UNDO_RETENTION | 900 | 900 | Default — consider 3600 for long reports |
| LOG_BUFFER | 16777216 (16 MB) | derived | Consider 32 MB given log sync issues |
| DB_FILES | 200 | 200 | OK for current datafile count |
| NLS_CHARACTERSET | AL32UTF8 | — | EBS Unicode standard |
| OPTIMIZER_MODE | ALL_ROWS | ALL_ROWS | EBS default |
| Category | Count | Status | Action |
|---|---|---|---|
| Unusable indexes | 0 | OK | None required |
| Indexes with >30% deleted leaf rows | 0 | OK | None required |
| Function-based indexes (disabled) | 0 | OK | None required |
| Indexes on NOLOGGING tablespace | 14 | Expected | Normal for EBS staging tables |
| Total APPS schema indexes | 2,847 | VALID | All valid and usable |
EBSDB is an Oracle 19c EBS R12.2 production database running on an 8-core Linux server with a 2 GB SGA. Overall health score is 72/100, reflecting functional operation with three critical issues that require attention within 24–48 hours. The database has never had RMAN configured, redo log contention is consuming 38.7% of DB time, and two tablespaces are above 80% capacity with autoextend disabled.
The highest-urgency issue is the complete absence of any RMAN backup configuration. There is no recovery point. A disk failure, accidental truncation, or data corruption event would result in complete, permanent data loss. This is a production EBS instance — the risk is existential. Configure RMAN tonight with at minimum a 7-day retention window, and run the initial full backup before any other maintenance activity.
Log file sync at 38.7% of DB time with a 27.42 ms average wait is the dominant performance issue. For an OLTP EBS environment, log file sync should be under 5–8 ms. The most likely cause is redo log files sharing the same physical spindle as data files. Moving the three 300 MB log groups to dedicated fast storage (SSD or a separate disk group) will eliminate this bottleneck and reduce overall DB time significantly. A secondary contributing factor may be the LOG_BUFFER at 16 MB — increasing to 32 MB can reduce redo write frequency for the current workload.
1. RMAN not configured — no recovery point, zero RPO guarantee. Configure RMAN and run initial full backup immediately.
2. Log file sync 38.7% DB time — 27.42 ms avg wait is 3–5× above OLTP threshold. Move redo logs to dedicated fast storage.
3. DCM tablespace 89.9% — autoextend OFF — approaching ORA-01653. Add datafile immediately.
4. Buffer cache hit ratio 83.8% — below 95% OLTP target. SGA_TARGET at 2 GB may be undersized for the current workload; consider increasing to 4 GB if OS RAM allows.
5. Workflow Mailer DEACTIVATED_SYSTEM — 1,044 notifications queued, 147 errors accumulated. Restart mailer and verify OUTBOUND_SERVER connectivity.
Configure RMAN backup tonight. Move redo log groups to fast storage and expand DCM tablespace before the next business day. These three actions address all three critical risks in a single maintenance window.
This is the exact PDF your team receives after every TuneVault scan — AI recommendations, copy-pasteable SQL fixes, EBS section, and all. 10 pages, no watermark.
Your report will look exactly like this
Connect via Direct TCP or install our lightweight proxy agent. First report in under 5 minutes.
Run Health Check on Your Database →5 free checks/month · No credit card required · EBS-native diagnostics included