34
Best Practice Document Version: 1.0 – 2015-02-10 CUSTOMER Oracle 12c Database Upgrade with cloning option Installation and Upgrade Guide

Oracle 12c Database Upgrade with cloning option - SAP

  • Upload
    others

  • View
    47

  • Download
    0

Embed Size (px)

Citation preview

Best Practice

Document Version: 1.0 – 2015-02-10

CUSTOMER

Oracle 12c Database Upgrade with cloning option Installation and Upgrade Guide

2

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

Document History

Document History

Version Date Change

1.0 2015-02-10 Document creation

Oracle 12c Database Upgrade with cloning

Table of Contents

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 3

Table of Contents

1 General Information ......................................................................................................................4

2 SAP Note reference....................................................................................................................... 5

3 Configuration Steps ...................................................................................................................... 6 3.1 Create 'oracle' user .......................................................................................................................... 6 3.2 Change owner of Oracle Database (DB Files) ................................................................................. 6 3.3 Decompress 12c Installation media ................................................................................................ 7 3.4 Download and execute clone assistant ........................................................................................... 7 3.5 Execute Clone Scripts..................................................................................................................... 11

3.5.1 1th Script ......................................................................................................................... 11 3.5.2 2nd Script ........................................................................................................................ 11 3.5.3 3rd Script ....................................................................................................................... 12 3.5.4 4th Script ....................................................................................................................... 12 3.5.5 5th Script........................................................................................................................ 13 3.5.6 6th Script ....................................................................................................................... 14

4 Start RUNINSTALLER to install 12.1.0.2 Software .................................................................. 15

5 Manual modifications required in 11g Software ......................................................................22 5.1 Recreate symbolic link................................................................................................................... 22 5.2 Check $ORACLE_BASE ................................................................................................................. 23 5.3 Change 'oratab'.............................................................................................................................. 23 5.4 Change ownership of directories and files in $ORACLE_BASE .................................................... 23

6 Start 11g Database ..................................................................................................................... 24 6.1 Start Listener as oracle user ......................................................................................................... 24 6.2 Start Database ............................................................................................................................... 25

7 Modify SAP administrator account, <sapsid>adm ................................................................ 26

8 Database Upgrade to 12.1.0.2 .................................................................................................... 27

4

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

General Information

1 General Information

Caution

There may be slight differences depending on your OS and DB version and cloning script version.

Note

This guide shows you the basic steps to successfully upgrade to 12c.

OS Platform: Oracle Linux R6U5

Oracle Single Instance

Source DB Release: 11.2.0.4

Target DB Release: 12.1.0.2

Oracle 12c Database Upgrade with cloning

SAP Note reference

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 5

2 SAP Note reference

1983457 Oracle Home Cloning on Unix and Linux

1915317 Oracle 12c: Migrating To Software Owner 'oracle'

6

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

Configuration Steps

3 Configuration Steps

3.1 Create 'oracle' user

[root@testserver bin]# whoami

root

[root@testserver bin]# groupadd oinstall

[root@testserver bin]# useradd -g oinstall -G dba,oper oracle -c "Orace Software Owner" -m -s /bin/csh

[root@testserver bin]# passwd oracle

Changing password for user oracle.

New password:

BAD PASSWORD: it is too simplistic/systematic

Retype new password:

passwd: all authentication tokens updated successfully.

[root@testserver bin]# su - oracle

[oracle@testserver ~]$ id

uid=505(oracle) gid=505(oinstall) groups=505(oinstall),503(dba),504(oper)

3.2 Change owner of Oracle Database (DB Files)

chown oracle:oinstall /oracle

chown oracle:oinstall /oracle/OL1

chown -Rv oracle:oinstall /oracle/OL1/sapdata*

chown -Rv oracle:oinstall /oracle/OL1/origlog*

chown -Rv oracle:oinstall /oracle/OL1/mirrlog*

chown -Rv oracle:oinstall /oracle/OL1/oraarch

chown -Rv oracle:oinstall /oracle/OL1/oraflash

chown -Rv oracle:oinstall /oracle/OL1/saparch

chown -Rv oracle:oinstall /oracle/OL1/sapbackup

chown -Rv oracle:oinstall /oracle/OL1/sapcheck

chown -Rv oracle:oinstall /oracle/OL1/sapprof

chown -Rv oracle:oinstall /oracle/OL1/sapreorg

chown -Rv oracle:oinstall /oracle/OL1/saptrace

Oracle 12c Database Upgrade with cloning

Configuration Steps

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 7

3.3 Decompress 12c Installation media

3.4 Download and execute clone assistant

unzip clone_oh.zip

cd pkg_clone_oh

chmod +x *

testserver:oraol1 100> ./clone_assistant.sh

######################################################################

### clone_assistant.sh

### Oracle Home Cloning Assistant

### Copyright (c) Oracle Corporation 2014. All Rights Reserved.

######################################################################

The following actions are available:

(1) Cloning an existing Oracle home (clone)

(2) Changing the configuration of an existing Oracle home (config)

(3) Managing an existing Oracle home (manage)

(4) Moving an existing Oracle home to a new location (relocate)

(5) All these actions (all)

Which of these actions do you want to perform?

[clone]: 1

Your answer is: 1

(INFO) - For action 'clone', several parameters are required.

Enter location for source Oracle home (ORACLE_HOME):

[]: /oracle/OL1/11204

Your answer is: /oracle/OL1/11204

Enter location for target Oracle home (ORACLE_HOME):

[]: /oracle/OL1/11204_CL

Your answer is: /oracle/OL1/11204_CL

Enter release/version of Oracle home (e.g. 10.2, 11.2, 12.1):

[11.2]: 11.2

Your answer is: 11.2

8

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

Configuration Steps

Enter name for target Oracle home (ORACLE_HOME_NAME):

If you do not specify an Oracle home name, it will be generated by OUI.

[]: cloned

Your answer is: cloned

Enter location for target Oracle base (ORACLE_BASE):

[]: /oracle

Your answer is: /oracle

Enter name of OS group (OSDBA):

[dba]: dba

Your answer is: dba

Enter name of OS group (OSOPER):

[oper]: oper

Your answer is: oper

Do you want to change the name of the software owner for this Oracle home?

[no]: yes

Your answer is: yes

Enter name of Oracle Software Owner:

[]: oracle

Your answer is: oracle

Enter name of primary group of Oracle Software Owner:

[oinstall]: oinstall

Your answer is: oinstall

Enter OS command to copy the source Oracle home ('cp' or 'tar'):

[tar]: tar

Your answer is: tar

Enter name of super user:

[root]: root

Your answer is: root

Enter location for oraInst.loc:

[/etc/oraInst.loc]: /etc/oraInst.loc

Your answer is: /etc/oraInst.loc

Oracle 12c Database Upgrade with cloning

Configuration Steps

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 9

Enter location scripts (script directory):

[/oracle/stage/12c/pkg_clone_oh/clone_scripts]: /oracle/stage/12c/pkg_clone_oh/clone_scripts

Your answer is: /oracle/stage/12c/pkg_clone_oh/clone_scripts

(INFO) - You have specified the following parameters:

Action : clone

Source Oracle Home path: /oracle/OL1/11204

Target Oracle Home path: /oracle/OL1/11204_CL

Oracle base path: /oracle

Oracle Home Name: cloned

OSDBA group : dba

OSOPER group : oper

Software owner : oracle

Primary Group : oinstall

Release : 11.2

Copy command : tar

Invenventory Pointer : /etc/oraInst.loc

Super user : root

Script location : /oracle/stage/12c/pkg_clone_oh/clone_scripts

(INFO) - For action 'clone' and the given parameters, the following command generates the corresponding

scripts:

/oracle/stage/12c/pkg_clone_oh/clone_oh.sh -action clone -src_oh /oracle/OL1/11204 -tgt_oh

/oracle/OL1/11204_CL -tgt_ob /oracle -tgt_oh_name cloned -tgt_osdba dba -tgt_osoper oper -tgt_swowner

