270 likes | 410 Vues
Java-Oracle JDBC Connection. 1 Running environment : JDeveloper 2. 2 Data Drive : OCI Thin. 3 Demonstration. --Start JDeveloper 2.0 --Open the application file package --Compile and run the application. Appearance of the application. Press Login .
E N D
Java-Oracle JDBC Connection
1 Running environment : JDeveloper 2
2 Data Drive : OCI Thin
--Start JDeveloper 2.0 --Open the application file package --Compile and run the application
Login is successful. You can execute SQL statements using these buttons
PL/SQL statement can also be saved in file and then open it when you wish to execute it again later.
Say you wish to use Insert button to modify a table. Press Insert
Using SQL inquiry statement to show the table again. New record has been inserted into the table.