mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +01:00
changed Oracle connection string
This commit is contained in:
parent
f574e90f41
commit
a58b6e4c67
@ -101,7 +101,6 @@ std::string ODBCOracleTest::_connectString = "DRIVER={" ORACLE_ODBC_DRI
|
||||
"EXC=F;" // EXEC syntax (T/F), default F
|
||||
"APA=T;" // thread safety (T/F), default T
|
||||
"DBA=W;" // write access
|
||||
"DBQ=" ORACLE_SID ";" // TNS service name
|
||||
"SERVER="
|
||||
"(DESCRIPTION="
|
||||
" (ADDRESS=(PROTOCOL=TCP)(HOST=" ORACLE_SERVER " )(PORT=" ORACLE_PORT "))"
|
||||
|
Loading…
x
Reference in New Issue
Block a user