Exam 3: Creating an Oracle Instance

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Windows system pre-installation tasks require more manual steps than Unix systems.

(True/False)
4.9/5
(36)

When creating a new database in Unix,the operating system user is automatically established by the Oracle Installer.

(True/False)
4.7/5
(28)

When starting up the database without specifying ____________________,the SPFILE in the ORACLE_HOME / database directory will be used to retrieve parameters.

(Short Answer)
4.8/5
(38)

To shutdown the database you can use the SQL*Plus ____ command.

(Multiple Choice)
4.7/5
(34)

The ____ initialization parameter defines the directory where all datafiles and tempfiles (files used for storage of temporary data during sorting and other operations)are to be created.

(Multiple Choice)
4.9/5
(35)

You can use the ____________________ tool to generate a CREATE DATABASE command for the database you wish to create.

(Short Answer)
4.9/5
(45)

SHUTDOWN ____waits for all users to log off,prohibits new connections,forcibly rolls back currently running transactions,and then shuts down the database.

(Multiple Choice)
4.9/5
(33)

The ____ database configuration option will change some configuration,generally allowing low concurrency and very high I / O activity.

(Multiple Choice)
4.9/5
(38)

Using SHUTDOWN ABORT to shut down a database saves you a significant amount of time.

(True/False)
4.7/5
(36)

OMF stands for ____________________.

(Short Answer)
4.9/5
(40)

The text parameter file is a text editable form of the configuration initialization parameter file and is by default stored in the ____________________\admin\trial01\pfile directory.

(Short Answer)
4.8/5
(27)

The script files generated by the DBCA tool include numerous SQL*Plus executable ____ files,a configuration parameter file called init.ora,and a batch file for executing all the scripts in a single shell command.

(Multiple Choice)
4.8/5
(31)

To log on to SQL*Plus with SYSDBA privileges using the OS authentication method,you can type the following command on the command line: ____.

(Multiple Choice)
4.7/5
(39)

In Windows systems,the password file filename must be ____.

(Multiple Choice)
4.7/5
(32)

STARTUP ____ will open the database in read / write,unrestricted mode.

(Multiple Choice)
4.8/5
(42)

The ____________________ role has all the system privileges needed to start up,shut down,and back up the database,as well as modify database components,such as datafiles and tablespaces.

(Short Answer)
4.9/5
(43)

The ASM storage management option optimizes the layout of a database,favoring I / O performance.

(True/False)
4.9/5
(43)

What are the prerequisites you must fulfill before creating a new database?

(Essay)
4.8/5
(33)

Omitting a fully qualified DATAFILE clause in the CREATE DATABASE command causes Oracle 10g to create Oracle Managed Files as the datafiles for the SYSTEM tablespace.

(True/False)
4.9/5
(36)

In Windows and Unix,you must manually set up the OSOPER group if you want to use it.

(True/False)
4.8/5
(33)
Showing 21 - 40 of 109
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)