You create a data source in the WebLogic Administration Console.
Note: See the Oracle WebLogic 11 Documentation for complete information about Weblogic Connection Pools.
Follow these steps:
Name: User Store Data Source
JNDI Name: userstore
URL: jdbc:sqlserver://db_systemName:1433
Driver Class Name: com.microsoft.sqlserver.jdbc.SQLServerDriver
Properties: user=username
databaseName=user store name
selectMethod=cursor
Password: password
URL: jdbc:oracle:thin:@tp_db_systemname:1521:oracle_SID
Driver Class Name: oracle.jdbc.driver.OracleDriver
Properties: user=username
Password: password
After you deploy the pool, check the console to see if any errors occurred.
Note: You may see an error that says the data source cannot be created with a non-existent pool. To resolve this error, restart WebLogic.
Copyright © 2013 CA.
All rights reserved.
|
|