In Oracle, which of the following statements about profiles is true?
A. Profiles can control the use of passwords.
B. Profile-assignments do not affect current sessions.
C. All the limits of the DEFAULT profile are initially unlimited.
D. Profiles can be assigned to users and roles, but cannot be assigned to other profiles.
E. Profiles can ensure that the users log off the database when they have left their session idle for a period of time.
The REMOTE_LOGIN_PASSWORDFILE initialization parameter is set to NONE. You created a user and granted only the SYSDBA privilege to that user as follows:
CREATE USER dba_user IDENTIFIED BY dba_pass;
GRANT sysdba TO dba_user;
The user attempts to connect to the database as follows:
connect dba_user / dba_pass as sysdba;
The connection fails because _______________________.
In Oracle, which of the following steps is NOT mandatory to open the database in archive log mode?
STEP 1: Shutdown the database, if it is running.
STEP 2: Take a full offline backup.
STEP 3: Set the archiving-related parameters in the parameter file.
STEP 4: Start and mount the database.
In Oracle, which of the following queries will you use to find the space occupied by the table T?
1) select segment_name,bytes from dba_segments where segment_name=‘T’
2) select segment_name, bytes from dba_extents where segment_name=‘T’
3) select segment_name,bytes from dba_spaces where segment_name=‘T’
An airlines company that should operate 24 hours a day depends on an Oracle database that must run continuously. However, the data in the tablespace is very volatile and must be backed up frequently.
Which of the following commands sets the tablespace in the backup mode?
In Oracle, which of the following commands are valid for backing up a control file:
a) The backup current controlfile; command
b) ALTER DATABASE BACKUP CONTROLFILE
c) ALTER DATABASE BACKUP CONTROLFILE TO TRACE
Which of the following commands is valid for ARCHIVE LOG backup?
a) The BACKUP ARCHIVELOG command
b) The BACKUP ... PLUS ARCHIVELOG command
c) An O/S utility