Connect Oracle SQL Developer Without a Wallet
Oracle SQL Developer is a free integrated development environment that simplifies the development and management of Autonomous AI Database. Oracle SQL Developer provides support for connecting using TLS authentication without a wallet.
Note: See Update your Autonomous AI Database Instance to Allow both TLS and mTLS Authentication for information on allowing TLS connections.
To create a new TLS connection to Autonomous AI Database:
-
Copy a connection string for the Autonomous AI Database.
To connect with TLS authentication copy a TLS connection string. On the Database Connection page, under TLS Authentication, select TLS to view the connection strings for connecting with TLS authentication.
See View TNS Names and Connection Strings for an Autonomous AI Database Instance for information on viewing and copying connection stings.
-
Start Oracle SQL Developer and in the connections panel, right-click Connections and select New Database Connection....
-
Choose the Connection Type Custom JDBC.
-
Enter the following information:
-
Name: Enter the name for this connection.
-
Username: Enter the database username. You can either use the default administrator database account
ADMINprovided as part of the service or create a new schema, and use it. -
Password: Enter the password for the database user.
-
Connection Type: Select Custom JDBC.
-
Custom JDBC URL: Enter the following:
jdbc:oracle:thin:@followed by the connection string you copied in step one.
-
-
Click Connect to connect to the database.
Note: If you are using Microsoft Active Directory, then for Username enter the Active Directory “AD_domain\AD_username” (you may include double quotes), and for the Password, enter the password for the Active Directory user. See Use Microsoft Active Directory with Autonomous AI Database for more information.