单选题Which statement describes the information returned by the DBMS_SPACE.SPACE_USAGE procedure for LOB space usage?()AIt returns space usage of only BasicFile LOB chunks.BIt returns space usage of only SecureFile LOB chunks.CIt returns both BasicFile and SecureFile LOB space usage for only nonpartitioned tables.DIt returns both BasicFile and SecureFile LOB space usage for both partitioned and nonpartitioned tables.

单选题
Which statement describes the information returned by the DBMS_SPACE.SPACE_USAGE procedure for LOB space usage?()
A

It returns space usage of only BasicFile LOB chunks.

B

It returns space usage of only SecureFile LOB chunks.

C

It returns both BasicFile and SecureFile LOB space usage for only nonpartitioned tables.

D

It returns both BasicFile and SecureFile LOB space usage for both partitioned and nonpartitioned tables.


参考解析

解析: 暂无解析

相关考题:

Which of the following financial statements reports information as of a specific date? () A. income statementB. statement of owner's equityC. statement of cash flowsD. balance sheet

View the exhibit and examine the TRANS table‘s storage information.After a massive delete operation, you executed the following statement to shrink the TRANS table:SQL ALTER TABLE trans SHRINK SPACE CASCADE;Which statement describes the outcome of the command?()A. An error is produced.B. The table and all related objects are compacted and the position of the high-water mark (HWM) for the table is adjustedC. The table and related indexes are compacted but the position of the high-water mark (HWM) for the table remains unchangedD. The unused space in the table is reclaimed and returned to the tablespace and the data manipulation language (DML) triggers on the table are fired during the shrinking process

Examine the following command that is executed for the TRANSPORT table in the SH schema:Which statement describes the significance of this command?() A. It collects statistics into the pending area in the data dictionaryB. It creates a virtual hidden column in the CUSTOMERS_OBE tableC. It collects statistics with AUTO_SAMPLE_SIZE for ESTIMATE_PERCENTD. It creates a histogram to hold skewed information about the data in the columns

Ezonexam has implemented the use of the Virtual Trunking Protocol (VTP). Which statement below accurately describes a benefit of doing this?A.VTP will allow physically redundant links while preventing switching loopsB.VTP will allow switches to share VLAN configuration informationC.VTP will allow a single port to carry information to more than one VLAND.VTP will allow for routing between VLANsE.None of the above

Which of the following describes how DB2 9 stores an XML document if the XML Extender is not used?() A.CLOBB.BLOBC.HierarchicallyD.Rows and columns

Which of the following LSA types describes topology information that, when changed, requires a router in the same area to perform an SPF calculation?() A. 1B. 2C. 3D. 4E. 5F. 7

Refer to the exhibit.Which statement describes DLCI 17?() A.DLCI 17 describes the ISDN circuit between R2 and R3.B.DLCI 17 describes a PVC on R2.It cannot be used on R3 or R1.C.DLCI 17 is the Layer 2 address used by R2 to describe a PVC to R3.D.DLCI 17 describes the dial-up circuit from R2 and R3 to the service provider.

Which statement accurately describes a benefit provided by VTP()。 A.VTP allows routing between VLANs.B.VTP allows a single port to carry information to more than one VLAN.C.VTP allows physically redundant links while preventing switching loops.D.VTP allows switches to share VLAN configuration information.

Which statement describes the rule of split horizon?()A、Only routers can split boundaries (horizons) between concentric networks.B、All distance vector protocols require fall back routers that may cause momentary loops as the topology changes.C、Networks can only remain fully converged if all information about routers is sent out all active interfaces.D、Information about a route should not be sent back in the direction from which the original update come.E、Each AS must keep routing tables converged to prevent dead routes from being advertised across the AS boundary.

Which statement is true about TCN propagation?()A、The originator of the TCN immediately floods this information through the network.B、The TCN propagation is a two step process.C、A TCN is generated and sent to the root bridge.D、The root bridge must flood this information throughout the network.

Which statement most accurately describes the account planning service component in the prepare phase for Cisco Unified Communications()A、It performs a detailed financial analysis, including current phone network costs, training, and return of investment.B、It researches unique challenges and conducts competitive analysis to determine a vertical approach and strategy.C、It identifies the key players, high-level solution requirements, timelines, and scope of the opportunity.D、It provides the partner with information regarding customer acceptance of the new solution.

Which of the following describes WebSphere Application Servers dynamic caching?()A、Stores and retrieves Java objects from memoryB、Provides disk offloading capabilityC、Cannot use session information to cache servlets or JSPsD、Can be shared but cannot be replicated among servers

Which statement describes the process ID that is used to run OSPF on a router ?()A、It is locally significant and must be the same throughout an areaB、It is globally significant and is used to represent the AS numberC、It is locally significant and is used to identify an instance of the OSPF databaseD、It is globally significant and is used to identify OSPF stub areas

Given the output of the Floor3 switch, what statement describes the operation of this switch()。A、VTP is disabled on this switch.B、The switch can create, change, and delete VLANs.C、The switch learns VLAN information but does not save it to NVRAM.D、The switch can create VLANs locally but will not forward this information to other switches.E、The switch learns VLAN information and updates the local VLAN data base in NVRAM.

