Multiple choice technology packaged enterprise solutions

Which of the following commands cannot be executed in the bootstrap mode?

  1. RENAME

  2. ENCRYPT_PASSWORD

  3. IMPORT

  4. REM

  5. GRANT_USER

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In bootstrap mode, RENAME command cannot be executed because it requires the database to be fully operational with proper metadata handling. Bootstrap mode is for initial database setup with limited functionality. Commands like ENCRYPT_PASSWORD, IMPORT, REM, and GRANT_USER are available in bootstrap mode.

AI explanation

Bootstrap mode is a restricted startup mode used mainly for connecting as SYSDBA to issue low-level commands such as STARTUP, RECOVER, and CREATE DATABASE before the full instance and data dictionary are available. RENAME (which operates on data dictionary objects) requires the normal database environment to be up and isn't supported while running in this restricted bootstrap mode.