Oracle 视图 DBA_HIST_PDB_INSTANCE 官方解释,作用,如何使用详细说明
本站中文解释
_RECONFIG
Oracle视图DBA_HIST_PDB_INSTANCE_RECONFIG记录着在多实例配置中重新配置Pluggable Database (PDB)实例的历史记录。它具有如下列:
COLUMN_NAME | DESCRIPTION
——————————————————–
INSTANCE_NUMBER | 实例编号
PDB_NAME | PDB数据库名称
STARTUP_TYPE | 启动类型
STARTUP_TIME | 启动时间
RECONFIGURATION_TIME | 重新配置时间
RECONFIGURATION_REASON | 重新配置原因
使用该视图,用户可以查看在多实例配置中之前对PDB实例重新配置的历史记录。例如,通过查看STARTUP_TYPE列的值,用户可以获取PDB实例上一次启动类型,并可以通过查看RECONFIGURATION_REASON列的值查看实例被重新配置的原因。此外,用户还可以根据STARTUP_TIME和RECONFIGURATION_TIME列的值,获取PDB实例上一次启动或重新配置的时间。
可以通过以下SQL语句查看DBA_HIST_PDB_INSTANCE_RECONFIG视图的数据:
SELECT * FROM DBA_HIST_PDB_INSTANCE_RECONFIG;
官方英文解释
DBA_HIST_PDB_INSTANCE
displays the pluggable databases (PDBs) and instances in the Workload Repository.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Database ID |
|
|
|
Instance number |
|
|
|
Startup time of the instance |
|
|
|
The database ID of the PDB for the sampled session |
|
|
|
Time the PDB was last opened |
|
|
Open mode of the database |
|
|
|
PDB name |
|
|
|
The ID of the container that
|
|
|
|
The unique snapshot identifier of the snapshot that flushed the corresponding row |
|
|
|
Startup time of the instance |
|
|
|
Time the PDB was last opened |