Hi everyone! I'm developing desktop application on Java which will work with DB Oracle (Oracle Database 11g Express Edition). Please if you have some examples I would appreciate links to such application or your own experience, because it is my first time. Preferably for IDE Netbeans. Thank you in advance.
Examples of application with Oracle Database
Â
Hello,
Â
Are you developing an application that will tap into Oracle capabilities or are you utilizing Java within Oracle?
Â
If you are using Java within the Oracle environment, you must:
Â
-
Familiarize yourself with how Java and the database blend.
-
Familiarize yourself with manipulating Java procedures in the Oracle environment.
-
Familiarize yourself with qualities specific to the database and how to manipulate Java information within it.
Â
You would need many samples to gain a good understanding of how to work within the system. Oracle provides a very clear guide that answers all common coding questions and provides sample code.