Previous Topic: linux_user@hostname not validatedNext Topic: ORA-19565:BACKUP_TAPE_IO_SLAVES not enabled


IP Address of host localhost_oraclebr:fatal:relocation error

127.0.0.1 localhost.localdomain

IP address of host localhost.localdomain localhost hostname

oraclebr: fatal: relocation error: file <...>/libclntsh.so: symbol slpmprodstab: referenced symbol not found

Reason:

This is an Oracle bug.

Action:

Either get a patch from Oracle or follow these steps:

  1. Logon as the oracle user.
  2. Shut down the database.
  3. Edit the $ORACLE_HOME/bin/genclntsh script.
  4. Comment out the following line:
    ar d $LIBCOMMON sorapt.o
    
  5. Regenerate the shared library (libclntsh.so) by running genclntsh.
  6. Restart the database.