cancel
Showing results for 
Search instead for 
Did you mean: 

R3trans error

Former Member
0 Kudos

Hi

I am getting the following error when I run "R3trans -d'

################################################################

      • ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034

ORA-27123: unable to attach to shared memory segment

################################################################

I checked, oracle DB & listener are running..

Regards

Madhu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member618758
Active Participant
0 Kudos

Hi,

If the db and listener are running, and you can login to sqlplus vias tnsname, then usuallyis the Oracle executable in the $ORACLE_HOME/bin directory, the authorizations might be wrong.

Check whether the "oracle" file exists on $ORACLE_HOME/bin, has a size

other than 0 and has the "-rwsr-s x" authorizations. The owner must be

ora<sid>. The group is dba.

I am giving you a note 583861 if you have access, you can check and this should fix it.

Thanks,

George