Quantcast
Channel: ORACLE -APPS DBA ADMINISTRATION
Viewing all articles
Browse latest Browse all 90

Oracle Application R12.1.1 to R12.1.3 9239090 Patch adrelink failed

$
0
0

Solutions:-
We need to check the binutils version using below command

[root@rgovis ~]# rpm -qa binutils
binutils-2.17.50.0.6-14.el5
[root@rgovis ~]#

We need to Downgrade binutil version

we can get the source from below website http://oss.oracle.com/projects/compat-oracle/files/Enterprise_Linux/

Package name is binutils-2.17.50.0.6-6.0.1.el5.x86_64.rpm

[root@rgovis oracle]# rpm -Uvh –oldpackage binutils-2.17.50.0.6-6.0.1.el5.x86_64.rpm
Preparing… ########################################### [100%]
1:binutils ########################################### [100%]
[root@rgovis oracle]#rpm -qa binutils
binutils-2.17.50.0.6-6.0.1.el5
[root@rgovis oracle]#

Result :-

Swapping bintmp and binstage.
Stage preparation complete.

adrelink is exiting with status 0

End of adrelink session



Viewing all articles
Browse latest Browse all 90

Trending Articles