It saves disk space and reduces memory usage.
It saves disk space but has no effect on memory usage.
It incurs extra CPU overhead during DML as well as direct loading operations.
It incurs extra CPU overhead during DML but not direct loading operations.
It requires uncompress operation during I/O.
第1题:
Which system resources does WLM have the capability to control?()
第2题:
Which of the following statements about declaration are true?()
第3题:
Which statement is true regarding the Junos OS?()
第4题:
Which statements are true regarding table compression?()
第5题:
Which three statements are characteristic of the MEMORY storage engine?()
第6题:
You have a computer that runs Windows XP Professional. The computer has the following hardware installed: 3 GB page file, 2. 4 GHz processor, 2 GB of physical memory, 20 GB hard disk that has 1 GB of free space You need to enable hibernation support on the computer. What should you do first?()
第7题:
As ASM instance mounts an ASM control file
An ASM instance uses the ASMB process for rebalancing of disks within a disk group
Automatic Memory Management is enabled in an ASM instance even when the MEMORY_TARGET parameter is not set explicitly
An RDBMS instance gets connected to an ASM instance using ASMB as a foreground process when the database instance is started
第8题:
MEMORY_TARGET can be increased up to the value of MEMORY_MAX_TARGET, if MEMORY_MAX_TARGET is set to a value greater than zero
MEMORY_MAX_TARGET defaults to a value of zero if MEMORY_TARGET is not set
MEMORY_TARGET represents the total amount of memory that can be allocated to SGA and PGA memory structures.
MEMORY_TARGET is static and cannot be modified without shutting down the instance
第9题:
Declaration of primitive types such as boolean, byte and so on does not allocate memory space for the variable.
Declaration of primitive types such as boolean, byte and so on allocates memory space for the variable.
Declaration of nonprimitive types such as String, Vector and so on does not allocate memory space for the object.
Declaration of nonprimitive types such as String, Vector ans so on allocates memory space for the object.
第10题:
Compression can be enabled at the table, tablespace, or partition level for direct loads only.
Compression can be enabled only at the table level for both direct loads and conventional DML.
Compression can be enabled at the table, tablespace, or partition level for conventional DML only.
Compression can be enabled at the table, tablespace, or partition level for both direct loads and conventional DML.
第11题:
More memory per thread is beneficial in all scenarios
It causes increased overhead due to initial memory allocation
It can affect system stability during peak load times, due to swapping
It requires increasing the thread_cache_size variable
第12题:
It saves disk space and reduces memory usage.
It saves disk space but has no effect on memory usage.
It incurs extra CPU overhead during DML as well as direct loading operations.
It incurs extra CPU overhead during DML but not direct loading operations.
It requires uncompress operation during I/O.
第13题:
Given the following code fragment: public void create() { Vector myVect; myVect = new Vector(); } Which of the following statements are true?()
第14题:
Which statement is true regarding the Junos OS?()
第15题:
Which two statements are true about setting the per-thread buffers higher than required?()
第16题:
Which statement about the enabling of table compression in Oracle Database 11g is true?()
第17题:
You are using Recovery Manager (RMAN) to perform backups. In which three situations would you perform a compressed backup?()
第18题:
It saves disk space and reduces memory usage.
It saves disk space but has no effect on memory usage.
It incurs extra CPU overhead during DML as well as direct loading operations.
It incurs extra CPU overhead during DML but not direct loading operations.
It requires uncompress operation during I/O.
第19题:
Filter unneeded BGP routes
Run BGP on a different platform that already has more memory
Upgrade the router memory
Increase the BGP update timer
Compress the BGP table
Use a default route instead of maintaining a full BGP table
第20题:
CPU, Memory and Network I/O
CPU, Memory and Disk I/O
CPU and Memory
CPU and Disk I/O
第21题:
You are backing up to tape and your tape device performs its own compression.
You are making image copies, and you have not enabled tablespace compression.
You are using disk-based backups and disk space in your Flash Recovery Area, or other disk-based backup destinations are limited.
You are performing your backups to some device over a network where reduced network bandwidth is more important than CPU usage.
You are using some archival backup media, such as CD or DVD, where reducing backup sizes saves media costs and archival storage.
第22题:
The declaration on line 2 does not allocate memory space for the variable myVect.
The declaration on line 2 allocates memory space for a reference to a Vector object.
The statement on line 2 creates an object of class Vector.
The statement on line 3 creates an object of class Vector.
The statement on line 3 allocates memory space for an object of class Vector.
第23题:
It can support transactions
Table contents are not saved if the server is restarted
It cannot contain text or BLOB columns
It can support foreign keys
Each table is represented on disk as an.frm file
Each table has a corresponding.MYI and .MYD file
第24题:
It transfers statistics from memory to disk at regular intervals.
It coordinates the rebalance activity for disk groups when ASM is used.
It communicates with the Automatic Storage Management (ASM) instance on behalf of the databaseinstance.
It performs dynamic memory management when Automatic Shared Memory Management is enabledfor the database instance.