Which two are true about common objects? (Choose two.)
- A. They can be created only in CDB$ROOT.
- B. They can be only metadata-linked in an application container.
- C. They can exist in user-defined schemas only in application containers.
- D. They can exist in CDB$ROOT and an application root.
- E. They can be extended data-linked in CDB$ROOT.
- F. They can be created only in an application root.
answer: D F
READ THIS:
A common object is defined in either the CDB root or an application root, and can be referenced using metadata links or object links. A local object is every object that is not a common object.
Database-supplied common objects are defined in CDB$ROOT and cannot be changed. Oracle Database does not support creation of common objects in CDB$ROOT.
You can create most schema objects—such as tables, views, PL/SQL and

Oracle 19c 中的常见对象可以在CDB$ROOT和应用根中存在,但只能在应用根中创建。这些对象可以通过元数据链接或对象链接引用,与本地对象形成对比,本地对象不是常见对象。
1564

被折叠的 条评论
为什么被折叠?