oracle -tgt_swowner_group oinstall -tgt_release 11.2 -copy tar -invPtrLoc /etc/oraInst.loc -root root -script_dir

/oracle/stage/12c/pkg_clone_oh/clone_scripts

Do you want to generate the scripts?

[yes]: yes

Your answer is: yes

(INFO) - Generating scripts ...

######################################################################

### clone_oh.sh

### Oracle Home Cloning

### Copyright (c) Oracle Corporation 2014. All Rights Reserved.

######################################################################

10

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

Configuration Steps

Hostname / Platform : testserver linux_x86_64 (64-bit)

Current date : 2014_10_17

Current time : 15:25:14

Current user : oraol1 (uid: 502)

Current directory : /oracle/stage/12c/pkg_clone_oh

Working directory : /oracle/stage/12c/pkg_clone_oh

Script directory : /oracle/stage/12c/pkg_clone_oh/clone_scripts

Verbose mode : NO

Query mode : NO

Command line : /oracle/stage/12c/pkg_clone_oh/clone_oh.sh

-src_oh /oracle/OL1/11204

-tgt_ob /oracle

-tgt_oh /oracle/OL1/11204_CL

-tgt_oh_name cloned

-tgt_osdba dba

-tgt_osoper oper

-script_dir /oracle/stage/12c/pkg_clone_oh/clone_scripts

-invPtrLoc /etc/oraInst.loc

-copy tar

-root root

-tgt_swowner oracle

-tgt_swowner_group oinstall

-tgt_release 11.2

-action clone

Current Settings for Cloning an Oracle Home

Source Oracle home = /oracle/OL1/11204

Source Software Owner = oraol1:dba

Target Oracle home = /oracle/OL1/11204_CL

Target Software Owner = :

will be changed to oracle:oinstall

Target Oracle home name = cloned

Target Oracle base = /oracle

Target OSDBA group = dba

Target OSOPER group = oper

Copy command = tar

Oracle 12c Database Upgrade with cloning

Configuration Steps

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 11

Super user (root) = root

Default oraInst.loc = /etc/oraInst.loc

Non-default oraInst.loc = /etc/oraInst.loc

(EXIT) - clone_assistant.sh

(EXIT) - Exiting with exit code 0.

3.5 Execute Clone Scripts

3.5.1 1th Script

testserver:oraol1 108> ./clone01_show_env.sh

DESCRIPTION: This script sets and displays the environment settings.

Source Oracle home = /oracle/OL1/11204

Target Oracle home = /oracle/OL1/11204_CL

Target Oracle home name = cloned

Target Oracle base = /oracle

Target OSDBA group = dba

Target OSOPER group = oper

Target Software Owner = oracle:oinstall

Inventory Pointer File = /etc/oraInst.loc

Super user (root) = root

3.5.2 2nd Script

testserver:oraol1 109> ./clone02_copy_oh.sh

DESCRIPTION: This script copies the Oracle home.

Copying Oracle home as user root

from /oracle/OL1/11204

to /oracle/OL1/11204_CL

Copying Oracle home with tark

Enter password for root:

Password:

12

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

Configuration Steps

Size of source Oracle Home /oracle/OL1/11204

4.7G /oracle/OL1/11204

Size of target Oracle Home /oracle/OL1/11204_CL

4.7G /oracle/OL1/11204_CL

3.5.3 3rd Script

testserver:oraol1 110> ./clone03_set_swowner.sh

DESCRIPTION: This script configures the software owner of the Oracle home (if specified).

Changing software owner for /oracle/OL1/11204_CL to oracle:oinstall

Enter password for root:

Password:

3.5.4 4th Script

[oracle@testserver clone_scripts]$ ./clone04_clone_oh.sh

DESCRIPTION: This script runs the clone command (clone.pl) for the Oracle home.

Cloning Oracle home /oracle/OL1/11204_CL

./runInstaller -clone -waitForCompletion -invPtrLoc /etc/oraInst.loc "ORACLE_BASE=/oracle"

"ORACLE_HOME=/oracle/OL1/11204_CL" "ORACLE_HOME_NAME=cloned" "oracle_install_OSDBA=dba"

