Develop Applications with Autonomous Database
You can connect to your Autonomous Database and start developing database applications after your fleet administrator sets up infrastructure resources and an application database administrator (Application DBA) provisions an Autonomous Database with database users.
Task | Description | More Information |
---|---|---|
Create an Autonomous Database |
Create the database that your application will use. |
|
Configure a development system |
Ensure that the development system you are using has network access to the database you want to connect to. |
|
Connect to your database |
Obtain security credentials and connect to your Autonomous Database using a database client or tool. |
|
Define or load the database structure |
Define the database's tables, views, triggers, types, sequences and so on. |
|
Begin building an application |
Start building an application that takes advantage of the high-performance and continuous-availability features of an Autonomous Database. |
Parent topic: Workflows