cancel
Showing results for 
Search instead for 
Did you mean: 

stopdb and startdb fails. Oracle permissions?

Former Member
0 Kudos

please provide SHLIB_PATH, DIR_LIBRARY and PATH

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Ensure the SHLIB_PATH is defined in your environment and includes the /usr/lib directory (echo $SHLIB_PATH). To define the path, enter:

export SHLIB_PATH=$SHLIB_PATH:/lib:/usr/lib

To turn on the searching of the SHLIB_PATH for each application, use the chatr command with the enable option:

chatr +s enable application

For example:

chatr +s enable /opt/mqm/samp/bin/amqsget

The database-dependent part of the SAP database interface can be found in its own library that is dynamically linked to the SAP kernel. This database library contains the Database Shared Library (DBSL), as well as libraries belonging to the corresponding database manufacturer. These are either statically or dynamically linked to the database library.

When initiating an SAP system, the database-dependent database library is loaded before the DBSL is called up for the first time. The system searches for the library in the directory indicated by the environment variable DIR_LIBRARY (for example,. /usr/sap/<SAPSID>/SYS/exe/run). The environment variable dbms_type contains the name of the required database management system. When the system is initiated, an attempt is made to load the library belonging to the required database management system from the directory indicated by the environment variable DIR_LIBRARY.

Regards.

Kalenthirababu.p

"Reward point it will always encourage me to answer more question"

Answers (0)