creating defaults file and previous AutoPatch session error
EBS R12.1.3 on RHEL7
I've done a ton of patching (not as much now as someone else does it) but I never did setup the defaults.txt file to allow non-interactive patching.
Now I want to give that a go and it seems to be pretty straightforward but isn't working for me.
1. create the defaults file and then hit ctrl-d when it prompts me for the path. So far so good.
adpatch defaultsfile=$APPL_TOP/admin/$SID/defaults.txt
2. Try it,
adpatch defaultsfile=$APPL_TOP/admin/$SID/defaults.txt logfile=26731171.log patchtop=/stage/patchtop/26731171 driver=26731171.drv interactive=no
but it seems to detect that the last adpatch session did not complete successfully and fails. Is that normal since I did in fact abort my last adpatch?