Oracle Database
Use the Oracle Database connector to perform various operations such as executing custom queries, managing databases, and more. This connector allows you to run SQL queries on your Oracle instance directly from Boltic. You will need a valid Oracle database connection to get started.
Requirements
To use the Oracle connector, you need:
- Access to an Oracle database server.
- Oracle database credentials (username and password).
- The Oracle server must be accessible over the internet or via a secure network.
Supported Authentication Methods
- Username and Password
- SSH Configuration (Optional)
Basic Operations
Oracle Connection
- Set up an Oracle connection to execute queries and manage your database resources.
Database Operations
- Execute Query: Run custom SQL queries directly on your Oracle server.
Query
- Enter your Query: Specify the SQL query you want to execute. This can include operations like selecting, inserting, updating, or deleting data within your database.
Example Operations
Database
- Execute a Query: Run SQL commands (e.g.,
SELECT
,UPDATE
,INSERT
,DELETE
) on your Oracle database.
Support
For more detailed instructions on setting up your Oracle database connection, refer to the Boltic documentation or contact Boltic support.