1. Select WINDOW> display View> other. The following window is displayed:
The content in this window is as follows (the following content is critical ):
Currently, ORACLE9I is installed in the default directory. Therefore, the JDBC driver of ORACLE9I is in C: \ oracle \ ora92 \ jdbc \ lib \ ojdbc14.jar, copy the file to the current jdk lib, So copy the file to C: \ Program Files \ Java \ jdk1.5.0 _ 04 \ lib.
In the Connection URL: localhost indicates the local machine, 1521 indicates the ORACLE port, and myoracle indicates the current ORACLE Database Name.
In user name, myuser is a USER created in ORACLE, and PASSWORD indicates the PASSWORD.
4. Next, go to the following form:
Select Display the selected schemas and click Add. the following window is displayed:
Select MYUSER, which is the user space created by you, and click OK.
Click Finish to complete the database connection configuration.