We show 5 use cases for the Database Tools service
- ADB-S with public ip
- ADB-S with private endpoint
- Bare Metal, VM and Exadata with private ip
- MySQL with public ip
- MySQL DB System with private endpoint
- Generic JDBC connection
See: adbs_create_connection_public_ip.py where we:
- Create a new Autonomous Database (ADB-S)
- Create required secrets
- Create a connection
- Validate the connection
See: adbs_create_connection_with_pe.py where we:
- Create a Database Tools private endpoint
- Create required secrets
- Create a connection using the Database Tools private endpoint
- Validate the connection
See: db_system_create_connection_private_subnet.py where we:
- Create a Database Tools private endpoint
- Create required secret
- Create a connection using the Database Tools private endpoint
- Validate the connection
See: mysql_create_connection_public_ip.py where we:
- Create required secret
- Create a connection
- Validate the connection
See: mysql_db_system_create_connection_with_pe.py where we:
- Create a Database Tools private endpoint
- Create required secret
- Create a connection using the Database Tools private endpoint
- Validate the connection
See generic_jdbc_connection.py where we:
- Create required secret
- Create a connection




