Oracle Database & Data Warehousing Fundamentals
Quiz covering Oracle database administration topics including undo tablespaces and PGA management, along with data warehousing concepts including schemas, dimensions, facts, and ETL processes.
Questions
______ facts that cannot be summed up for any of the dimensions present in the fact table. For Example, temparature,bill number...etc
- Additive facts
- semi-additive facts
- Non-additive facts
- Fact less fact
The dimension tables in a star schema data mart that adhere to a common structure, and therefore allow queries to be executed across star schemas is called _______. (Note: For example, the Calendar dimension)
- Degenerated dimension
- Slowly changing dimensions
- Conformed dimensions
- Junk dimension
Which one of the following is not a feature of a Data Warehouse
- Time - Variant
- Non Volatile
- Integrated
- Process Oriented
Data Warehouse's are highly normalized for better query perfomance
- True
- False
Data Marts are designed by ETL Developers to break the data into chuncks so that data retrival is easy for Business Analysts
- True
- False
Data Cleansing is mainly done at which phase of Data Warehouse Development
- Extract
- Transform
- Load
- None of the Above
The Facts in a Data Warehouse should always be numeric and nothing else
- True
- False
Which one of the following is not a dimension
- Sales
- Audit
- Degenarate
- Person
What kind of tools are available in the market for creating reports from a data warehouse
- OLAP
- OLTP
- ETL
- None of the Above
What is a virtual data warehouse
- A Very huge data data warehouse
- A Data Warehouse implemented using distributed databases
- A set of phyisical databases for a single subject
- A datawarehouse with only historic data
A Data Warehouse can have multiple FACT Tables
- True
- False
Which of the following are schema's in Data Warehouse models
- Star
- Snow Flake
- Both of the Above
- None of the Above
What is true if you want to switch undo tablespaces from the current one, called UNDO1, to a new one called UNDO2?
- It is NOT possible to switch unless no active transaction exists in UNDO1.
- It is possible to switch to UNDO2, but current active transactions will abort.
- It is possible to switch to UNDO2; current active transactions will be automatically migrated to UNDO2.
- It is possible to switch to UNDO2; only current active transactions will continue to execute inside UNDO1.
What should you look at first to compute the number of undo blocks that are consumed and estimate the size of the undo tablespace needed to handle the workload on your system?
- UNDOSTAT
- ROLLSTAT
- TRANSACTION
- DBA_UNDO_EXTENTS
- DBA_ROLLBACK_SEGS
Your database contains at least one undo tablespace. You attempt to start an instance in Automatic Undo Management mode, but without specifying an undo tablespace in the initialization parameter file. What happens?
- The instance will not start.
- The instance starts up and uses the SYSTEM rollback segment for all undo entries.
- The instance starts up and uses the SYSTEM tablespace for the automatic undo segments.
- The instance starts up and uses the first available undo tablespace for the automatic undo segments.
When WORKAREA_SIZE_POLICY is set to AUTO, the work areas are sized to accomplish which two goals? (Choose two)
- To tune memory using the existing *_AREA_SIZE parameters.
- To allocate memory to work areas in order to optimize throughput only.
- To allocate memory to work areas in order to optimize response time only.
- To allocate memory to work areas in order to optimize both throughput and response time.
- To ensure that the overall size of the PGA will never exceed the value of PGA_AGGREGATE_TARGET.
In what way are the two initialization parameters PGA_AGGREGATE_TARGET and WORKAREA_SIZE_POLICY related to each other?
- The default value for PGA_AGGREGATE_TARGET depends on the setting of WORKAREA_SIZE_POLICY.
- You must provide a non-default value for PGA_AGGREGATE_TARGET before setting
- The value of PGA_AGGREGATE_TARGET can only be changed dynamically (that is, when the instance is
- You must not provide a non-default value for PGA_AGGREGATE_TARGET before setting
What is true if you want to switch undo tablespaces from the current one, called UNDO1, to a new one called UNDO2?
- It is NOT possible to switch unless no active transaction exists in UNDO1.
- It is possible to switch to UNDO2, but current active transactions will abort.
- It is possible to switch to UNDO2; current active transactions will be automatically migrated to UNDO2.
- It is possible to switch to UNDO2; only current active transactions will continue to execute inside UNDO1.
What should you look at first to compute the number of undo blocks that are consumed and estimate the size of the undo tablespace needed to handle the workload on your system?
- UNDOSTAT
- ROLLSTAT
- TRANSACTION
- DBA_UNDO_EXTENTS
- DBA_ROLLBACK_SEGS
Your database contains at least one undo tablespace. You attempt to start an instance in Automatic Undo Management mode, but without specifying an undo tablespace in the initialization parameter file. What happens?
- The instance will not start.
- The instance starts up and uses the SYSTEM rollback segment for all undo entries.
- The instance starts up and uses the SYSTEM tablespace for the automatic undo segments.
- The instance starts up and uses the first available undo tablespace for the automatic undo segments.