Aleksey Krivenya
New Member
Hello,
this is my first try to create dataserver for oracle database and I need help with error message
I connected empty progress db in Data Dictionary and now trying to create dataserver to my oracle db
DataServer - ORACLE Utilities -> Create DataServer Schema...
┌────────────────────── Error ──────────────────────┐
│ Could not connect to "xe" as user "system@amk65" │
│ Unable to load shared library (14945) │
│ ───────────────────────────────────────────────── │
│ <OK> │
└───────────────────────────────────────────────────┘
( DataServer - ORACLE Utilities -> Run ORACLE SQL*Plus... successfully connect me to my oracle xe database with this creds )
The only article (000130927) about this error number tells about different bit-level, but all my systems x64.
---
OE:
openSUSE Tumbleweed x86_64
OpenEdge Release 11.7.4
Oracle client 11.2
Client Shared Library 64-bit - 11.2.0.4.0
export ORACLE_HOME=/opt/oracle/instantclient_11_2
export PATH=/opt/oracle/instantclient_11_2:$PATH
export LD_LIBRARY_PATH=/opt/oracle/instantclient_11_2:$LD_LIBRARY_PATH
ORA:
the same host - docker image: martinsthiago/oraclexe-11g-fig
Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
"amk65" - is TNS name in /opt/oracle/instantclient_11_2/network/admin/tnsnames.ora
Could you help me with it?
Thanks,
Aleksey
this is my first try to create dataserver for oracle database and I need help with error message
I connected empty progress db in Data Dictionary and now trying to create dataserver to my oracle db
DataServer - ORACLE Utilities -> Create DataServer Schema...
┌────────────────────── Error ──────────────────────┐
│ Could not connect to "xe" as user "system@amk65" │
│ Unable to load shared library (14945) │
│ ───────────────────────────────────────────────── │
│ <OK> │
└───────────────────────────────────────────────────┘
( DataServer - ORACLE Utilities -> Run ORACLE SQL*Plus... successfully connect me to my oracle xe database with this creds )
The only article (000130927) about this error number tells about different bit-level, but all my systems x64.
---
OE:
openSUSE Tumbleweed x86_64
OpenEdge Release 11.7.4
Oracle client 11.2
Client Shared Library 64-bit - 11.2.0.4.0
export ORACLE_HOME=/opt/oracle/instantclient_11_2
export PATH=/opt/oracle/instantclient_11_2:$PATH
export LD_LIBRARY_PATH=/opt/oracle/instantclient_11_2:$LD_LIBRARY_PATH
ORA:
the same host - docker image: martinsthiago/oraclexe-11g-fig
Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
"amk65" - is TNS name in /opt/oracle/instantclient_11_2/network/admin/tnsnames.ora
Could you help me with it?
Thanks,
Aleksey