0% found this document useful (0 votes)
126 views6 pages

Desupport of Oracle Real Application Clusters (RAC) With Oracle Database Standard Edition 19c (Doc ID 2504078.1)

Uploaded by

bzlaiayhgkh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
126 views6 pages

Desupport of Oracle Real Application Clusters (RAC) With Oracle Database Standard Edition 19c (Doc ID 2504078.1)

Uploaded by

bzlaiayhgkh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Last Login: December

PowerView is Off 17, 2021 10:20 AM BOT Switch to Cloud Support Admin (Available) (0) Contact Us Help

Dashboard Knowledge Service Requests Patches & Updates Community 2504078.1

Give Feedback... You have been directed to this document based on an ID match. Alternatively, click here to search on this phrase. Hide
Copyright (c) 2022, Oracle. All rights reserved. Oracle Confidential.

Desupport of Oracle Real Application Clusters (RAC) with Oracle Database Standard Edition 19c (Doc ID 2504078.1) To Bottom

Was this document helpful?


APPLIES TO:
Yes
Oracle Database - Standard Edition - Version 19.6.0.0.0 to 21.1 [Release 19 to 21.0] No
Information in this document applies to any platform.

Document Details
DETAILS
Type:
Oracle Real Application Clusters (RAC) 19c is no longer supported in Oracle Database 19c Standard Edition (2). This
Status: ANNOUNCEMENT
document discusses choices and provides step-by-step instructions on how to upgrade Oracle Database 18c (or earlier) using
Last PUBLISHED
a Real Application Clusters database to Oracle 19c. Major Nov 22, 2021
Update: Nov 22, 2021
ACTIONS Last
English
Update:
Language:
The upgrade choices discussed in this note are summarized in the flow chart diagram below. In addition to using an inplace
upgrade, Oracle offers an attractive upgrade to the Autonomous Database in the Oracle Cloud. For more information follow
this link: http://www.oracle.com/us/corporate/contracts/paas-iaas-universal-credits-3940775.pdf Related Products
Oracle Database - Standard
Edition

Information Centers
19c Database Self-Guided
Upgrade with Best Practices
[1919.2]

インフォメーション・セン
ター: データベースおよび
Enterprise Manager 日本語ド
キュメント [1946305.2]

Document References
No References available for
this document.

Recently Viewed

Desupport of Oracle Real


Figure 1: Decision Flowchart Application Clusters (RAC)
with Oracle Database
Details Standard Edition 19c
[2504078.1]

As starting with Oracle Database 19c, Oracle RAC in no longer supported with the Oracle Standard Impact of December 2021
Apache Log4j Vulnerabilities
Edition(SE), customers attempting to upgrade to Oracle Database 19c will have to choose between one on Oracle Products and
of the following upgrade paths, unless a migration into the Oracle Cloud can be considered. Services (CVE-2021-44228,
CVE-2021-45046)
[2827611.1]
1. Migrate to Oracle Autonomous Database
Security Alert
2. Upgrade from Standard Edition to Enterprise Edition. CVE-2021-44228 /
3. Convert the Oracle RAC Database to a Single Instance database. CVE-2021-45046 Patch
Availability Document for
Oracle Fusion Middleware
[2827793.1]
Note that if an attempt is made to install an Oracle RAC 19c Database using Standard Edition, the Oracle Universal Installer Apache Log4j Security Alert
CVE-2021-44228 Products
will prevent the installation.
and Versions [2827611.1]
How to Run Forms 12c
without a Browser Using
Java Web Start (JWS)
[2139095.1]
Show More
Similarly, the Oracle Database Upgrade Assistant will report an error, if an attempt is made to upgrade an existing Oracle
RAC database to Oracle Database 19c using a Standard Edition Home.

1.Migrate to Oracle Autonomous Database offering 

Use Oracle Zero Downtime Migration to migrate from Oracle 18c SE to Oracle Autonomous

2. Upgrade from Oracle RAC Standard Edition (SE) to Oracle RAC Enterprise Edition (EE)

Customers planning to upgrade from an Oracle Database Standard Edition to Oracle Database 19c Enterprise Edition and preserve the Oracle RAC
Database, should perform the following steps.

Install Oracle Database 19c Enterprise Edition in a new Home. Choose the "Set up Software only" option.

Choose the "Oracle Real Application Clusters Database Installation" and follow instructions on screen
Choose Database Edition as "Enterprise Edition". Note that you cannot choose "Standard Edition", Else you will get
the error

Once the Home has been installed, execute dbua from the new Enterprise Edition Oracle RAC Enabled home and
choose the SE2 Oracle RAC Database to be upgraded

Click through the steps and complete the upgrade using dbua

Confirm that the previously Standard Edition Database is now Oracle Enterprise Edition
3. Convert Oracle RAC Standard Edition to a Single Instance (Non-RAC) Standard
Edition
Customers planning to convert their Oracle RAC Database to an Oracle Single Instance Database prior to upgrading to
Oracle Database 19c, should perform the following steps

Install a new Single Instance home with either Oracle 18c "Standard Edition" ("Enterprise Edition" can be chosen as
needed). Remember to choose "Set up Software only" as shown in the screen below

Choose "Single instance database installation"

Choose "Standard Edition 2"

Complete the "Single Instance" installation by clicking through the rest of the install screens
From the existing home, shutdown the database on all instances and drop the database configuration from Oracle
Clusterware Registry
$srvctl stop database -d <dbname>
$srvctl remove service -d <dbname> -s service_name <service1,service2,service3...>
$srvctl remove database -d <dbname>

Execute netca and delete the corresponding listener


From the new home, set the environment and start the database in mount mode
SQL>startup mount
Remove the cluster_database, undo_tablespace for second instance, Instance_number, Thread, Remote_listener and
Local_listener from the spfile/pfile. Please note that some of these parameters may not be set in your environment.
The following command provides an example of removing the init.ora parameter. Please rerun as necessary until all
the Oracle RAC specific initialization parameters are removed from the spfile.
SQL>alter system set cluster_database=false scope=spfile;

Remove the second thread of redo


SQL>alter database disable thread 2;
Run the utlrp script after opening database
SQL>alter database open;
SQL>@?/rdbms/admin/utlrp

Finally ensure the database catalog represents the correct state


SQL>column comp_name format a25
SQL>column status name format a8
SQL>select comp_name,status,version from dba_components

**Confirm that the status is "OPTION OFF" for Oracle Real Application Cluster (Third Row in the sample below).

Upgrade the Oracle 18c Single Instance to Oracle 19c using the steps documented here
Once the database has been upgraded to 19c, Create a new listener using netca
Add the database and service to the Oracle Clusterware Registry using srvctl command
$srvctl add database -d <dbname> -oraclehome <ORACLE_HOME> -dbtype Single
$srvctl add service -s <service_name> -d <dbname>

Please test the steps on a test database prior to making changes on production.

CONTACTS

Didn't find what you are looking for? Ask in Community...

Attachments
Approved (216.16 KB)
Latest one (187.46 KB)
Upgrade Options (144.38 KB)

Related
Products
Oracle Database Products > Oracle Database Suite > Oracle Database > Oracle Database - Standard Edition > Real Application Cluster > RAC Certification, Q&A, Not otherwise
listed

Keywords
DATABASE; RAC; REAL APPLICATION CLUSTERS; STANDARD EDITION
Translations
English Source Chinese 简体中文 Japanese 日本語

Back to Top
Copyright (c) 2022, Oracle. All rights reserved. Legal Notices and Terms of Use Privacy Statement

You might also like