Sie sind auf Seite 1von 19

Question 1

Answer saved
Marked out of 1.00

Flag question
Question text

Which of the following is the correct example of selecting all


columns from employees table using the user BEN?

Select one:
a. SELECT * FROM SYSTEM.STUDENT;
b. SELECT * FROM STUDENT
c. SELECT * FROM STUDENT BY USER BEN;
d. SELECT * FROM SYSTEM.STUDENT BY USER BEN;
Clear my choice
Question 2
Answer saved
Marked out of 1.00

Flag question
Question text

It is a type process structure that cleans up the database buffer


cache

Select one:
a. Log Writer Process (LGWR)
b. Checkpoint Process (CKPT)
c. Database Writer Process (DBWn)
d. Process Monitor Process (PMON)
Clear my choice
Question 3
Answer saved
Marked out of 1.00

Flag question
Question text

Which of the following is not included in the optional


requirement for operating system of oracle database?

Select one:
a. Asmdba
b. Dba
c. Asmoper
d. asmadmin
Clear my choice
Question 4
Answer saved
Marked out of 1.00

Flag question
Question text
Which of the following is the correct example of passing a
privilege (INSERT and UPDATE) to user HR coming from a
SYSTEM?

Select one:
a. GRANT INSERT, UPDATE
ON EMPLOYEES
TO USER HR
WITH GRANT OPTION;
b. GRANT ROLE INSERT, UPDATE
ON SYSTEM.EMPLOYEES
TO USER HR
WITH GRANT OPTION;
c. GRANT INSERT, UPDATE
ON EMPLOYEES
TO HR
WITH GRANT OPTION;
d. GRANT INSERT, UPDATE
ON SYSTEM.EMPLOYEES
TO HR
WITH GRANT OPTION;
Clear my choice
Question 5
Answer saved
Marked out of 1.00

Flag question
Question text
It is part of the System Global Area (SGA) that hold copies of
data blocks that are read from data files

Select one:
a. Java Pool
b. Redo Log Buffer
c. Data Buffer Cache
d. Large Pool
Clear my choice
Question 6
Answer saved
Marked out of 1.00

Flag question
Question text

Which of the following is the correct example of passing a


privilege (INSERT and UPDATE) to user HR coming from a
user scott?

Select one:
a. GRANT ROLE INSERT, UPDATE
ON SYSTEM.EMPLOYEES
TO USER HR;
b. GRANT INSERT, UPDATE
ON EMPLOYEES
TO USER HR;
c. GRANT INSERT, UPDATE
ON SYSTEM.EMPLOYEES
TO HR;
d. GRANT INSERT, UPDATE
ON EMPLOYEES
TO HR;
Clear my choice
Question 7
Answer saved
Marked out of 1.00

Flag question
Question text

Which of the following System Privileges is not part of SYSTEM


privilege?

Select one:
a. CREATE TABLE
b. CREAT VIEW
c. CREATE SESSION
d. CREATE INDEX
Clear my choice
Question 8
Answer saved
Marked out of 1.00
Flag question
Question text

Which of the following is not included in the oracle


environment?

Select one:
a. oracle_base
b. Oracle_instance
c. NSL_LANG
d. oracle_sid
Clear my choice
Question 9
Answer saved
Marked out of 1.00

Flag question
Question text

It is a type process structure that records checkpoint


information in Control file on each data file header.

Select one:
a. Database Writer Process (DBWn)
b. Log Writer Process (LGWR)
c. Checkpoint Process (CKPT)
d. Process Monitor Process (PMON)
Clear my choice
Question 10
Answer saved
Marked out of 1.00

Flag question
Question text

Which of the following is not part or Oracle Installation System


Requirement.

Select one:
a. File Manager
b. Disk Space
c. Operating System
d. Memory
Clear my choice
Question 11
Answer saved
Marked out of 1.00

Flag question
Question text

Holds information about changes made to the database

Select one:
a. Large Pool
b. Java Pool
c. Redo Log Buffer
d. Data Buffer Cache
Clear my choice
Question 12
Answer saved
Marked out of 1.00

Flag question
Question text

It is a type of privilege that gain access to the database

Select one:
a. Schema
b. System
c. Object
d. Table / View
Clear my choice
Question 13
Answer saved
Marked out of 1.00

Flag question
Question text
Which of the following is the correct example of granting create
session and create table to user ANNA?

Select one:
a. GRANT CREATE SESSION, CREATE TABLE
TO ANNA;
b. GRANT CREATE SESSION, CREATE TABLE
TO USER ANNA;
c. GRANT CREATE SESSION, TABLE
TO ANNA;
d. GRANT SESSION,TABLE
TO ANNA;
Clear my choice
Question 14
Answer saved
Marked out of 1.00

Flag question
Question text

It is a type of process structure that can collect transaction,


redo data and transmit that data to standby destinations

Select one:
a. Checkpoint Process (CKPT)
b. Recoverer Process
c. Archiver Processes (ARCn)
d. Log Writer Process (LGWR)
Clear my choice
Question 15
Answer saved
Marked out of 1.00

