Previous Topic: JBossNext Topic: Creating a JNDI Connection


(For Microsoft SQL Server) Oracle WebLogic

If you are using Microsoft SQL Server, perform the following steps to copy the JDBC JAR file to Oracle WebLogic:

Note: If you are using Oracle database, do not perform the configurations mentioned in this section, because WebLogic supports Oracle database by default. Therefore, you can directly proceed with the database connection pooling configurations for Oracle WebLogic, as discussed in "Creating a JNDI Connection".

  1. Copy the <Database_JAR> file to the following directory:
    <JAVA_HOME used by Oracle WebLogic instance>\jre\lib\ext
    
  2. Log in to WebLogic Administration Console.
  3. Navigate to Deployments.
  4. Enable the Lock and Edit option.
  5. Click Install and navigate to the directory that contains the <Database_JAR> file.
  6. Click Next.

    The Application Installation Assistant screen opens.

  7. Click Next.

    The Summary page opens.

  8. Click Finish.
  9. Activate the changes.
  10. Restart the Oracle WebLogic server.