Mule ESB 3.4.4: Configure Oracle JDBC driver in Mule Developer Studio
To connect with individual databases, JDBC (the Java Database Connectivity API) requires drivers for each database. The JDBC driver gives out the connection to the database and implements the protocol for transferring the query and result between client and database.
- Right Click on Project Explorer
- Right Click on Build Path
- Right Click on Add External Archives
Create a Data Source
- 1.) Click on Global Elements; 2.) Click on Create; 3.) Click on Data Sources; 4.) Click on Oracle Data Sources;5.)Click on OK
Create a connector