I have done a How to Connect JDeveloper to Oracle Lite, now I will connect Eclipse to Oracle Lite.
- Window -> Preferences
- Expand Data Management and then Connectivity
- Select Driver Definitions and click Add…
- Select Oracle Thin Driver… vendor Oracle, the version doesn’t really matter but just select 10 for this example.
- Rename the Driver Name to
- Click the Jar List tab
- Select the only jar that is there and click Remove JAR/Zip
- Click Add JAR/Zip…
- Find %ORACLE_LITE_HOME%/bin/olite40.jar
- Select the Properties tab
- You can leave Catelog as USER or change it to something else. Oracle Lite won’t use this.
- Edit the Connection URL to be jdbc:polite:<USERNAME>_<Database>
- Edit the Database Name to be <USERNAME>_<Database>
- Edit the Driver Class to be oracle.lite.poljdbc.POLJDBCDriver
- Edit the password to your password
- Edit the username to be system
- Click Ok
- Now, find the Open Perspective button and click it.

- Select Other…
- Select Database Development and click OK
- Data Source Explorer will attach to the left frame.

- Right click on Database Connections and click New…
- Select Oracle and enter POLJDBCDriver and click Next>
- You should now see all the information that you entered earlier. Click Test Connection. If everything is set up correctly, then you should get a Ping Succeeded message.
- Click Finish
- You should now see your database connection in the Database Connections tree.

- Right click on the POLJDBCDriver root and select Open SQL Scrapbook.
From the drop-downs in the Connection Profile, select Oracle_10 and the Type, POLJDBCDriver as Name and select your database name.

0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment