Development Workflow
- Create a Database
- Create a Directory
To create directories use the databaseCREATE DIRECTORY
command. UsingCREATE DIRECTORY
you specify the path as a relative path for the new directory. - Manage Directories
Autonomous Database on Dedicated Exadata Infrastructure provides you the ability to create directories in your database where you can store files, much like you can do in an OS file system. This ability to store files is especially useful when exporting and import data. - Configure a Development System to Access the Database
Before you can begin developing an application, you must ensure that the development system you are using has network access to the database you want to connect to. - Define or Load the Database Structure
- Prepare for JDBC Thin Connections
- Prepare for Oracle Call Interface (OCI), ODBC, and JDBC OCI Connections
- The Basics of Building an Application
Autonomous Database on Dedicated Exadata Infrastructure supports application development in a wide variety of programming languages and platforms.
Parent topic: Develop