Oracle Database Administration and SQL
Covers Oracle database background processes, storage structures, configuration files, and SQL concepts including triggers and joins.
Questions
How many tables may be included with a join?
- 1
- 2
- 3
- all of the above
Which of the following is true concerning triggers?
- You do not create them with SQL.
- They execute against only some applications that access a database.
- They have an event, condition, and action.
- They cannot cascade (cause another trigger to fire).
There should be one condition within the WHERE clause for each pair of tables being joined.
- TRUE
- FALSE
- DO not know
- Both
The code to create triggers and routines is stored in only one location and is administered centrally.
- TRUE
- FALSE
- BOTH
- DO NOT KNOW
When LGWR process write redo log buffer to redo log files?
- Log buffer is one-third full
- Commit transaction
- every three seconds
- redo log file switch
C-EMS Oracle database is configured as NO ARCHIVELOG mode.
- True
- False
Which process kicks in DBWR process?
- LGWR
- DBWR
- CKPT
- ARCH
Name logical unit of storage which is combination of one of more datafiles.
- Segment
- Block
- Tablespace
- View
Rollback transaction data is stored in which data file.
- System
- Sysaux
- Undo
- Index
Which process creates archive log files?
- LGWR
- ARCH
- ZIP
- CKPT
Which is the smallest logical unit in Oracle database?
- Extent
- Block
- Segment
- Table
Which file contains database name, location of data files and important information used to start the Oracle database?
- Redo log file
- Data file
- Archive log file
- Control file
Give names of different segments.
- Data Segment
- Index Segment
- Table Segment
- Rollback Segment
- Temporary Segment
Which file contains all different Oracle configuration parameters?
- Data file
- Control file
- Parameter file
- Redo log file
Which Oracle background process performs instance recovery?
- PMON
- SMON
- INSTMON
- IMON
Which Oracle background process performs server process recovery?
- PMON
- SMON
- PROMON
- IMON
Archive log is generated only when database is working in ARCHIVELOG mode.
- True
- False
which are ETL tools
- Informatica
- Datastage
- Abnitio
- All the above
who is the father of datawarehouse
- Bill Inmon
- Dennis Ritchie
- shiva
- Tal mukha talma
which is an passive transformation
- filter
- aggregator
- expression
- none