Failed to do rapid clone due to perl version different
I have problem when i tried to clone an instance. the full story is :
We upgrade our database version from 10g to 11g, the database is for Oracle EBS version 12.0.6.
The upgrade was run perfectly normal, and everything was runing well, until we tried to clone the instance.
When we ran the rapid clone, it always failed, then we realized somehow the perl that we use when we ran adcfgclone.pl in db Tier its always looks for perl version 5.8.3 while the perl that we use for 11g is on version 5.10.0.
At first I dont understand why adcfgclone.pl always look for perl 5.8.3 version then i realized its because in our application system, the perl that we use is 5.8.3 and somehow after we ran preclone this perl version is copied to the emplate, hence when we tried to clone it always look for that version and failed since the perl in db Tier now is 5.10.0