apex_connect
Establish a secure connection to an Oracle Autonomous Database using an mTLS wallet. Required before any other database operations.
Instructions
Connect to Oracle ADB via mTLS wallet. Must be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dsn | No | TNS alias from tnsnames.ora inside the wallet (default: from ORACLE_DSN env) | devdb_low |
| user | No | Database username (from ORACLE_DB_USER env var — required) | APP_USER |
| password | No | Database password (default: from ORACLE_DB_PASS env) | Password123! |
| wallet_dir | No | Path to the directory containing the Oracle wallet files (default: from ORACLE_WALLET_DIR env) | /app |
| wallet_password | No | Wallet decryption password (default: from ORACLE_WALLET_PASSWORD env) | WalletPass123! |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |