Materialized views can be created either through the CREATE MATERIALIZED VIEW statement or the Oracle Enterprise Manager (OEM). The CREATE MATERIALIZED VIEW statement can also be used for populating the materialized views. A materialized view can be derived from an existing user-defined materialized view. In this case, the ON PREBUILT TABLE clause of the CREATE MATERIALIZED VIEW is used. However, if a user-defined materialized view does not exist, a materialized view can be populated by using either the BUILD IMMEDIATE or BUILD DEFERRED clause of the CREATE MATERIALIZED VIEW statement, depending upon whether the materialized view has to be populated immediately or at some later time, respectively. However, the BUILD DEFERRED materialized view cannot be used until a refresh is performed on it. As soon as the first refresh is performed on the BUILD DEFERRED materialized view, it is enabled, provided the ENABLE QUERY REWRITE clause is specified.
Posts Tagged ‘1Z0-033’
Materialized views
November 2nd, 2009What is a resource consumer group?
October 31st, 2009A resource consumer group is a logical grouping of user sessions on the basis of the resource requirements of each user session. Hence, there can be more than one resource consumer group with each having different resource requirements. Every user session can only belong to a single resource consumer group at an instance. At times, the resource requirement of a session is not met by the resource consumer group to which it belongs. In such cases, the session can automatically switch to a different resource consumer group depending on administrator settings.
- Get certified in first attempt download ocp-dba10g - OCP DBA 10g simulation.
- Click here to get free ocp-dba9i OCP DBA 9i exam practice questions.
- Pass Oracle Certified Master 10g in first attampt.
- Download free practice test for rac-administrator-certified-experts-10g RAC Certified Expert 10g exam.
- Become Oracle Oracle9i DB: Performance Tuning certified.
- Pass Oracle 1Z0-043 - Oracle Database 10g: Admin - II
- Pass OCA, 10g New Feature for Oracle 8i Ocp in first attampt.
- Click here to download 1Z0-053 test study guide and practice question.
What are latches?
October 31st, 2009Latches are data structures used for protecting memory structures that are needed for a short period of time, e.g., the least recently used (LRU) list. Request for latches are not queued for execution. Following are the two modes of latches:
- Willing-to-wait mode
- Immediate mode
Study tips for Oracle test O1Z0-033.
September 10th, 2009The objective of this test is to test the analytical skills of the user as a Database Administrator, using Oracle9i as the back-end tool. The test requires a thorough grasp of database concepts, familiarity with the GUI tools, scripts, views, and packages available in Oracle9i. This includes being able to identify the potential tuning areas with the help of the available tools and packages. The user should be able to analyze which tool or package should be used in which case. This requires a lot of practice with the tools and packages. The user should also be able to use PL/SQL-based queries for identifying potential bottlenecks in the performance of the system.
What is ONLINE option?
September 9th, 2009ONLINE is an option of the ALTER INDEX REBUILD statement, which is used to minimize locking contentions that may arise at the time of rebuilding an index. Locking contentions generally arise when several operations are being simultaneously performed with the index rebuilding operation, on a table corresponding to the index.
Download free practice test for ocp-dba9i OCP DBA 9i exam. Best exam simulation Oracle 1Z0-033 download free trial.What is an active session pool?
September 9th, 2009An active session pool is a feature that allows a user to control the maximum number of active sessions permissible within a resource consumer group. As more active sessions are created within a resource consumer group, the resource consumption increases accordingly. This may lead to a situation where a single resource consumer group is engaging the entire available resources, whereas other groups are starving. To avoid this situation, the active session pool queues the active sessions that are created beyond the permissible limit, without actually executing them. A queued active session is executed only after an existing active session ends. The active session pool follows the first-in-first-out queuing principle. There is only one active session pool for each resource consumer group.
Download free practice test for Oracle OCP DBA 9i exam. Get certified in first attempt download 1Z0-033 - Oracle9i DB: Performance Tuning simulation.What is direct path loading?
September 9th, 2009Direct path loading is a method of data loading where the direct path application program interface (API) passes the data to be loaded to the load engine on the server. The load engine builds a column array from the data. It then uses the array structure to format data blocks and build index keys. The data blocks so formatted are written directly to the database. In direct path loading, data conversion occurs on the client side rather than on the server side. Direct path loading is generally faster than conventional loading because of the following reasons:
- Contention with other users is minimized because the processes perform their own I/O instead of using the buffer cache.
- Direct path loading employs multiblock asynchronous I/O for writing to the datafiles.
- Partial blocks are not employed by direct path loading. Hence, there is no overhead of finding them.
Direct path loading is generally used when the data to be loaded is quite large or the data is to be loaded in parallel for enhanced performance. Integrity constraints are employed in direct path loading, e.g., the NOT NULL constraint. Integrity constraints depending upon other rows or tables, e.g., the referential constraint, are disabled before the direct path loading and are re-enabled afterwards.
Click here to download ocp-dba9i test study guide and practice question. Pass Oracle9i DB: Performance Tuning in first attampt.Materialized views
September 9th, 2009Materialized views can be created either through the CREATE MATERIALIZED VIEW statement or the Oracle Enterprise Manager (OEM). The CREATE MATERIALIZED VIEW statement can also be used for populating the materialized views. A materialized view can be derived from an existing user-defined materialized view. In this case, the ON PREBUILT TABLE clause of the CREATE MATERIALIZED VIEW is used. However, if a user-defined materialized view does not exist, a materialized view can be populated by using either the BUILD IMMEDIATE or BUILD DEFERRED clause of the CREATE MATERIALIZED VIEW statement, depending upon whether the materialized view has to be populated immediately or at some later time, respectively. However, the BUILD DEFERRED materialized view cannot be used until a refresh is performed on it. As soon as the first refresh is performed on the BUILD DEFERRED materialized view, it is enabled, provided the ENABLE QUERY REWRITE clause is specified.
How does Database Resource Manager perform database resource management?
September 9th, 2009The Database Resource Manager (DRM) is a tool, which handles the resource allocation issues in a more efficient way than can probably be done by the operating system itself. Such issues include equal distribution of resources by the operating system to every active process, inability of the operating system to prioritize the tasks, and inability of the operating system to manage database-specific resources. This tool has been provided with all versions after Oracle7i. Before the introduction of this feature, resource management was only possible through the use of profiles.
What is log writer (LGWR)?
September 8th, 2009The log writer (LGWR) is an Oracle background process. It is responsible for writing all the new entries that have been copied in the redo log buffer since the LGWR last wrote the entries to a redo log file. The log writer should write the entries of the redo log buffer fast enough, so that buffers are immediately available for new entries.
- Download practice question and study guide for oca-dba9i for exam.
- Download practice question and study guide for ocp-dba9i for exam.
- Get certified in first attempt download 1Z0-031 - Oracle9i Database: Fundamentals I simulation.
- Best exam simulation Oracle 1Z0-032 download free trial.
- Download free practice test for 1Z0-033 Oracle9i DB: Performance Tuning exam.
- Pass OCA, 10g New Feature for Administrator in first attampt.
- Click here to get free 1Z0-042 Oracle Database 10g: Admin - I exam practice questions.
- Click here to get free 1Z0-043 Oracle Database 10g: Admin - II exam practice questions.
- Click here to download 1Z0-045 test study guide and practice question.
- Download free practice test for 1Z0-047 Oracle Database SQL Expert exam.
- Pass OCA: Oracle Database 11g: Administration I in first attampt.
