I am new in field of oracle forms, does any one tel me how oracle forms server connect through database ? does it use any database driver ? if yes than how can we change that ojdbc or jdbc driver?
Right now I am working with oracle forms and report server 11gr2 and database oracle 11g. At time of troubleshooting I have deleted following jar file .
- WL_HOME/server/lib/ojdbc6.jar
- omh/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar
as per oracle document, which say that weblogic user this JDBC driver to connect with database but after deleting this jar I am still able to connect with database.
Please some one tell how oracle forms and report server connect with database?