Sunday 24 April 2016

12c-SOAINFRA database connection in Default domain of SOA12c IntegratedWeblogicServer


Follow the below steps to connect to SOAINFRA database:

1. To connect to weblogic server connection details are required. These connection details can be found from the SOADataSource. For this login to weblogic admin console.


2) After login, click on Data Sources.


3. Open SOADataSource and click on Connection Pool. Copy the connection URL. URL will be like
jdbc:derby://localhost:1527/soainfra;ServerName=localhost;databaseName=soainfra

Description of URL :

  • HostName : localhost
  • Port Number : 1527
  • UserName : soainfra
  • Database Name : soainfra


4)Now open JDeveloper or any other tool to acess the SOAINFRA database.

5) Create a new database connection and and fill details as mentioned in the step 3. Select Connection Type as "Java DB (Derby)".

6) Connection will get created as shown below :













No comments:

Post a Comment