单选题Which view shows all valid values for the NLS_LANGUAGE, NLS_SORT, NLS_TERRITORY, and NLS_CHARACTERSET parameters?()A  V$VALID_NLS_VALUESB  NLS_VALID_VALUESC  NLS_VALUE_OPTIONSD  V$NLS_VALUE_OPTIONSE  V$NLS_VALID_VALUES

题目
单选题
Which view shows all valid values for the NLS_LANGUAGE, NLS_SORT, NLS_TERRITORY, and NLS_CHARACTERSET parameters?()
A

 V$VALID_NLS_VALUES

B

 NLS_VALID_VALUES

C

 NLS_VALUE_OPTIONS

D

 V$NLS_VALUE_OPTIONS

E

 V$NLS_VALID_VALUES

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

第1题:

Given the following DDL and INSERT statements: CREATE VIEW v1 AS SELECT col1 FROM t1 WHERE col1 > 10; CREATE VIEW v2 AS SELECT col1 FROM v1 WITH CASCADED CHECK OPTION; CREATE VIEW v3 AS SELECT col1 FROM v2 WHERE col1 < 100; INSERT INTO v1 VALUES(5); INSERT INTO v2 VALUES(5); INSERT INTO v3 VALUES(20); INSERT INTO v3 VALUES(100); How many of these INSERT statements will be successful?()

  • A、0
  • B、1
  • C、2
  • D、3

正确答案:C

第2题:

Which three values are valid parameters for the DO_KEY built-in?()

  • A、ENTER 
  • B、GO_ITEM 
  • C、VALIDATE 
  • D、EXIT_FORM 
  • E、EXECUTE_QUERY

正确答案:A,D,E

第3题:

Which view shows all valid values for the NLS_LANGUAGE, NLS_SORT, NLS_TERRITORY,and NLS_CHARACTERSET parameters?()

A. V$VALID_NLS_VALUES

B. NLS_VALID_VALUES

C. NLS_VALUE_OPTIONS

D. V$NLS_VALUE_OPTIONS

E. V$NLS_VALID_VALUES


参考答案:E

第4题:

When tuning Automatic PGA Memory Management, which of the following views will provide the information specified?()  

  • A、 The V$PGA_TARGET_ADVICE view shows the predicted cache hit-ratio improvement if you increase PGA_AGGREGATE_TARGET
  • B、 The V$PGA_TARGET_ADVICE view shows how the V$SQL_WORKAREA histogram will change if you change the value of PGA_AGGREGATE_TARGET
  • C、 The V$PGA_TARGET_ADVICE_HISTOGRAM view shows how the V$SQL_WORKAREA_HISTOGRAM will change if you switch between Manual and Automatic PGA Memory Management
  • D、 The V$PGA_TARGET_ADVICE view shows how performance will improve for the different work areas if you switch from Manual to Automatic PGA Memory Management

正确答案:A

第5题:

Which view provides information on the backup status of the datafiles in the database?()  

  • A、 V$BACKUP
  • B、 V$BACKUP_STATUS
  • C、 V$BACKUP_DATAFILE
  • D、 V$DATAFILE_BACKUP
  • E、 V$TABLESPCE_BACKUP

正确答案:A

第6题:

You recently activated a resource plan named OLTP_PLAN in your database. Several users are concurrently running long transactions. You decide to monitor the resource manager to determine if the resource allocation formulated in the OLTP_PLAN is sufficient for peak database hours. Which dynamic performance view should you use to display the CPU time consumed by all the sessions within the resource groups?()  

  • A、 V$SYSSTAT
  • B、 V$SESSSTAT
  • C、 V$RSRC_PLAN
  • D、 V$RSRC_CONSUMER_GROUP

正确答案:D

第7题:

Which statement regarding the contents of the V$PARAMETER view is true?()

  • A、displays only the list of default values
  • B、displays only the list of all basic parameters
  • C、displays the currently in effect parameter values
  • D、displays only the list of all advanced parameters
  • E、displays the list of all the parameter files of a database

正确答案:C

第8题:

Given the following DDL and INSERT statements:CREATE VIEW v1 AS SELECT col1 FROM t1 WHERE col1 > 10; CREATE VIEW v2 AS SELECT col1 FROM v1 WITH CASCADED CHECK OPTION; CREATE VIEW v3 AS SELECT col1 FROM v2 WHERE col1 < 100; INSERT INTO v1 VALUES(5); INSERT INTO v2 VALUES(5); INSERT INTO v3 VALUES(20); INSERT INTO v3 VALUES(100);How many of these INSERT statements will be successful?()

A.0

B.1

C.2

D.3


参考答案:C

第9题:

Which view provides information on the backup status of the datafiles in the database?()

  • A、V$BACKUP
  • B、V$BACKUP_STATUS 
  • C、V$BACKUP_DATAFILE 
  • D、V$DATAFILE_BACKUP 
  • E、V$TABLESPCE_BACKUP

正确答案:A

第10题:

You execute the following RMAN commands in the order shown below:  BACKUP VALIDATE DATABASE;  BLOCKRECOVER CORRUPTION LIST;  What will these commands do?()

  • A、create a backup of the database and recover all corrupted blocks found in the backup
  • B、run a backup validation and list all the logically corrupt blocks as well as physically corrupt blocks in the database
  • C、run a backup validation to populate V$COPY_CORRUPTION view, and then list any corrupt blocks recorded in the view
  • D、run a backup validation to populate V$DATABASE_BLOCK_CORRUPTION view, and then repair any corrupt blocks recorded in the view
  • E、run a backup validation, repair any corrupt blocks found during the validation process, and then update V$DATABASE_BLOCK_CORRUPTION view to indicate which corrupt blocks have been repaired

正确答案:D

更多相关问题