Overview
Oracle is a relational database management system (RDBMS). It is designed to handle large volumes of data and is widely used in enterprise applications. Oracle provides a range of features and capabilities, including support for complex queries, indexing, and geospatial data.
Supported Connection Methods
DBCode supports the following connection methods for Oracle:
- Thin Client
- Instant Client/Thick Client
Connecting
To connect to Oracle, follow these general steps:
- Open the DBCode Extension: Launch Visual Studio Code and open the DBCode extension.
- Add a New Connection: Click on the “Add Connection” icon.
- Complete new connection form: Choose Oracle as the type, and enter the required information.
- Connect: Click save to connect to your Oracle database.
- Start Managing Your Databases: Once connected, you can start managing your databases directly from Visual Studio Code.
For detailed instructions on connecting to Oracle, refer to the Connect article.
By using Oracle with DBCode, you can connect to your Oracle databases, query and manage your data, and visualize your results, all directly from Visual Studio Code.
For more information about Oracle, check out Oracle.