单选题A database administrator would like to examine repartitioning options for a partitioned database named PRODDB. A workload has been captured on the system (Windows) and is stored in a file named WORKLOAD.SQL. What is the proper command to run the Design

题目
单选题
A database administrator would like to examine repartitioning options for a partitioned database named PRODDB. A workload has been captured on the system (Windows) and is stored in a file named WORKLOAD.SQL. What is the proper command to run the Design Advisor so that it will evaluate the information stored in the file and give advice on re-partitioning?()
A

db2advis -d proddb -i workload.sql -P  

B

db2advis -d proddb -i workload.sql -partitioning  

C

db2advis -d proddb -i workload.sql -m P  

D

db2advis -d proddb -i workload.sql -m ALL 

参考答案和解析
正确答案: D
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

In your database, the RESULT_CACHE_MODE parameter has been set to MANUAL in the initialization parameter file. You issued the following command:   SQL>SELECT /*+ RESULT_CACHE */ sale_category, sum(sale_amt) FROM sales  GROUP BY sale_category;   Where would the result of this query be stored()?  

  • A、 database buffer cache
  • B、 shared pool
  • C、 PGA
  • D、 large pool

正确答案:B

第2题:

What is the proper way to ensure that updates to the /etc/aliases file are seen by sendmail?()

  • A、Refresh the named daemon
  • B、Run the alias command
  • C、Refresh the snmpd daemon
  • D、Run the sendmail -bi command

正确答案:D

第3题:

In the ORACLE system, sets of SQL statements and control flow statements that have been named, compiled ,and stored in database are referred to as stored

A.batches

B.procedures

C.triggers

D.transactions


正确答案:B

第4题:

You were recently hired by Certkiller .com as a database administrator. You are asked to find out whether the currently functional listener process, named L1, has been password protected or not. You are not familiar with the file system of the new organization. How would you accomplish the task?()

  • A、 by using the STATUS command of the Listener control utility
  • B、 by using the STATUS L1 command of the Listener control utility
  • C、 by using the SHOW RULES command of the Listener control utility
  • D、 by using the SET PASSWORD command of the Listener control utility
  • E、 by searching for the PASSWORD_LISTENER entry in the listener.ora file

正确答案:B

第5题:

A customer has a combination of fifteen Windows file servers with direct attached storage and three Power Systems with AIX database servers SAN attached to a DS4700. They would like to upgrade and plan for 40 TB capacity. The customer needs to move to a more scalable storage system to include all servers. Which of the following would be most appropriate to ask first?()

  • A、What are Disaster Recoveryplans
  • B、What are plans for datamigration
  • C、What storage system space isavailable
  • D、DoesiSCSI meet the needs

正确答案:B

第6题:

An administrator has added a new device to a system and wants to determine if it has been correctly added to the ODM database. Which command would the system administrator use?()

  • A、odmget
  • B、odmadd
  • C、odmshow
  • D、odmcreate

正确答案:A

第7题:

A database administrator would like to examine repartitioning options for a partitioned database named PRODDB. A workload has been captured on the system (Windows) and is stored in a file named WORKLOAD.SQL. What is the proper command to run the Design Advisor so that it will evaluate the information stored in the file and give advice on re-partitioning?()

  • A、db2advis -d proddb -i workload.sql -P  
  • B、db2advis -d proddb -i workload.sql -partitioning  
  • C、db2advis -d proddb -i workload.sql -m P  
  • D、db2advis -d proddb -i workload.sql -m ALL 

正确答案:C

第8题:

You are the administrator of a SQL Server 2000 computer. The server contains database named Sales. Users report that they cannot add new data to the database. You examine the properties of the database. The database is configured as shown in the Sales Properties exhibit.

You examine drive E. The hard disk is configured as shown in the Local Disk Properties exhibit.

You want the users to be able to add data, and you want to minimize administrative overhead. What should you do?

A.Increase the maximum file size of Sales_Data to 1,500MB.

B.Use the DBCC SHRINKDATABASE statement.

C.Set automatic file growth to 10 percent.

D.Create another data file named Sales_Data2 in a new SECONDARY filegroup.


正确答案:A
解析:Explanation: By examining the first exhibit we see that the database has reached its maximum size of 1001 MB. The data file is located on drive E and the second exhibit shows us that there is enough free space on that disk to increase the maximum size of the data file to 1,500 MB.

Incorrect Answers:
B: DBCC SHRINKDATABASE could possibly shrink the database and new records could be added for a while, but it would just be a temporary solution.

C: The database is already set to automatic file growth, but it has reached the maximum size.

D: The primary file has reached it maximum size. A secondary filegroup would help if it was set to the default file group. New data would still be added to the primary filegroup which is at its maximum size.

第9题:

You work as a database administrator for Certkiller .com. Your database is in NOARCHIVELOG mode. The database has been configured with three redo logs groups, and there have been five log switches. You lost one non-system-critical data file from your database.  Which method would you use to recover the data file?()

  • A、Restore all the data files and open the database
  • B、Create the data file and performtablespacerecovery
  • C、No need to restore any file, just recover the database
  • D、Restore only the system data file and recover the database
  • E、Restore only lost date file and performtablespacerecovery

正确答案:A

第10题:

You observe that the senior database administrator always uses the following command when connecting to Recovery Manager (RMAN), and then starts executing commands to backup the database files:  $ rman target /  What would be the effect of this command?()

  • A、RMAN would use the current operating system location to place the backup.
  • B、RMAN would use the control file of the target database to maintain the backup.
  • C、RMAN would use the recovery catalog of the target database to maintain the backup.
  • D、RMAN would use the control file of the target database to maintain the backup metadata. 
  • E、RMAN would use the recovery catalog of the target database to maintain the backup metadata.

正确答案:D

更多相关问题