Hi Experts,
I tried to test Oracle database upgrade and I was stuck with one of the points – Migration Software Owner to ‘Oracle’. I want to migrate user before Oracle upgrade, according to the note 1915317 one of the points is changing Ownership Oracle home via few scripts.
Scripts have been generated, but I’m not sure if correct options are selected:
If I want to change Ownership I must start the script - ./clone_assistnat.sh and generate scripts. All variable have been set, scripts have been generated with the following options:
- Action CONFIG not CLONE
- ORACLE_HOME - /oracle/SID/11204
- ORACLE_BASE - /orace/SID
- Do you want to change the software Owner for this oracle home ? – I selected yes (new owner – Oracle)
Source Oracle home = not specified
Source Software Owner = not specified:not specified
Target Oracle home = /oracle/SID/11204
Target Software Owner = orasid:dba
will be changed to oracle:oinstall
Target Oracle home name = ohn
Target Oracle base = /oracle/SID
Target Oracle release = 11.2
Target OSDBA group = dba
Target OSOPER group = oper
Copy command = tar
Super user (root) = root
Default oraInst.loc = /etc/oraInst.loc
Inventory location = not specified
MY VARIABLE FOR USER ora<sid>:
ORACLE_HOME - /oracle/SID/112_64
ORACLE_BASE - /oracle
ORACLE_SID - SID
- What ORACLE_HOME should be set during the scripts generation ? - /oracle/SID/112_64 or /oracle/SID/11204 ?
- ORACLE_BASE shoud be default /oracle/SID or as is defined in variable - /oracle
- Shall I chose yes during the - Do you want to change the software Owner for this oracle home and put new oracle owner and oracle group name ?
Thanks and Regards,
Tomasz