当前分类: 1Z0-031
问题:单选题Which of the following choices correctly describes the difference between a data load via the conventional path and the direct path?()A One runs faster than the otherB A conventional path data load bypasses most of the Oracle RDBMS, whereas a direct pa...
查看答案
问题:单选题ou are implementing control file multiplexing. Which of the following choices identifies the method you can use in order to generate the control file copies that Oracle will maintain?()A Issue ALTER DATABASE BACKUP CONTROLFILE TO filenameB Make a copy ...
问题:单选题You are trying to alter the initial segment size given to a table in a dictionary-managed tablespace. Which of the following keywords would be used as part of this process?()A DROP TABLE B ALTER TABLE C RESIZE D COALESCE...
问题:单选题To allocate another role to a user, which command is most appropriate?()A ALTER USER B ALTER DATABASE C ALTER SYSTEM D GRANT...
问题:单选题Which component of the SGA stores parsed SQL statements is used for process sharing?()A Buffer cache B Redo log buffer C Private SQL area D Library cache E Row cache...
问题:单选题You are trying to determine how many disk sorts are happening on the database right now. Which of the following dictionary tables would you use to find that information?()A V$SESSION B V$SYSSTAT C DBA_SEGMENTS D V$SORT_USAGE...
问题:单选题You are defining areas on your Oracle database. Which of the following profile areas can be used to control the resource usage for the other four?()A LOGICAL_READS_PER_SESSION B CONNECT_TIME C COMPOSITE_LIMIT D CPU_PER_SESSION E PRIVATE_SGA...
问题:单选题Which of the following choices identifies a database component that will be used for multiplexing control files?()A V$CONTROLFILE B V$DATABASE C init.ora D DBA FILES...
问题:单选题To determine the space allocated for temporary segments, the DBA can access which of the following views? ()A DBA_TABLESPACES B DBA_TABLES C DBA_SEGMENTS D DBA_FREE_SPACE...
问题:单选题When determining the number of UNDO segments in a database, which of the following choices identifies a factor to consider? ()A Size of typical transactions B Concurrent transactions C Size of rows in table most frequently changed D Number of anticipat...
问题:单选题You are analyzing how Oracle processes user statements. SQL and PL/SQL parse information is stored in which of the following database memory areas? ()A Library cache B Row cacheC Dictionary cache D Large area E Buffer cache...
问题:单选题You have a long-running process you want to assign to a specific UNDO segment brought online for that express purpose. You are not using automatic UNDO management. What statement can be used for this task? ()A ALTER DATABASE B SET TRANSACTION C ALTER R...
问题:单选题A table was just created on your Oracle database with six extents allocated to it. Which of the following factors most likely caused the table to have so many extents allocated?()A The value for MINEXTENTS setting B The value for PCTINCREASE setting C ...
问题:单选题You are attempting to clear an unarchived redo log file. In order to manually enact a log switch, which of the following statements is appropriate?()A ALTER DATABASE B ALTER SYSTEM C ALTER USER D ALTER REDO LOG...
问题:单选题A user issues a SELECT command against the Oracle database. Which of the following choices describes a step that Oracle will execute in support of this statement?()A Acquire locks on table queried B Generate redo for statement C Fetch data from disk in...
问题:单选题You are using the Database Configuration Assistant to configure your Oracle database. Which of the following terms pertains to the creation of an object from which creation of the other database can be based? ()A Clone B Copy C Template D Terminal...