cancel
Showing results for 
Search instead for 
Did you mean: 

BRTOOLS not connected in ora<sid> user

Former Member
0 Kudos

Hi all,

Now i installed the new SAP NW7.4 system with oracle version 11204

but now i am checking to connect BRTOOLS in su - ora<sid> it will displaying commend not found.

please help me how to solve the issue.

Regards,

Prakash.K

8124708405.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

this could be the case if your installation is in a distributed environment where the /sapmnt/SID NFS is not mounted in the DB server. Standard installation should automatically update the necessary path in orasid's profile. Also make sure that DBA tools are extracted in your kernel directory.


try running this as orasid:

env | grep -i ora


then verify if the output from above exists in your DB server.

JamesZ
Advisor
Advisor
0 Kudos

Hi Prakash.K,

The problem looks like that SAP kernel directory does not in the PATH environment variable of user orasid. Please compare it with other systems which are fine, or compare the environment variable of user sidadm.

Best regards,
James

Former Member
0 Kudos

Hi Prakash,

Do check your DIR_LIBRARY or SHLIB_PATH or LD_LIBRARY_PATH for youe enviorments of your ora<SID>.

IF those are set correctly. Do check your .profile & .dbenv*.sh profiles of OS users.

And one more thing. Do you have DBTOOLS extracted in your exe directories.

Regards,

Ram