单项选择题
You are using Oracle Enterprise Manager to estimate the size of a table to be created. You have typed data regarding the column names, data types, sizes of the columns, and the projected number of rows in the table. Which additional information does the Oracle Enterprise Manager return?()
A. space allocated in the tablespace
B. space required for the bitmap index on a column of the table
C. space remaining in the tablespace after creating the table
D. estimated value of the PCTFREE storage parameter
相关考题
-
单项选择题
You created the DEPT table by using the following command: CREATE TABLE scott.dept (deptno NUMBER(3), dname VARCHAR2(15), loc VARCHAR2(15) ) STORAGE (INITIAL 100K NEXT 50K MAXEXTENTS 10 PCTINCREASE 5 FREELIST GROUPS 6 FREELISTS 4);You are required to shrink the DEPT table. While performing the shrink operation, you want to ensure that the recovered space is returned to the tablespace in which the DEPT table is stored. You do not want to shrink the indexes created on the DEPT table. What will you do to shrink the SCOTT.EMP table?()
A. Issue the ALTER TABLE SCOTT.DEPT SHRINK SPACE COMPACT; statement.
B. Issue the ALTER TABLE SCOTT.DEPT SHRINK SPACE; statement.
C. Issue the ALTER TABLE SCOTT.DEPT SHRINK SPACE CASCADE; statement.
D. You cannot shrink the SCOTT.EMP table. -
单项选择题
This is the online redo log files and the control file configurations: Based on these configurations, which statement is true?()
A. Both the control files and the online redo log files are configured properly.
B. The control files are configured properly, but the online redo log files are not configured properly.
C. The online redo log files are configured properly, but the control files are not configured properly.
D. Neither the control files nor the online redo log files are configured properly. -
单项选择题
YouaremaintainingyourOLTPdatabaseinOracle10g.Whileobservingtheperformanceofthedatabase,youfindthatthelogswitchoccursmorethanonceforevery20minutes,affectingthedatabaseperformance.Whichfactorisresponsibleforfrequentlogswitches?()
A.the value of the UNDO_RETENTION initialization parameter
B.the value of the optimal redo log file size provided by the Redo Logfile Size Advisor
C.the online redo log files size
D.the number of redo log members in a group
