|
@@ -26,7 +26,7 @@ public class DataCenterService extends DataSourceOra{
|
|
sb.append("select * from dual");
|
|
sb.append("select * from dual");
|
|
// String selectSQL = "insert into "+repo_name+" select * from "+table_name+"";
|
|
// String selectSQL = "insert into "+repo_name+" select * from "+table_name+"";
|
|
String selectSQL=sb.toString();
|
|
String selectSQL=sb.toString();
|
|
- System.out.println(selectSQL);
|
|
|
|
|
|
+// System.out.println(selectSQL);
|
|
PreparedStatement prepStmt = null;
|
|
PreparedStatement prepStmt = null;
|
|
try {
|
|
try {
|
|
// OracleDataSource basicDS = DataSourceOra.getInstance().getOds();
|
|
// OracleDataSource basicDS = DataSourceOra.getInstance().getOds();
|