"oracle_install_OSOPER=oper" "oracle.sysman.ccr:PRE_REQUISITE=true" -silent -noConfig -nowait

Starting Oracle Universal Installer...

Checking swap space: must be greater than 500 MB. Actual 9999 MB Passed

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2014-10-17_03-48-31PM. Please wait

...Oracle Universal Installer, Version 11.2.0.4.0 Production

Copyright (C) 1999, 2013, Oracle. All rights reserved.

You can find the log of this install session at:

/oracle/oraInventory/logs/cloneActions2014-10-17_03-48-31PM.log

.................................................................................................... 100% Done.

Installation in progress (Friday, October 17, 2014 3:48:40 PM CEST)

Oracle 12c Database Upgrade with cloning

Configuration Steps

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 13

.............................................................................. 78% Done.

Install successful

Linking in progress (Friday, October 17, 2014 3:48:44 PM CEST)

Link successful

Setup in progress (Friday, October 17, 2014 3:49:28 PM CEST)

Setup successful

End of install phases.(Friday, October 17, 2014 3:49:50 PM CEST)

WARNING:

The following configuration scripts need to be executed as the "root" user.

/oracle/OL1/11204_CL/root.sh

To execute the configuration scripts:

1. Open a terminal window

2. Log in as "root"

3. Run the scripts

The cloning of cloned was successful.

Please check '/oracle/oraInventory/logs/cloneActions2014-10-17_03-48-31PM.log' for more details.

OUI finished with return code 0

3.5.5 5th Script

[oracle@testserver clone_scripts]$ ./clone05_run_rootsh.sh

DESCRIPTION: This script runs root.sh script for the Oracle home.

Executing /oracle/OL1/11204_CL/root.sh

Enter password for root:

Password:

Check /oracle/OL1/11204_CL/install/root_testserver_2014-10-18_10-00-17.log for the output of root

script

14

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

Configuration Steps

3.5.6 6th Script

[oracle@testserver clone_scripts]$ ./clone06_cleanup.sh

DESCRIPTION: This script deletes generated script files in directory

/oracle/stage/12c/pkg_clone_oh/clone_scripts for action clone

rm: remove write-protected regular file

`/oracle/stage/12c/pkg_clone_oh/clone_scripts/clone00_settings.sh'? y

rm: remove write-protected regular file

`/oracle/stage/12c/pkg_clone_oh/clone_scripts/clone01_show_env.sh'? y

rm: remove write-protected regular file

`/oracle/stage/12c/pkg_clone_oh/clone_scripts/clone02_copy_oh.sh'? y

rm: remove write-protected regular file

`/oracle/stage/12c/pkg_clone_oh/clone_scripts/clone03_set_swowner.sh'? y

rm: remove write-protected regular file

`/oracle/stage/12c/pkg_clone_oh/clone_scripts/clone04_clone_oh.sh'? y

rm: remove write-protected regular file

`/oracle/stage/12c/pkg_clone_oh/clone_scripts/clone05_run_rootsh.sh'? y

rm: remove write-protected regular file

