rman: fatal: relocation error: file rman: symbol kglla62_: referenced 问题处理

来源:互联网 发布:微信小程序java源代码 编辑:程序博客网 时间:2024/04/29 07:29

转到底部转到底部

2005-10-3PROBLEM为此文档评级通过电子邮件发送此文档的链接在新窗口中打开文档可打印页

In this Document
  Symptoms
  Changes
  Cause
  Solution


.

This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process, and therefore has not been subject to an independent technical review.

APPLIES TO:

Oracle Server - Enterprise Edition - Version: 9.2.0.1 to 10.1.0.4
This problem can occur on any platform.

SYMPTOMS

Invoking RMAN fails with

ld.so.1: rman: fatal:  relocation error: file rman: symbol kglla62_: referenced 
symbol not found
Killed

CHANGES

You have multiple oracle installation 32 bit and 64 bit oracle instance running on the server

CAUSE

 LD_LIBRARY_PATH_64 environment is not set correctly or is missing

SOLUTION

export LD_LIBRARY_PATH_64=$LD_LIBRARY_PATH_64:$ORACLE_HOME/lib
0 0