Details for Autonomous AI Database on Dedicated Exadata Infrastructure
Logging details for Autonomous AI Database on Dedicated Exadata Infrastructure logs.
Resources
- Autonomous Container Database
- Autonomous AI Database
- Autonomous VM cluster (For CC)
- Cloud Autonomous VM Cluster (For OPC)
Log Categories
| Resource Type | Console (Display Name) | Description |
|---|---|---|
AutonomousContainerDatabase |
Database logs |
Contains content from log files:
|
AutonomousDatabase |
Migration logs |
Contains content from log files:
|
|
|
Mongo connection logs |
Path: /u02/app/oracle/product/ords/log/mongo/* Example: /u02/app/oracle/product/ords/log/mongo/mongo_2025-05-30_223911.log.0 /u02/app/oracle/product/ords/log/mongo/mongo_2025-05-30_224359.log.0 /u02/app/oracle/product/ords/log/mongo/mongo_2025-06-24_023705.log.0.lck |
|
|
Network Logs |
Path: $ORACLE_BASE/diag/tnslsnr/$HOSTNAME/listener/trace/listener.log $ORACLE_BASE/diag/tnslsnr/$HOSTNAME/listener_scan2/trace/listener_scan2.log $ORACLE_BASE/diag/tnslsnr/$HOSTNAME/listener_scan3/trace/listener_scan3.log Example: /u01/app/grid/diag/tnslsnr/host-x9rgw2/listener/trace/listener.log /u01/app/grid/diag/tnslsnr/host-x9rgw2/listener_scan1/trace/listener_scan1.log /u01/app/grid/diag/tnslsnr/host-x9rgw1/listener_scan2/trace/listener_scan2.log /u01/app/grid/diag/tnslsnr/host-x9rgw1/listener_scan3/trace/listener_scan3.log |
|
|
ORDS connection logs |
Path: /u02/app/oracle/product/ords/log/access/* Example: /u02/app/oracle/product/ords/log/access/ords_2025_09_05.log /u02/app/oracle/product/ords/log/access/ords_2025_09_06.log /u02/app/oracle/product/ords/log/access/ords_2025_09_07.log /u02/app/oracle/product/ords/log/access/ords_2025_09_08.log |
Database Log
The database log captures important system events and alerts from the Autonomous Container Database. Use these logs to monitor database health and quickly detect issues
| Property | Description |
|---|---|
| level | The severity level of the log entry (for example, INFO, ERROR). |
| message | The text describing what the log entry reports, often details from the alert or attention log. |
| resourceId | The OCID of the Autonomous Container Database resource. |
| @version | Version of this log record format. |
| avmClusterId | OCID identifying the Autonomous VM Cluster associated with the database. |
| host | The hostname of the machine where the log was generated. |
| logFileType | Type of log file (for example, syslog, alertlog). |
| msg | The actual content or technical message from the log file. |
| oracle.logid | OCID of the log object in Logging. |
| path | File system path of the log file on the database server. |
| ts | Time of the log record, in epoch milliseconds. |
| id | Unique identifier for this log record. |
| oracle.compartmentid | OCID of the OCI compartment. |
| oracle.ingestedtime | When the log was ingested by OCI Logging, in ISO timestamp format. |
| oracle.loggroupid | OCID of the log group containing the log. |
| oracle.tenantid | OCID of the tenancy owning the resource. |
| source | The source hostname for the log record. |
| specversion | Version of the logging event specification (example: 1.0). |
| subject | Description or source path associated with the log event. |
| time | Timestamp (ISO format) when the log event occurred. |
| type | Type of log entry, such as ALERTLOGS. |
| regionId | OCI region identifier for the resource. |
Sample Autonomous Container Database Log
{
"results": [
{
"data": {
"datetime": 1700000000000,
"logContent": {
"data": {
"@version": "1",
"avmClusterId": "ocid1.autonomousvmcluster.publicsample..exampleuniqueid",
"host": "db-host-example-01",
"logFileType": "syslog",
"msg": "NET (PID:123456): Archived Log entry 99999 added for B-EXAMPLE.T-1.S-100 LOS:0x0000000000000000 NXS:0x0000000000000000 NAB:12345 ID 0xdeadbeef LAD:1 [krse.c:0000]",
"oracle": {
"logid": "ocid1.log.publicsample..exampleuniqueid"
},
"path": "/path/to/oracle/diag/rdbms/DB_UNIQUE_NAME/DB_NAME/trace/alert_DB_NAME.log",
"ts": 1700000000000
},
"id": "ocid1.autonomousvmcluster.publicsample..exampleuniqueid-1700000000000",
"oracle": {
"compartmentid": "ocid1.compartment.publicsample..exampleuniqueid",
"ingestedtime": "2025-01-01T00:00:00.000Z",
"loggroupid": "ocid1.loggroup.publicsample..exampleuniqueid",
"logid": "ocid1.log.publicsample..exampleuniqueid",
"tenantid": "ocid1.tenancy.publicsample..exampleuniqueid"
},
"source": "source-host-example-01",
"specversion": "1.0",
"subject": "/path/to/oracle/diag/rdbms/DB_UNIQUE_NAME/DB_NAME/trace/alert_DB_NAME.log",
"time": "2025-01-01T00:00:00.000Z",
"type": "ALERTLOGS"
},
"regionId": "example-region-1"
}
}
]
}Migration Log
The migration log tracks Data Pump import and export operations for your Autonomous AI Database. Use these logs to audit migrations and troubleshoot data movement.
| Property | Description |
|---|---|
| level | The severity level of this migration log entry (for example, INFO, ERROR). |
| message | Description of contents—typically about Data Pump import/export job results. |
| resourceId | The OCID of the Autonomous AI Database (PDB) being migrated or operated on. |
| @version | Version of the log record format. |
| avmClusterId | OCID of the Autonomous VM Cluster associated with the log. |
| host | Name of the host machine generating the log. |
| logFileType | Type of log file (generally syslog for migration events). |
| msg | Actual log content, typically the output or result of a migration (import/export) job. |
| oracle.logid | OCID of the log in OCI Logging. |
| path | File path of the Data Pump log (typically export/import log files). |
| ts | Epoch timestamp for the log event. |
| id | Unique identifier for this migration log record. |
| oracle.compartmentid | OCID of the OCI compartment for the resource. |
| oracle.ingestedtime | When the log event was ingested into OCI Logging (ISO timestamp). |
| oracle.loggroupid | OCID of the log group in which this log resides. |
| oracle.tenantid | OCID for the tenancy containing the resource. |
| source | Source hostname for the log event. |
| specversion | Version of the log event specification. |
| subject | Description or identifier for the resource or file connected to this log entry. |
| time | Time of the event (ISO date/time format). |
| type | Type of migration log, such as DATAPUMPLOGS. |
| regionId | OCI region code where the event occurred. |
Sample Autonomous AI Database Migration Log
{
"results": [
{
"data": {
"datetime": 1700000000000,
"regionId": "example-region-1",
"logContent": {
"data": {
"@version": "1",
"avmClusterId": "ocid1.cloudautonomousvmcluster.publicsample..exampleuniqueid",
"host": "db-host-example-01",
"logFileType": "syslog",
"msg": "Job \"ADMIN\".\"SYS_EXPORT_SCHEMA_01\" successfully completed at Mon Jan 01 00:00:00 2025 elapsed 0 00:00:45",
"oracle": {
"logid": "ocid1.log.publicsample..exampleuniqueid"
},
"path": "/path/to/dbfs/logs/export.log",
"ts": 1700000000000
},
"id": "ocid1.cloudautonomousvmcluster.publicsample..exampleuniqueid-1700000000000",
"oracle": {
"compartmentid": "ocid1.compartment.publicsample..exampleuniqueid",
"ingestedtime": "2025-01-01T00:00:05.000Z",
"loggroupid": "ocid1.loggroup.publicsample..exampleuniqueid",
"logid": "ocid1.log.publicsample..exampleuniqueid",
"tenantid": "ocid1.tenancy.publicsample..exampleuniqueid"
},
"source": "db-host-example-01",
"specversion": "1.0",
"subject": "/path/to/dbfs/logs/export.log",
"time": "2025-01-01T00:00:00.000Z",
"type": "DATAPUMPLOGS"
}
}
}
]
}