Oracle 视图 V$PDB_INCARNATION 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图V$PDB_INCARNATION用于显示当前Pluggable Database(PDB)的恢复序号,每次插拔、换出或克隆PDB操作,都将会更新其取值,该恢复序号由更细粒度的恢复操作(比如PDB切换)设置为0。
该视图的使用:使用Oracle的SELECT语句查询V$PDB_INCARNATION视图,以获取PDB当前的恢复序号信息
例如:
SELECT CON_ID, RESETLOGS_CHANGE#, CURRENT_SCN
FROM V$PDB_INCARNATION
WHERE CON_ID = ;
官方英文解释
V$PDB_INCARNATION
displays information about all PDB incarnations. Oracle creates a new PDB incarnation whenever a PDB is opened with the RESETLOGS
option.
Column | Datatype | Description |
---|---|---|
|
|
Database incarnation number |
|
|
PDB incarnation number |
|
|
Incarnation status:
|
|
|
The SCN to flashback or recover to for this PDB incarnation |
|
|
The point in time recovered to for this PDB incarnation |
|
|
The SCN at the beginning of PDB resetlogs |
|
|
The time at the beginning of PDB resetlogs |
|
|
The SCN at the end of PDB resetlogs |
|
|
The time at the end of PDB resetlogs |
|
|
Parent database incarnation number |
|
|
Parent PDB incarnation number |
|
|
Indicates whether the PDB can be flashbacked to this incarnation as part of a flashback database operation for the CDB |
|
|
The ID of the container to which the data pertains. Possible values include:
|