Which statement best describes the Cisco 2700 Location Appliance collection of location information for wireless devices?()A、all Wi-Fi devices on the WLAN send directly received signal strength indication (RSSI) information to the Cisco Wireless Location Appliance through SNMPB、an AP collects RSSI information which is forwarded to wireless controllers through LWAPP. Wireless controllers forward aggregated RSSI to the location appliance through SNMPC、the APs collect received signal strength indication (RSSI) information from all Wi-Fi devices and forward the information to the Cisco Wireless Location Appliance through the LWAPPD、the Cisco WLAN controllers bypass the received signal strength indication (RSSI) information from all Wi-Fi devices to the Cisco Wireless Location Appliance through the LWAPP

An administrator is configuring an LPAR for a NIM installation and is unsure if the 'Ping Test' option within SMS is a required configuration step. Which statement best describes the 'Ping Test' option?()A、The 'Ping Test' is a recommended step to verify the IP information entered into the RIPL SMS panel.B、The 'Ping Test' is a mandatory step required to commit the IP information entered into the RIPL SMS panel.C、The 'Ping Test' is an optional step to verify network configuration entered into the RIPL SMS panel on older copper-based networks.D、The 'Ping Test' is an optional step to verify network connectivity between client and server, where ICMP traffic is allowed on the connecting network.

Which of the following describes the objects of a DB2 database and their relationships?()A、InstanceB、Table spaceC、System catalogD、Schema repository

Which of the following describes how DB2 9 stores an XML document if the XML Extender is not used?()A、CLOBB、BLOBC、HierarchicallyD、Rows and columns

单选题To make audit information more productive, the DBA executes the following command before startingan audit operation:  SQL ALTER SYSTEM SET AUDIT_TRAIL=DB,EXTENDED SCOPE=SPFILE;  Which statement is true regarding the audit record generated when auditing starts after restarting thedatabase()AIt contains only the plan for the SQL statement executed by the user.BIt contains the SQL text executed by the user and the bind variables used with it.CIt contains the plan and statistics associated with the SQL statement executed by the user.DIt contains the plan for the SQL statement executed by the user and the bind variables used with it.

单选题To make audit information more productive, the DBA executes the following command before starting an auditoperation: SQL ALTER SYSTEM SET AUDIT_TRAIL=DB,EXTENDED SCOPE=SPFILE; Which statement is true regarding the audit record generated when auditing starts after restarting Thedatabase()AIt contains only the plan for the SQL statement executed by the user.BIt contains the SQL text executed by the user and the bind variables used with it.CIt contains the plan and statistics associated with the SQL statement executed by the user.DIt contains the plan for the SQL statement executed by the user and the bind variables used with it

单选题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?()AAcquire locks on table queried BGenerate redo for statement CFetch data from disk into memory DWrite changes to disk

单选题Given the output of the Floor3 switch, what statement describes the operation of this switch()。AVTP is disabled on this switch.BThe switch can create, change, and delete VLANs.CThe switch learns VLAN information but does not save it to NVRAM.DThe switch can create VLANs locally but will not forward this information to other switches.EThe switch learns VLAN information and updates the local VLAN data base in NVRAM.

单选题Which statement describes the information returned by the DBMS_SPACE.SPACE_USAGE procedure for LOB space usage?()A It returns space usage of only BasicFile LOB chunks.B It returns space usage of only SecureFile LOB chunks.C It returns both BasicFile and SecureFile LOB space usage for only nonpartitioned tables.D It returns both BasicFile and SecureFile LOB space usage for both partitioned and nonpartitioned tables.

单选题Which statement accurately describes a benefit provided by VTP()。AVTP allows routing between VLANs.BVTP allows a single port to carry information to more than one VLAN.CVTP allows physically redundant links while preventing switching loops.DVTP allows switches to share VLAN configuration information.

单选题Which statement most accurately describes the account planning service component in the prepare phase for Cisco Unified Communications()AIt performs a detailed financial analysis, including current phone network costs, training, and return of investment.BIt researches unique challenges and conducts competitive analysis to determine a vertical approach and strategy.CIt identifies the key players, high-level solution requirements, timelines, and scope of the opportunity.DIt provides the partner with information regarding customer acceptance of the new solution.

单选题Which statement accurately describes a benefit provided by VTP?()AVTP allows routing between VLANs.BVTP allows a single port to carry information to more than one VLANCVTP allows physically redundant links while preventing switching loops.DVTP allows switches to share VLAN configuration information.

单选题Which statement describes the rule of split horizon?()AOnly routers can split boundaries (horizons) between concentric networks.BAll distance vector protocols require fall back routers that may cause momentary loops as the topology changes.CNetworks can only remain fully converged if all information about routers is sent out all active interfaces.DInformation about a route should not be sent back in the direction from which the original update come.EEach AS must keep routing tables converged to prevent dead routes from being advertised across the AS boundary.