====== General ====== *[[sqlplus|Using Oracle in the CSCI Linux lab]] - Deprecated. PostgreSQL is now the DB of choice. ====== General Servlet Topics ====== *[[tomcat|Using the Tomcat server!]] *[[compiling_servlets|Compiling Servlets!]] *[[howto_helloworldservlet|HOWTO: Compile a 'hello world' servlet]] *[[loading_libraries|Loading libraries into Netbeans or Eclipse]] From a [[howto_helloworldservlet|servlet]], you can use code similar to the [[classes:general:dbsamples:java_oracle|Java database connection sample]] for querying the database. ====== Connecting to the Database ====== There are a number of ways to connect to Oracle from a variety of other languages. Some examples are provided for you to start with: *[[classes:general:dbsamples:java_oracle|Sample Java desktop application]] *[[classes:general:dbsamples:php_oracle|Sample PHP application]] *[[classes:general:dbsamples:JSP_Oracle|Sample JSP application (examples with and without bean)]] ====== Create table Using Tora ======= Login in formation of using Tora with an example how to create table: *[[tora|Using tora Application]]*