MAPOBJECT DBMSSTORAGEMAP package - Definition,Features - Oracle Datafiles and Tempfiles

Q.  Which DBMS_STORAGE_MAP package procedure enables you to build the mapping information for the database object identified by object name, owner, and type?
- Published on 12 Aug 15

a. MAP_ELEMENT
b. MAP_FILE
c. MAP_ALL
d. MAP_OBJECT

ANSWER: MAP_OBJECT
 

    Discussion

  • Nirja Shah   -Posted on 24 Sep 15
    - The DBMS_STORAGE_MAP package enables you to control the mapping operations.

    - The various procedures available to you are described in the following table.

    1. MAP_OBJECT - Build the mapping information for the database object identified by object name, owner, and type

    2. MAP_ELEMENT - Build mapping information for the specified element

    3. MAP_FILE - Build mapping information for the specified filename

    4. MAP_ALL - Build entire mapping information for all types of database files (excluding archive logs)

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)