当前位置: 代码迷 >> 综合 >> rman: fatal: relocation error: file rman: symbol kglla62_: referenced 问题处理
  详细解决方案

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

热度:80   发布时间:2023-12-19 16:55:44.0
??
转到底部转到底部

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
  相关解决方案