In Oracle Planning 2024, importing metadata from a flat file into Planning involves specific rules and capabilities. The three true statements are:
A. You can rename or delete members of attribute dimensions during a metadata import: Incorrect. Metadata imports update dimension members (e.g., adding, updating properties), but renaming or deleting attribute dimension members is not directly supported via flat file import—it requires manual action or a separate process.
B. You can import data forms, dashboards, and infolets by loading a local import file or an import file from the Inbox server: Incorrect. Flat file imports are for metadata (e.g., dimensions, members), not artifacts like forms, dashboards, or infolets, which are managed via Migration or Application tools.
C. Your import file must contain a list of metadata records. Each metadata record contains a delimited list of property values that matches the order designated in the header record: Correct. The import file format requires a header defining properties (e.g., Name, Parent) and subsequent records with delimited values (e.g., CSV) matching that order, a standard requirement for metadata imports.
D. When selecting to clear members during import, any member not specified is deleted from the outline after importing the dimension unless it is an ancestor of a member that was specified, or is a base member of a shared member that was specified: Correct. When the "Clear Members" option is selected, unspecified members are removed, but ancestors of specified members and base members of shared members are retained to maintain hierarchy integrity.
E. You can use the import file functionality to import more metadata or to perform incremental updates from the source system: Correct. Metadata imports support both full loads and incremental updates, allowing administrators to add or modify members as needed from a source system.
The Oracle documentation verifies that C, D, and E accurately describe the metadata import process, making them the correct answers.
References:
Oracle Planning 2024 Implementation Study Guide: "Importing Metadata from Flat Files" (docs.oracle.com, Published 2024-10-05).
Oracle EPM Cloud Documentation: "Metadata Import Guidelines" (docs.oracle.com, Published 2023-11-25, updated for 2024).