Hello,
Below driver file was supposed to apply during database migration from solaris to linux. As i felt the step provided in MOS note id does not have much detail. I thought it will be better if i provide steps in detail, it will be helpful for someone. This task seriously ate lot of time.
Below driver file was supposed to apply during database migration from solaris to linux. As i felt the step provided in MOS note id does not have much detail. I thought it will be better if i provide steps in detail, it will be helpful for someone. This task seriously ate lot of time.
Create ConText objects
Certain ConText objects are not preserved by the import process. The consolidated export/import utility patch that you applied to the source administration server node in Section 1 contains a perl script, dpost_imp.pl, that you can run to generate an AutoPatch driver file. You use this driver file to call the scripts that create these objects. Run the following command:
bash-3.2$ perl $AU_TOP/patch/115/bin/dpost_imp.pl
dpost_imp.drv 11
dpost_imp.drv --> User defined. you can choose any name with .drv extension.
11 --> version of your database. I used 11 since mine was 11.2.0.4
dpost_imp.drv --> User defined. you can choose any name with .drv extension.
11 --> version of your database. I used 11 since mine was 11.2.0.4
bash-3.2$ ls
dpost_imp.drv
dpost_imp.pl
driver file created as you can see above ls command.
Now copy "dpost_imp.drv" to $AU_TOP/patch/115/driver
You must mention the driver file location like below. Below is the command to apply driver in adop in 12.2.4.
adop phase=apply options=nocopyportion,,nogenerateportion patchtop=$AU_TOP/patch/115/bin patches=driver:dpost_imp.drv hotpatch=yes
Thats it. you must be able to apply the driver.
Thanks!
driver file created as you can see above ls command.
Now copy "dpost_imp.drv" to $AU_TOP/patch/115/driver
You must mention the driver file location like below. Below is the command to apply driver in adop in 12.2.4.
adop phase=apply options=nocopyportion,,nogenerateportion patchtop=$AU_TOP/patch/115/bin patches=driver:dpost_imp.drv hotpatch=yes
Thats it. you must be able to apply the driver.
Thanks!
adop phase=apply options=nocopyportion,nogenerateportion patchtop=$AU_TOP/patch/115 patches=driver:dpost_imp.drv hotpatch=yes
ReplyDelete