cancel
Showing results for 
Search instead for 
Did you mean: 

BRBACKUP Failing

Former Member
0 Kudos

Hi All,

BRBACKUP is failing in The system with the below error:

<hostname>:ora<sid> cd /oracle/<SID>/920_64/dbs

<hostname>:ora<SID>> pwd

/oracle/<SID>/920_64/dbs

<hostname>:ora<sid> brbackup -p init<SID>.sap -c -l E -d disk -m all -k yes -t offline -e 4 u /&

[1] 9236612

<hostname>:ora<sid> exec(): 0509-036 Cannot load program brbackup because of the following errors:

0509-150 Dependent module libclntsh.a(shr.o) could not be loaded.

0509-022 Cannot load module libclntsh.a(shr.o).

0509-026 System error: A file or directory in the path name does not exist.

Checked the libclntsh.a file in the system and it is found in following locations:

/oracle/stage/920_64/Disk1/stage/Components/oracle.swd.oui/2.2.0.12.0/1/DataFiles/Expanded/bin/aix/libclntsh.a

/oracle/<SID>/920_64/lib/libclntsh.a

/oracle/<SID>/920_64/lib32/libclntsh.a

/oracle/client/92x_64-save/lib/libclntsh.a

Kindly suggest. Looking forward for your reply.

Regards,

Soumya

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi,

It seems that you are using oracle 9i

I assume you are using BR*Tools 6.40 (you do not say it) They need the oracle client 9i.

But YOU have not installed it properl (following SAP Recommendations):

> Checked the libclntsh.a file in the system and it is found in following locations:

>

>

> /oracle/stage/920_64/Disk1/stage/Components/oracle.swd.oui/2.2.0.12.0/1/DataFiles/Expanded/bin/aix/libclntsh.a

>

> /oracle/<SID>/920_64/lib/libclntsh.a

>

> /oracle/<SID>/920_64/lib32/libclntsh.a

>

> /oracle/client/92x_64-save/lib/libclntsh.a

>

BR*Tools will look for the library on the following directory:

/oracle/client/92x_64/lib/libclntsh.a

But you do not have it. You have it renamed.

WHY?

Please, follow the SAP recommendations to install the oracle client. For example:

539922 - Installing the ORACLE client software 9.2.X for UNIX

1017418 Installing Oracle 9208 Client software on UNIX

former_member524429
Active Contributor
0 Kudos

Hi,

BRBACKUP version ? OS ?

LIB_PATH or SHLIB_PATH or LD_LIBRARY_PATH variable is set for ora<sid> and <sid>adm user ? If not then set it with $ORACLE_HOME/lib. then re-execute the brbackup.

Please refer this SAP Note 602843 - Environment settings for R/3/Oracle on UNIX and set it according to your OS. Also compare your existing environmental variable settings with reference to that suggested SAP Note.

Regards,

Bhavik G. Shroff