cancel
Showing results for 
Search instead for 
Did you mean: 

Technical Monitoring - Connect DB Oracle (Error)

Private_Member_19084
Active Contributor
0 Kudos

Hi experts,

I would like to connect a database of an ERP System to our technical monitoring.

Therefore I go in SOLMAN_SETUP->Managed Systemconfiguration to step 5 - "Enter System Parameters".

Here I enter in "DB-Parameters" the following data:

Database Host: "DB Host"

Service Name: "DB SID"

Port Number: 1527 (where can I check this???)

TNS Name: "DB SID"

Character Set: ????

National Character Set: ????

Username: ora<sid>

password: ****

But on clicking on "Setup DBA Cockpit connection" I get the following error:

"The connection "<sid>" is not set up correctly. Database connection <sid>:ADBC error "Internal error 16 has occured"".

Does anybody know help on this?

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

roland_hennessy
Contributor
0 Kudos

Hi Christian,

This error is usally realated to a low patch level for the SAP kernel and basis support package

or the Oracle patch list level.

You should be able to see more info on the error in the SAP work process trace file dev_wXY where the error occured.

I would try upgrading the Oracle client to see if this helps first.

Kind regards,

Roland

Private_Member_19084
Active Contributor
0 Kudos

Hello Roland,

thats the output in the process, it seems, as I need to install oracle libraries???

B  Loading DB library '/usr/sap/<sid>/DVEBMGS<sidno>/exe/dboraslib.so' ...

M  *** ERROR => DlLoadLib()==DLENOACCESS - dlopen("/usr/sap/<sid>/DVEBMGS<sidno>/exe/dboraslib.so") FAILED

  "Unable to find library 'libclntsh.so.11.1'."  [dlux.c       445]

M  {root-id=0017A47714101EE484B22C1661F85404}_{conn-id=0017A47714101EE484B2285550A0110C}_1

B  *** ERROR => Couldn't load library '/usr/sap/<sid>/DVEBMGS<sidno>/exe/dboraslib.so'

[dbcon.c      5767]

B  {root-id=0017A47714101EE484B22C1661F85404}_{conn-id=0017A47714101EE484B2285550A0110C}_1

B  ***LOG BYG=> could not load library for database connection <db sid>        [dbds         862]

B  ***LOG BZY=> unexpected return code 8192       calling DBDS       [dbacds       1862]

B  Loading DB library '/usr/sap/<sid>/DVEBMGS<sidno>/exe/dboraslib.so' ...

M  *** ERROR => DlLoadLib()==DLENOACCESS - dlopen("/usr/sap/<sid>/DVEBMGS<sidno>/exe/dboraslib.so") FAILED

  "Unable to find library 'libclntsh.so.11.1'."  [dlux.c       445]

M  {root-id=0017A47714101EE484B22C1661F85404}_{conn-id=0017A47714101EE484B2285550A0110C}_1

B  *** ERROR => Couldn't load library '/usr/sap/<sid>/DVEBMGS<sidno>/exe/dboraslib.so'

[dbcon.c      5767]

B  {root-id=0017A47714101EE484B22C1661F85404}_{conn-id=0017A47714101EE484B2285550A0110C}_1

B  ***LOG BYG=> could not load library for database connection <dbsid>        [dbds         862]

B  ***LOG BZY=> unexpected return code 8192       calling DBDS       [dbacds       1862]

B  Loading DB library '/usr/sap/<sid>/DVEBMGS<sidno>/exe/dboraslib.so' ...

M  *** ERROR => DlLoadLib()==DLENOACCESS - dlopen("/usr/sap/<sid>/DVEBMGS<sidno>/exe/dboraslib.so") FAILED

  "Unable to find library 'libclntsh.so.11.1'."  [dlux.c       445]

M  {root-id=0017A47714101EE484B22C1661F85404}_{conn-id=0017A47714101EE484B2285550A0110C}_1

B  *** ERROR => Couldn't load library '/usr/sap/<sid>/DVEBMGS<sidno>/exe/dboraslib.so'

roland_hennessy
Contributor
0 Kudos

Hi Christan,

Please install the oracle client as described in notes:

819829 - Oracle Instant Client Installation and Configuration on Unix

998004 - Update the Oracle Instant Client on Windows

Hopefully this should help.

Kind regards,

Roland