Technology Stack - EBS (MOSC)

MOSC Banner

R12 Cloning - full path symbolic links

edited Aug 22, 2013 8:52AM in Technology Stack - EBS (MOSC) 5 commentsAnswered
I just wondered what other people do to resolve full path symbolic links after copying the source system to the target
In the example below I have cloned my ebstest system on /u05 to ebsgent on /u15

But after extracting the tar file the symbolic link still points back to /u05

Do you manually resolve these or write a script to identify and resolve ?

----
[root@pythia ebsgent]# pwd
/u15/oracle/R1213/ebsgent
[root@pythia ebsgent]# find . -type l -exec ls -l {} \; | grep u05 | head -1
lrwxrwxrwx 1 applgent dba 67 Aug 21 16:23 ./apps/tech_st/10.1.3/bin/lbuilder ->/u05/oracle/R1213/ebstest/apps/tech_st/10.1.3/nls/lbuilder/lbuilder

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center