What problem does it solve?
Connecting applications and client tools to Amazon RDS for Oracle involves VPC networking, security groups, authentication, encryption, and driver configuration, and common mistakes (like assuming RDS Proxy supports Oracle) cause hours of failed troubleshooting.
Core Features & Use Cases
- Connectivity Diagnostics: Troubleshoot ORA-12170 timeouts, ORA-12541 listener errors, DPI-1047 client errors, and cross-VPC routing with bundled diagnostic scripts.
- Platform Connection Patterns: Configure connections from Lambda, EC2, ECS Fargate, and EKS using Secrets Manager, IRSA, and the Secrets Store CSI Driver.
- Auth & Encryption Setup: Implement Kerberos with AWS Managed Microsoft AD, TLS/TCPS, and Native Network Encryption via option groups.
- Use Case: A developer needs to connect a Python Lambda in a VPC to RDS Oracle with pooling and cold-start optimization; the skill provides the thin-mode python-oracledb pattern, module-level pool, provisioned concurrency guidance, and Secrets Manager VPC endpoint setup.
Quick Start
Ask the agent to help you connect your application to an RDS for Oracle instance or diagnose a specific ORA error you are seeing.