Oracle JDBC driver

Currently, automatic download and configuration of Oracle JDBC driver via Create Driver it is not implemented in RapidClipse.

You can get current JDBC driver from Maven Central.

Maven coordinates:

<dependency>
	<groupId>com.oracle.database.jdbc</groupId>
	<artifactId>ojdbc11</artifactId>
	<version>23.3.0.23.09</version>
</dependency>
xml

Overview and other drivers: