
Jdbc:oracleoci:User=myuser Password=mypassword Server=localhost Port=1521 This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations. When you configure the JDBC URL, you may also want to set the Max Rows connection property. Either double-click the JAR file or execute the jar file from the command-line.įill in the connection properties and copy the connection string to the clipboard. Service Name: The service name of the Oracle database.įor assistance in constructing the JDBC URL, use the connection string designer built into the Oracle JDBC Driver.Password: The password provided for authentication with the Oracle database.User: The user Id provided for authentication with the Oracle database.Port: The port used to connect to the server hosting the Oracle database.Once you've done this, set the following to connect:

The native DLLs can be found in the lib folder inside the installation directory.
CANT RENAME FOLDER CONNCETION IN DBVISUALIZER UPDATE
To connect to Oracle, you'll first need to update your PATH variable and ensure it contains a folder location that includes the native DLLs.

The syntax of the JDBC URL is jdbc:oracleoci: followed by the connection properties in a semicolon-separated list of name-value pairs. Driver: Select the driver you just created.ĭatabase URL: Enter the full JDBC URL.If you selected the "No Wizard" option, select the Generic or Auto Detect option in the Database Type menu. Database Type: If you selected the wizard option, the database type is automatically detected.In the Connection section, set the following options: In the Database tab, right-click the Database Connection node and click Create a Database Connection.In the Driver Class menu, select the OracleOCIDriver class, .ĭefine the Connection to the JDBC Data Sourceįollow the steps below to save connection properties in the JDBC URL.In the User Specified tab, click the Open File button and select the file, located in the lib subfolder of the installation directory.