`/oracle/stage/12c/pkg_clone_oh/clone_scripts/clone06_cleanup.sh'? y

Oracle 12c Database Upgrade with cloning

Start RUNINSTALLER to install 12.1.0.2 Software

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 15

4 Start RUNINSTALLER to install 12.1.0.2 Software

[oracle@testserver ~]$ cd /oracle/stage/12c/database/SAP/

[oracle@testserver SAP]$ setenv DB_SID OL1

[oracle@testserver SAP]$ ./RUNINSTALLER

16

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

Start RUNINSTALLER to install 12.1.0.2 Software

Oracle 12c Database Upgrade with cloning

Start RUNINSTALLER to install 12.1.0.2 Software

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 17

18

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

Start RUNINSTALLER to install 12.1.0.2 Software

Oracle 12c Database Upgrade with cloning

Start RUNINSTALLER to install 12.1.0.2 Software

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 19

20

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

Start RUNINSTALLER to install 12.1.0.2 Software

Oracle 12c Database Upgrade with cloning

Start RUNINSTALLER to install 12.1.0.2 Software

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 21

22

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

Manual modifications required in 11g Software

5 Manual modifications required in 11g Software

5.1 Recreate symbolic link

[oracle@testserver SAP]$ cd /oracle/OL1/

[oracle@testserver OL1]$ ls -al | grep 112

drwxr-xr-x. 87 oraol1 dba 4096 Jun 13 14:47 11204

drwxr-xr-x. 87 oracle oinstall 4096 Oct 17 15:48 11204_CL

lrwxrwxrwx. 1 oraol1 dba 17 Mar 14 2014 112_64 -> /oracle/OL1/11204

-rwxrwxr-x. 1 oraol1 dba 6236 Feb 6 2014 11ginstall_11203.log

-rw-rw-r--. 1 oraol1 dba 12035 Mar 13 2014 11ginstall_11204.log

-rw-r--r--. 1 oraol1 dba 5166 Mar 13 2014 11gupgrade-11204-OL1-2014_03_13-16-11-21.log

-rw-r--r--. 1 oraol1 dba 5974 Mar 14 2014 11gupgrade-11204-OL1-2014_03_13-16-11-53.log

[oracle@testserver OL1]$ rm 112_64

[oracle@testserver OL1]$ ls -al | grep 112

drwxr-xr-x. 87 oraol1 dba 4096 Jun 13 14:47 11204

drwxr-xr-x. 87 oracle oinstall 4096 Oct 17 15:48 11204_CL

-rwxrwxr-x. 1 oraol1 dba 6236 Feb 6 2014 11ginstall_11203.log

-rw-rw-r--. 1 oraol1 dba 12035 Mar 13 2014 11ginstall_11204.log

-rw-r--r--. 1 oraol1 dba 5166 Mar 13 2014 11gupgrade-11204-OL1-2014_03_13-16-11-21.log

-rw-r--r--. 1 oraol1 dba 5974 Mar 14 2014 11gupgrade-11204-OL1-2014_03_13-16-11-53.log

[oracle@testserver OL1]$ ln -s /oracle/OL1/11204_CL 112_64

[oracle@testserver OL1]$ ls -al | grep 112

drwxr-xr-x. 87 oraol1 dba 4096 Jun 13 14:47 11204

drwxr-xr-x. 87 oracle oinstall 4096 Oct 17 15:48 11204_CL

lrwxrwxrwx. 1 oracle oinstall 20 Oct 18 12:34 112_64 -> /oracle/OL1/11204_CL

-rwxrwxr-x. 1 oraol1 dba 6236 Feb 6 2014 11ginstall_11203.log

-rw-rw-r--. 1 oraol1 dba 12035 Mar 13 2014 11ginstall_11204.log

-rw-r--r--. 1 oraol1 dba 5166 Mar 13 2014 11gupgrade-11204-OL1-2014_03_13-16-11-21.log

-rw-r--r--. 1 oraol1 dba 5974 Mar 14 2014 11gupgrade-11204-OL1-2014_03_13-16-11-53.log

Oracle 12c Database Upgrade with cloning

Manual modifications required in 11g Software

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 23

5.2 Check $ORACLE_BASE

[oracle@testserver OL1]$ setenv ORACLE_HOME /oracle/OL1/112_64

[oracle@testserver OL1]$ env | grep ORACLE_HOME

ORACLE_HOME=/oracle/OL1/112_64

[oracle@testserver OL1]$ $ORACLE_HOME/bin/orabase

/oracle

5.3 Change 'oratab'

OL1:/oracle/OL1/11204_CL:N

5.4 Change ownership of directories and files in $ORACLE_BASE

[root@testserver oracle]# chown -R oracle:oinstall /oracle

24

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

Start 11g Database

6 Start 11g Database

6.1 Start Listener as oracle user

[oracle@testserver bin]$ $ORACLE_HOME/bin/lsnrctl start

LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 18-OCT-2014 12:39:28

Copyright (c) 1991, 2013, Oracle. All rights reserved.

Starting /oracle/OL1/112_64/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 11.2.0.4.0 - Production

System parameter file is /oracle/OL1/112_64/network/admin/listener.ora

Log messages written to /oracle/OL1/saptrace/diag/tnslsnr/testserver/listener/alert/log.xml

Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=OL1.WORLD)))

Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=OL1)))

Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testserver.localdomain)(PORT=1521)))

Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=OL1.WORLD))

STATUS of the LISTENER

------------------------

Alias LISTENER

Version TNSLSNR for Linux: Version 11.2.0.4.0 - Production

Start Date 18-OCT-2014 12:39:29

Uptime 0 days 0 hr. 0 min. 0 sec

Trace Level off

Security ON: Local OS Authentication

SNMP OFF

Listener Parameter File /oracle/OL1/112_64/network/admin/listener.ora

Listener Log File /oracle/OL1/saptrace/diag/tnslsnr/testserver/listener/alert/log.xml

Listening Endpoints Summary...

(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=OL1.WORLD)))

(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=OL1)))

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testserver.localdomain)(PORT=1521)))

Services Summary...

Service "OL1" has 1 instance(s).

Oracle 12c Database Upgrade with cloning

Start 11g Database

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 25

Instance "OL1", status UNKNOWN, has 1 handler(s) for this service...

The command completed successfully

6.2 Start Database

[oracle@testserver bin]$ source /usr/local/bin/coraenv

ORACLE_SID = [oracle] ? OL1

The Oracle base has been set to /oracle

[oracle@testserver bin]$ env | grep ORACLE

ORACLE_HOME=/oracle/OL1/11204_CL

ORACLE_SID=OL1

ORACLE_BASE=/oracle

[oracle@testserver bin]$ sqlplus

SQL*Plus: Release 11.2.0.4.0 Production on Sat Oct 18 12:42:11 2014

Copyright (c) 1982, 2013, Oracle. All rights reserved.

Enter user-name: /as sysdba

Connected to an idle instance.

SQL> startup

ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance

ORACLE instance started.

Total System Global Area 1135820800 bytes

Fixed Size 2252504 bytes

Variable Size 570425640 bytes

Database Buffers 553648128 bytes

Redo Buffers 9494528 bytes

Database mounted.

Database opened.

26

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

Modify SAP administrator account, <sapsid>adm

7 Modify SAP administrator account, <sapsid>adm

[root@testserver OL1]# groupmod oinstall -A ol1adm

OR with GUI Tools

Oracle 12c Database Upgrade with cloning

Database Upgrade to 12.1.0.2

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 27

8 Database Upgrade to 12.1.0.2

28

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

Database Upgrade to 12.1.0.2

Oracle 12c Database Upgrade with cloning

Database Upgrade to 12.1.0.2

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 29

30

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

Database Upgrade to 12.1.0.2

Oracle 12c Database Upgrade with cloning

Database Upgrade to 12.1.0.2

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 31

32

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Oracle 12c Database Upgrade with cloning

Database Upgrade to 12.1.0.2

Oracle 12c Database Upgrade with cloning

Database Upgrade to 12.1.0.2

CUSTOMER

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 33

www.sap.com/contactsap

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

No part of this publication may be reproduced or transmitted in any

form or for any purpose without the express permission of SAP SE

or an SAP affiliate company.

The information contained herein may be changed without prior

notice. Some software products marketed by SAP SE and its

distributors contain proprietary software components of other

software vendors. National product specifications may vary.

These materials are provided by SAP SE or an SAP affiliate company

for informational purposes only, without representation or warranty

of any kind, and SAP or its affiliated companies shall not be liable for

errors or omissions with respect to the materials. The only

warranties for SAP or SAP affiliate company products and services

are those that are set forth in the express warranty statements

accompanying such products and services, if any. Nothing herein

should be construed as constituting an additional warranty.

SAP and other SAP products and services mentioned herein as well

as their respective logos are trademarks or registered trademarks of

SAP SE (or an SAP affiliate company) in Germany and other

countries. All other product and service names mentioned are the

trademarks of their respective companies. Please see

www.sap.com/corporate-en/legal/copyright/index.epx for

additional trademark information and notices.