单选题What is the maximum size that can be specified when creating an XML column in a DB2 table?()ANo size is specifiedBThe buffer pool sizeCThe page size for the table spaceDThe extent size for the table space
单选题
What is the maximum size that can be specified when creating an XML column in a DB2 table?()
A
No size is specified
B
The buffer pool size
C
The page size for the table space
D
The extent size for the table space
参考解析
解析:
暂无解析
相关考题:
YousetthevalueoftheSGA_TARGETinitializationparameterto1GtoenableOracletoautomaticallyresizemostofthememorycomponentsaccordingtothecurrentworkloadinthedatabase.Youissuethefollowingstatement:SQLSELECTname,value,isdefault2FROMv$parameter3WHEREnameLIKE’%size%’;TheoutputofthisstatementdisplaysthattheDB_CACHE_SIZE,SHARED_POOL_SIZE,LARGE_POOL_SIZE,andJAVA_POOL_SIZEinitializationparameterscontainazerovalue.Whatdoesthisimply?()A.TheSGA_TARGETinitializationparametercannotbesettoavaluelessthan1GB.TheSGA_TARGETinitializationparametercannotbesettoavaluegreaterthan1GC.TheMemoryAdvisoroftheOracleEnterpriseManager10gcannotbeusedtoobtainadviceontheimportantmemorycomponentsoftheSGAD.ThevaluesoftheDB_CACHE_SIZE,SHARED_POOL_SIZE,LARGE_POOL_SIZE,andJAVA_POOL_SIZEinitializationparameterscannotbesetmanually.E.NominimumlimitsareimposedontheDB_CACHE_SIZE,SHARED_POOL_SIZE,LARGE_POOL_SIZE,andJAVA_POOL_SIZEinitializationparameters.F.TheAutomaticSharedMemoryManagementfeaturecannotbedisabledunlessyouspecifyvaluesfortheDB_CACHE_SIZE,SHARED_POOL_SIZE,LARGE_POOL_SIZE,andJAVA_POOL_SIZEinitializationparametersintheinitializationparameterfile.
YourSPFILEcontainsthefollowingparametersettings:SGA_TARGET=8GDB_CACHE_SIZE=4GSHARED_POOL_SIZE=2GLARGE_POOL_SIZE=512MJAVA_POOL_SIZE=512MLOG_BUFFER=100MSGA_MAX_SIZE=10GYouquerytheV$SGA_DYNAMIC_COMPONENTSdynamicperformanceviewanddiscoverthatthelargepoolcomponentiscurrentlysizedat1G.YouwantthevalueoftheSGA_TARGETinitializationparameterto10G,butinsteadofspecifyingavalueof10GfortheSGA_TARGETinitializationparameter,youerroneouslyexecutethefollowingstatement:SQLALTERSYSTEMSETSGA_TARGET=0SCOPE=BOTH;Whatistheresultofthisstatement?()
An application accesses a small lookup table frequently. You notice that the required data blocks are getting aged out of the default buffer cache.How would you guarantee that the blocks for the table never age out?()A. Configure the KEEP buffer pool and alter the table with the corresponding storage clause.B. Increase the database buffer cache size.C. Configure the RECYCLE buffer pool and alter the table with the corresponding storage clause.D. Configure Automata Shared Memory Management.E. Configure Automatic Memory Management
What is the maximum size that can be specified when creating an XML column in a DB2 table?() A.No size is specifiedB.The buffer pool sizeC.The page size for the table spaceD.The extent size for the table space
What Cisco Switch feature best protects against CAM table overflow attacks?()A、 Storm ControlB、 Port securityC、 CAM table size definitionD、 IP spoof preventionE、 Network Based Application Recognition
When a database administrator chooses the dimensions for an MDC table, which two characteristics should beconsidered?()A、the query transaction rate B、numeric data versus character data C、extent size D、the cardinality of the candidate columns E、prefetch size
Automatic Shared Memory Management (ASMM) has been enabled for your database instance. Theinitialization parameters for the components that are managed by ASMM are not set. After observing theeffects of ASSM, you executed the following command: SQL ALTER SYSTEM SET DB_CACHE_SIZE = 100M; Which statement is true in this scenario()A、The minimum memory size for the database buffer cache is set to 100 mb.B、The maximum memory size that can be obtained by the database buffer cache during ASMM is set to100 mbC、The minimum memory size allocated for a server process in the database buffer cache in dedicatedmode is set to 100 mb.D、The maximum memory size from the database buffer cache that can be released for dynamicdistribution during ASMM is set to 100 mb
You need to change the definition of an existing table. The COMMERCIALS table needs its DESCRIPTION column changed to hold varying length characters up to 2000 bytes. The column can currently hold 1000 bytes per value. The table contains 20000 rows. Which statement is valid?()A、ALTER TABLE commercials MODIFY (description CHAR2(2000));B、ALTER TABLE commercials CHANGE (description CHAR2(2000));C、ALTER TABLE commercials CHANGE (description VARCHAR2 (2000));D、ALTER TABLE commercials MODIFY (description VARCHAR2 (2000));E、You cannot increase the size of a column if the table has rows.
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
You want to estimate the size of a table by using the Oracle Enterprise Manager. On which data is the size of the table NOT based?()A、 column sizesB、 column data typesC、 PCTFREED、 projected number of rowE、 PCTUSED
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 anticipated disk sorts
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 tablespaceB、 space required for the bitmap index on a column of the tableC、 space remaining in the tablespace after creating the tableD、 estimated value of the PCTFREE storage parameter
Consider the following statement: SQL EXECUTE DBMS_STATS.GATHER_SHEMA_STATS (- 2 ownname = ‘OE’, - 3 estimate_percent = DBMS_STATS.AUTO_SAMPLE_SIZE, - 4 method opt = ‘for all columns size AUTO’); What is the effect of ‘for all columns size AUTO’ of the METHOD_OPT option?()A、The Oracle server creates a new histogram based on existing histogram definitions for all table, column, and index statistics for the OE schema. B、The Oracle server creates a histogram based on data distribution regardless of how the application uses the column/s for all table, column, and index statistics for the OE schema.C、The Oracle server creates a histogram based on data and application usage of the column/s for all table, column, and index statistics for the OE schema. D、The Oracle server creates a histogram based on application usage, regardless of data distribution, for all table, column, and index statistics for the OE schema.
What are the three steps you should take to tune a JDBC Connection pool in WebLogic from the initial settings in a production environment?()A、Ensure the maximum size is increased to an appropriate setting.B、Set the minimum and maximum size of the connection pool to the same value.C、Increase the statement cache size.D、Add more heap to the JVM.E、Add more nodes to the cluster.
A SQL Azure database generates an error when a row is inserted into any table in the database. No error is generated when a row is deleted. You need to recommend an approach for locating the source of the errors. What should you recommend?() A、 Use a Dynamic Management View to check for locks.B、 Use a Dynamic Management View to check for blocked queries.C、 Use a Dynamic Management View to check for long-running queries.D、 Use a Dynamic Management View to check the size and maximum size of the database.
What is the maximum size that can be specified when creating an XML column in a DB2 table?()A、No size is specifiedB、The buffer pool sizeC、The page size for the table spaceD、The extent size for the table space
单选题You specified extent management as local for a tablespace. How will it affect space management in the tablespace?()AAll the extents will be of the same size.BBitmap will be used to record free and allocated extents.CFree extents will be managed by the data dictionary tables.DThe tablespace will be system managed and the users cannot specify the extent size.
单选题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 tablespaceB space required for the bitmap index on a column of the tableC space remaining in the tablespace after creating the tableD estimated value of the PCTFREE storage parameter
单选题What Cisco Switch feature best protects against CAM table overflow attacks?()A Storm ControlB Port securityC CAM table size definitionD IP spoof preventionE Network Based Application Recognition
单选题You want to estimate the size of a table by using the Oracle Enterprise Manager. On which data is the size of the table NOT based?()A column sizesB column data typesC PCTFREED projected number of rowE PCTUSED
单选题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?()ADROP TABLE BALTER TABLE CRESIZE DCOALESCE
单选题Automatic Shared Memory Management (ASMM) has been enabled for your database instance. Theinitialization parameters for the components that are managed by ASMM are not set. After observing theeffects of ASSM, you executed the following command: SQL ALTER SYSTEM SET DB_CACHE_SIZE = 100M; Which statement is true in this scenario()AThe minimum memory size for the database buffer cache is set to 100 mb.BThe maximum memory size that can be obtained by the database buffer cache during ASMM is set to100 mbCThe minimum memory size allocated for a server process in the database buffer cache in dedicatedmode is set to 100 mb.DThe maximum memory size from the database buffer cache that can be released for dynamicdistribution during ASMM is set to 100 mb
单选题Consider the following statement: SQL EXECUTE DBMS_STATS.GATHER_SHEMA_STATS (- 2 ownname = ‘OE’, - 3 estimate_percent = DBMS_STATS.AUTO_SAMPLE_SIZE, - 4 method opt = ‘for all columns size AUTO’); What is the effect of ‘for all columns size AUTO’ of the METHOD_OPT option?()AThe Oracle server creates a new histogram based on existing histogram definitions for all table, column, and index statistics for the OE schema. BThe Oracle server creates a histogram based on data distribution regardless of how the application uses the column/s for all table, column, and index statistics for the OE schema.CThe Oracle server creates a histogram based on data and application usage of the column/s for all table, column, and index statistics for the OE schema. DThe Oracle server creates a histogram based on application usage, regardless of data distribution, for all table, column, and index statistics for the OE schema.
单选题A SQL Azure database generates an error when a row is inserted into any table in the database. No error is generated when a row is deleted. You need to recommend an approach for locating the source of the errors. What should you recommend?()A Use a Dynamic Management View to check for locks.B Use a Dynamic Management View to check for blocked queries.C Use a Dynamic Management View to check for long-running queries.D Use a Dynamic Management View to check the size and maximum size of the database.
单选题You need to change the definition of an existing table. The COMMERCIALS table needs its DESCRIPTION column changed to hold varying length characters up to 2000 bytes. The column can currently hold 1000 bytes per value. The table contains 20000 rows. Which statement is valid?()AALTER TABLE commercials MODIFY (description CHAR2(2000));BALTER TABLE commercials CHANGE (description CHAR2(2000));CALTER TABLE commercials CHANGE (description VARCHAR2(2000));DALTER TABLE commercials MODIFY (description VARCHAR2(2000));EYou cannot increase the size of a column if the table has rows.
单选题An application accesses a small lookup table frequently. You notice that the required data blocks are getting aged out of the default buffer cache. How would you guarantee that the blocks for the table never age out?()AConfigure the KEEP buffer pool and alter the table with the corresponding storage clause.BIncrease the database buffer cache size.CConfigure the RECYCLE buffer pool and alter the table with the corresponding storage clause.DConfigure Automata Shared Memory Management.EConfigure Automatic Memory Management