Flag question
Question text

Which of the following is the correct example of creating a role


STUDENT?

Select one:
a. CREATE NEW ROLE AS STUDENT;
b. CREATE ROLE AS NEW ROLE STUDENT;
c. CREATE NEW ROLE STUDENT;
d. CREATE ROLE STUDENT;
Clear my choice
Question 16
Answer saved
Marked out of 1.00

Flag question
Question text

Which of the following is the correct example of changing a


password to user ANNA from ANNA01 to AN01?

Select one:
a. ALTER USER ANNA
IDENTIFIED BY NEW PASSWORD B@1;
b. ALTER USER ANNA
IDENTIFIED BY AN01;
c. ALTER OLD USER ANNA
IDENTIFIED BY AN01;
d. ALTER USER ANNA
IDENTIFIED B01 TO AN01;
Clear my choice
Question 17
Answer saved
Marked out of 1.00

Flag question
Question text

It is a type a Oracle environment where Oracle Products run.

Select one:
a. ORACLE_HOME
b. ORACLE_SID
c. ORACLE_BASE
d. ORACLE_WAREHOUSE
Clear my choice
Question 18
Answer saved
Marked out of 1.00
Flag question
Question text

It is a communication pathway between a user process and an


Oracle Database instance.

Select one:
a. Connection
b. Communication
c. User process
d. session
Clear my choice
Question 19
Answer saved
Marked out of 1.00

Flag question
Question text

It is part of the System Global Area (SGA) that hold copies of


data blocks that are read from data files.

Select one:
a. Data Buffer Cache
b. Java Pool
c. Large Pool
d. Redo Log Buffer
Clear my choice
Question 20
Answer saved
Marked out of 1.00

Flag question
Question text

It is a type process structure that automatically connects to


other databases involved in in- doubt distributed transactions.

Select one:
a. Recoverer Process
b. Checkpoint Process (CKPT)
c. Log Writer Process (LGWR)
d. Archiver Processes (ARCn)
Clear my choice
Question 21
Answer saved
Marked out of 1.00

Flag question
Question text

It holds information about changes made to the database

Select one:
a. Large Pool
b. Redo Log Buffer
c. Data Buffer Cache
d. Java Pool
Clear my choice
Question 22
Answer saved
Marked out of 1.00

Flag question
Question text

It is a type of process structure that writes the redo log buffer to


a redo log file on disk

Select one:
a. Log Writer Process (LGWR)
b. Database Writer Process (DBWn)
c. Process Monitor Process (PMON)
d. Checkpoint Process (CKPT)
Clear my choice
Question 23
Answer saved
Marked out of 1.00

Flag question
Question text
It is also known as specific connection of a user to an instance
through a user process

Select one:
a. Connection
b. Database Instance
c. isqlPlus*
d. Session
Clear my choice
Question 24
Answer saved
Marked out of 1.00

Flag question
Question text

This is use to connect to the Oracle instance and is started


when a user establishes a session

Select one:
a. Server process
b. Connection
c. Communication
d. User process
Clear my choice
Question 25
Answer saved
Marked out of 1.00
Flag question
Question text

Which of the following is the correct example of granting


SELECT and INSERT on table EMPLOYEES to
roleSTUDENT?

Select one:
a. GRANT SELECT, INSERT
ON EMPLOYEES
TO USER STUDENT;
b. GRANT SELECT, INSERT
ON EMPLOYEES
TO ROLE STUDENT;
c. GRANT SELECT, INSERT
ON EMPLOYEES
TO STUDENT;
d. GRANT SELECT, INSERT
TO EMPLOYEES
ON STUDENT;
Clear my choice
Question 26
Answer saved
Marked out of 1.00

Flag question
Question text

It is the key to solving the problems of information


management.

Select one:
a. Database server
b. Storage server
c. Oracle server
d. SQL server
Clear my choice
Question 27
Answer saved
Marked out of 1.00

Flag question
Question text

This is also known collection of objects such as tables, views,


and sequences.

Select one:
a. System
b. Table / View
c. Schema
d. Object
Clear my choice
Question 28
Answer saved
Marked out of 1.00

Flag question
Question text

Which of the following system privileges is not part of the task


by the database admin.?

Select one:
a. Removing tables
b. Backing up tables
c. Managing user environment
d. Creating new user
Clear my choice
Question 29
Answer saved
Marked out of 1.00

Flag question
Question text

It is a type of process structure that records checkpoint


information in Control file on each data file header

Select one:
a. Process Monitor Process (PMON)
b. Database Writer Process (DBWn)
c. Log Writer Process (LGWR)
d. Checkpoint Process (CKPT)
Clear my choice
Question 30
Answer saved
Marked out of 1.00

Flag question
Question text

It is a type of privilege that gain access to the database

Select one:
a. Schema
b. Table / View
c. System
d. Object
Clear my choice

Das könnte Ihnen auch gefallen