Alfa: Weblogic debugging - no Weblogic quickstart!
Testing:
C:\Oracle\Middleware>java -classpath C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar utils.dbping ORACLE_THIN system dkpp_validation siskia-krtdb3:1521/kia
**** Success!!! ****
You can connect to the database in your app using:
java.util.Properties props = new java.util.Properties();
props.put("user", "system");
props.put("password", "dkpp_validation");
java.sql.Driver d =
Class.forName("oracle.jdbc.OracleDriver").newInstance();
java.sql.Connection conn =
Driver.connect("jdbc:oracle:thin:@siskia-krtdb3:1521/kia", props);
C:\Oracle\Middleware>
and:
as mentioned previously in "How To Upgrade OBIEE 11g WebLogic Server From 10.3.5 To 10.3.6? (Doc ID 1934221.1)" :
****P.S : At the end when the Oracle Installer - Weblogic 10.3.6.0 come to the "Installation complete" screen, DO NOT check "Run Quickstart".
This will run the Oracle Weblogic Upgrade Wizard to upgrade the domain which is not needed.*****
C:\Oracle\Middleware>java -classpath C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar utils.dbping ORACLE_THIN system dkpp_validation siskia-krtdb3:1521/kia
**** Success!!! ****
You can connect to the database in your app using:
java.util.Properties props = new java.util.Properties();
props.put("user", "system");
props.put("password", "dkpp_validation");
java.sql.Driver d =
Class.forName("oracle.jdbc.OracleDriver").newInstance();
java.sql.Connection conn =
Driver.connect("jdbc:oracle:thin:@siskia-krtdb3:1521/kia", props);
C:\Oracle\Middleware>
and:
as mentioned previously in "How To Upgrade OBIEE 11g WebLogic Server From 10.3.5 To 10.3.6? (Doc ID 1934221.1)" :
****P.S : At the end when the Oracle Installer - Weblogic 10.3.6.0 come to the "Installation complete" screen, DO NOT check "Run Quickstart".
This will run the Oracle Weblogic Upgrade Wizard to upgrade the domain which is not needed.*****
Kommentarer
Send en kommentar