Where is the SPFILE for a PDB database ?
发布时间:2020-12-12 13:55:51 所属栏目:百科 来源:网络整理
导读:- Where is the SPFILE for a PDB database ?PDBs do not have an init.ora file or SPFILE,only the root's CDB has one. Parameters for the PDBs are stored in the DB's dictionary,in the PDB_SPFILE$ table.- I'm querying the PDB's PDB_SPFILE$ tabl
- Where is the SPFILE for a PDB database ? PDBs do not have an init.ora file or SPFILE,only the root's CDB has one. Parameters for the PDBs are stored in the DB's dictionary,in the PDB_SPFILE$ table. - I'm querying the PDB's PDB_SPFILE$ table and it is empty,why ? This is expected,all the information about the modified parameters for a PDB are stored in the PDB_SPFILE$ table in the ROOT CDB. The only time when parameters are copied into the PDB's own pdb_spfile$ table is during PDB UNPLUG,and this is done as a fallback in case the XML is lost. Once the PDB plug back into another CDB the PDB's PDB_SPFILE$ table is truncated. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |