How to set the Undo_tablespace in PDB in Physical Standby RAC Database. (Doc ID 2726173.1)

简介: How to set the Undo_tablespace in PDB in Physical Standby RAC Database. (Doc ID 2726173.1)

1. Primary - Make Change in Primary Database in PDB in each Instances:

 

For e.g

Instance 1 -> alter system set undo_tablespace=PDB1_UNDO_KDRACBKP1 container=current sid='KDRACBKP1' scope=both;

Instance 2 -> alter system set undo_tablespace=PDB1_UNDO_KDRACBKP2 container=current sid='KDRACBKP2' scope=both;

 

2. Standby - Restart the Standby database to apply the changes.

 

3. To Check the assigned Undo Tablespace :

select inst_id,con_id,name,value from gv$parameter where name='undo_tablespace' order by 1



How to set the Undo_tablespace in PDB in Physical Standby RAC Database. (Doc ID 2726173.1)
Undo Modes in 12.2 Multitenant Databases - Local and Shared Modes (Doc ID 2169828.1)
How to Switch/Recreate Undo Tablespace at PDB Level (Doc ID 2560841.1)


相关文章
【YashanDB知识库】update (子查询) set ORG_ID_STAN -ID 改写
【YashanDB知识库】update (子查询) set ORG_ID_STAN -ID 改写
|
10月前
|
Oracle 关系型数据库 Linux
Requirements for Installing Oracle Database/Client 19c on OL8 or RHEL8 64-bit (x86-64) (Doc ID 2668780.1)
Requirements for Installing Oracle Database/Client 19c on OL8 or RHEL8 64-bit (x86-64) (Doc ID 2668780.1)
101 0
|
Oracle 关系型数据库
Mandatory Patching Requirement for Database Versions 11.2.0.3 or Earlier, Using DB Links (DOC ID 2335265.1)
Mandatory Patching Requirement for Database Versions 11.2.0.3 or Earlier, Using DB Links (DOC ID 2335265.
2837 0
|
数据安全/隐私保护
APUE学习之三个特殊位 设置用户ID(set-user-ID),设置组ID(set-group-ID),sticky
设置用户ID(set-user-ID),设置组ID(set-group-ID),sticky   set-user-ID: SUID      当文件的该位有设置时,表示当该文件被执行时,程序具有文件所有者的权限而不是执行者的权限。
1110 0
|
关系型数据库 数据库 数据安全/隐私保护
Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to database unique name
解决方法:      在启动的时候先设置一下oracle_unqname                     set oracle_unqname=$ORACLE_SID 如果还是失败,在环境变量中添加:      vi ~/.
1060 0

热门文章

最新文章