I am working on an
EJB project using the Oracle databse on the WebLogic platform. How do I establish the connection?
1. what are the codes in my
servlet or
JSP I have to use?
2. Do I have to look into the Settings --> Control Panel?
3. I tried to follow the "Installing WebLogic jDriver for Oracle" document of the WebLogic Server 6.0:
a. I set up the environment (I am using the Windows 2000 and the Oracle is on the network.)
set PATH=c:\bea\wlserver6.0sp1\bin\oci816_8;e:\bin;%PATH;
b. add the WebLogic Server classses to my CLASSPATH variable
I do not know how to accomplish this step. I do not know if the WebLogic jDriver for Oracle is bundled with the WebLogic Server software. How do I identify?
c. Checking Connections (set environment to use dbping) to the Oracle Database
I cd to bea\wlserver6.0sp1\config\mydomain>setEnv.cmd
java utils.dbping ORACLE user password server
and I got "your environment has been set."
d. I am confused about "Configuring a Connection Pool with WebLogic Server Software", what should I do?
4. Are there other things I have to know?
Thanks in advance.