Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Better to have all my ducks in a row before going to them. If I can't show them the connect strings, it's pretty much a non-starter.
* start
*/
ok_Hash.put("tOracleConnection_1", false);
start_Hash.put("tOracleConnection_1", System
.currentTimeMillis());
currentComponent = "tOracleConnection_1";
int tos_count_tOracleConnection_1 = 0;
String url_tOracleConnection_1 = "jdbc:oracle:thin:@"
+ "192.168.0.117" + ":" + "1521" + ":" + "talend";
globalMap.put("connectionType_" + "tOracleConnection_1",
"ORACLE_SID");
String userName_tOracleConnection_1 = "system";
String password_tOracleConnection_1 = "111111";
java.sql.Connection conn_tOracleConnection_1 = null;
java.lang.Class.forName("oracle.jdbc.driver.OracleDriver");
conn_tOracleConnection_1 = java.sql.DriverManager
.getConnection(url_tOracleConnection_1,
userName_tOracleConnection_1,
password_tOracleConnection_1);
conn_tOracleConnection_1.setAutoCommit(false);
java.sql.SQLRecoverableException: ORA-01033: ORACLE initialization or shutdown in progress
Better to have all my ducks in a row before going to them. If I can't show them the connect strings, it's pretty much a non-starter.
* start
*/
ok_Hash.put("tOracleConnection_1", false);
start_Hash.put("tOracleConnection_1", System
.currentTimeMillis());
currentComponent = "tOracleConnection_1";
int tos_count_tOracleConnection_1 = 0;
String url_tOracleConnection_1 = "jdbc:oracle:thin:@"
+ "192.168.0.117" + ":" + "1521" + ":" + "talend";
globalMap.put("connectionType_" + "tOracleConnection_1",
"ORACLE_SID");
String userName_tOracleConnection_1 = "system";
String password_tOracleConnection_1 = "111111";
java.sql.Connection conn_tOracleConnection_1 = null;
java.lang.Class.forName("oracle.jdbc.driver.OracleDriver");
conn_tOracleConnection_1 = java.sql.DriverManager
.getConnection(url_tOracleConnection_1,
userName_tOracleConnection_1,
password_tOracleConnection_1);
conn_tOracleConnection_1.setAutoCommit(false);