修改oracle地址,改成jgy-xmcx1服务器。

This commit is contained in:
Kane Wang 2020-05-11 14:52:04 +08:00
parent 59e3bb0a05
commit 5f53b8d5a3
3 changed files with 14 additions and 10 deletions

View File

@ -2,28 +2,32 @@
<project version="4">
<component name="dataSourceStorageLocal">
<data-source name="@10.39.0.86" uuid="18e54f09-a43b-4c32-8386-8d030a8f8277">
<database-info product="Oracle" version="Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production&#10;With the Partitioning, OLAP, Data Mining and Real Application Testing options" jdbc-version="4.0" driver-name="Oracle JDBC driver" driver-version="12.1.0.2.0" family="ORACLE" exact-version="0.0">
<database-info product="Oracle" version="Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production&#10;With the Partitioning, OLAP, Data Mining and Real Application Testing options" jdbc-version="4.0" driver-name="Oracle JDBC driver" driver-version="12.1.0.2.0" dbms="ORACLE" exact-version="0.0">
<extra-name-characters>$#</extra-name-characters>
<identifier-quote-string>&quot;</identifier-quote-string>
</database-info>
<case-sensitivity plain-identifiers="upper" quoted-identifiers="exact" />
<secret-storage>master_key</secret-storage>
<user-name>idst0</user-name>
<introspection-schemas>*:IDST0</introspection-schemas>
<resolve-scope>*:IDST0,PUBLIC</resolve-scope>
<unqualified-resolve-schemas>*:IDST0,PUBLIC</unqualified-resolve-schemas>
<schema-mapping>
<introspection-scope>
<node kind="schema" qname="IDST0" />
</introspection-scope>
</schema-mapping>
</data-source>
<data-source name="jdbc:oracle:thin:@" uuid="755f1bc0-dca9-4b58-9b4e-412602f82e74">
<database-info product="Oracle" version="Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production&#10;With the Partitioning, OLAP, Data Mining and Real Application Testing options" jdbc-version="4.0" driver-name="Oracle JDBC driver" driver-version="12.1.0.2.0" family="ORACLE" exact-version="0.0">
<database-info product="Oracle" version="Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production&#10;With the Partitioning, OLAP, Data Mining and Real Application Testing options" jdbc-version="4.0" driver-name="Oracle JDBC driver" driver-version="12.1.0.2.0" dbms="ORACLE" exact-version="0.0">
<extra-name-characters>$#</extra-name-characters>
<identifier-quote-string>&quot;</identifier-quote-string>
</database-info>
<case-sensitivity plain-identifiers="upper" quoted-identifiers="exact" />
<secret-storage>master_key</secret-storage>
<user-name>telsale</user-name>
<introspection-schemas>*:TELSALE</introspection-schemas>
<resolve-scope>*:PUBLIC,TELSALE</resolve-scope>
<unqualified-resolve-schemas>*:PUBLIC,TELSALE</unqualified-resolve-schemas>
<schema-mapping>
<introspection-scope>
<node kind="schema" qname="TELSALE" />
</introspection-scope>
</schema-mapping>
</data-source>
</component>
</project>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" default="false" project-jdk-name="10" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

View File

@ -24,7 +24,7 @@ public class StaffInfo
throw new StaffCodeNotExistException( staffCode + "不存在。");
}
String oracleURL = "jdbc:oracle:thin:@10.39.0.86:1521:xmcx1";
String oracleURL = "jdbc:oracle:thin:@10.187.11.164:1521:xmcx1";
String oracleUserName = "idst0";
String oraclePassword = "cpic123456";