Is it possible to perform an autoupgrade using only the target option?
Is there any option to run auto-upgrade only with the target_home?
For example, let's say I've restored a 12.2 from server1
to 19c in server2
. Can I upgrade this 19c on the target without the source parameter (since the source is on the old server)?
Something like it:
upg1.log_dir=/home/oracle/log upg1.sid=ORCL
upg1.target_home=/u01/app/oracle/product/19.0.0/dbhome_1 upg1.start_time=NOW
upg1.upgrade_node=server2