niusouti.com

多选题You have set the value of the NLS_TIMESTAMP_TZ_FORMAT parameter in the parameter file to YYYY-MM-DD. The default format of which two data types would be affected by this setting? ()ADATEBTIMESTAMPCINTERVAL YEAR TO MONTHDINTERVAL DAY TO SECONDETIMESTAMP

题目
多选题
You have set the value of the NLS_TIMESTAMP_TZ_FORMAT parameter in the parameter file to YYYY-MM-DD. The default format of which two data types would be affected by this setting? ()
A

DATE

B

TIMESTAMP

C

INTERVAL YEAR TO MONTH

D

INTERVAL DAY TO SECOND

E

TIMESTAMP WITH LOCAL TIME ZONE


相似考题
更多“You have set the value of the NLS_TIMESTAMP_TZ_FORMAT parame”相关问题
  • 第1题:

    It is not until you have lost your health()you know its value.

    Auntil

    Bwhen

    Cwhat

    Dthat


    D

  • 第2题:

    When setting arguments for a job, which procedure do you use for types that cannot be implicitly converted to and from a VARCHAR2 datatype?()  

    • A、 SET_JOB_ARGUMENT_VALUE
    • B、 SET_JOB_VALUE_ANYDATA
    • C、 SET_JOB_ANYDATA_VALUE
    • D、 SET_SPECIAL_JOB_VALUE
    • E、 SET_JOB_ANYTYPE_VALUE

    正确答案:C

  • 第3题:

    You have specified the warning and critical threshold values of an application tablespace to be 60% and 70% respectively. From the tablespace space usage metrics, you find that the actual space usage has reached the specified warning threshold value, but no alerts have been generated. What could be the reason for this?()

    • A、 The EVENT parameter was not set
    • B、 The SQL_TRACE parameter is set to FALSE
    • C、 The Enterprise Manager Grid Control is not used
    • D、 The STATISTICS_LEVEL parameter is set to BASIC
    • E、 The TIMED_STATISTICS parameter is set to FALSE

    正确答案:D

  • 第4题:

    A JSP page needs to set the property of a given JavaBean to a value that is calculated with the JSP page. Which three jsp:setProperty attributes must be used to perform this initialization?()

    • A、Id
    • B、Val
    • C、Name
    • D、Param
    • E、Value
    • F、Property

    正确答案:C,E,F

  • 第5题:

    You have specified the warning and critical threshold values of an application tablespace to be 60% and 70%, respectively. From the tablespace space usage metrics, you find that the actual space usage has reached the specified warning threshold value, but no alerts have been generated. What could be the reason for this?()

    • A、The EVENT parameter was not set.
    • B、The SQL_TRACE parameter is set to FALSE
    • C、The Enterprise Manager Grid Control is not used.
    • D、The STATISTICS_LEVEL parameter is set to BASIC
    • E、The TIMED_STATISTICS parameter is set to FALSE

    正确答案:D

  • 第6题:

    You have set the value of the NLS_TIMESTAMP_TZ_FORMAT parameter in the parameter file to YYYY/x7fMM/x7fDD. The default format of which two data types would be affected by this setting?()

    • A、DATE
    • B、TIMESTAMP
    • C、INTERVAL YEAR TO MONTH
    • D、INTERVAL DAY TO SECOND
    • E、TIMESTAMP WITH LOCAL TIME ZONE

    正确答案:B,E

  • 第7题:

    You have a DHCP server that runs Windows Server 2008. You restore the DHCP database by using a recent backup. You need to prevent DHCP clients from receiveing IP addresses that are currently in use on the network. What should you do?()

    • A、Add the DHCP server option 15
    • B、Add the DHCP server option 44
    • C、Set the Conflict Detection value to 0
    • D、Set the Conflict Detection value to 2

    正确答案:D

  • 第8题:

    单选题
    You have specified the warning and critical threshold values of an application tablespace to be 60% and 70%, respectively. From the tablespace space usage metrics, you find that the actual space usage has reached the specified warning threshold value, but no alerts have been generated.  What could be the reason for this?()
    A

    The EVENT parameter was not set.

    B

    The SQL_TRACE parameter is set to FALSE

    C

    The Enterprise Manager Grid Control is not used.

    D

    The STATISTICS_LEVEL parameter is set to BASIC

    E

    The TIMED_STATISTICS parameter is set to FALSE


    正确答案: C
    解析: 暂无解析

  • 第9题:

    单选题
    You are maintaining an OLTP database in Oracle10g. You have configured the Flash Recovery Area in your database. The Flash Recovery Area is full because you have set the retention policy to NONE. What will you do to resolve the problem?()
    A

     Increase the value of the FAST_START_MTTR_TARGET initialization parameter.

    B

     Increase the value of the DB_RECOVERY_FILE_DEST_SIZE parameter.

    C

     Increase the value of the PGA_AGGREGATE_TARGET initialization parameter.

    D

     Increase the value of the SGA_TARGET initialization parameter.


    正确答案: A
    解析: 暂无解析

  • 第10题:

    多选题
    You have set the value of the NLS_TIMESTAMP_TZ_FORMAT parameter in the parameter file to YYYY/x7fMM/x7fDD. The default format of which two data types would be affected by this setting?()
    A

    DATE

    B

    TIMESTAMP

    C

    INTERVAL YEAR TO MONTH

    D

    INTERVAL DAY TO SECOND

    E

    TIMESTAMP WITH LOCAL TIME ZONE


    正确答案: C,E
    解析: 暂无解析

  • 第11题:

    单选题
    You are maintaining your database in Oracle10g. You have set the value of the STATISTICS_LEVEL initialization parameter to TYPICAL and the value of the FAST_START_MTTR_TARGET parameter to 900 seconds. To increase the performance of the database, you want to determine the optimal size of the online redo log files. Which tool enables you to determine the optimal size of the online redo log files?()
    A

     Oracle Enterprise Manager

    B

     The V$LOG view

    C

     The V$LOGFILE view

    D

     The V$FLASHBACK_DATABASE_LOGS view


    正确答案: A
    解析: 暂无解析

  • 第12题:

    单选题
    You are creating a Windows Communication Foundation (WCF) service that accepts messages from clients when they are started. The message is defined as follows:[MessageContract] public class Agent { public string CodeName { get; set; } public string SecretHandshake { get; set; }}You have the following requirements: The CodeName property must be sent in clear text. The service must be able to verify that the property value was not changed after being sent by the client. The SecretHandshake property must not be sent in clear text and must be readable by the service.What should you do?()
    A

    Add a MessageBodyMember attribute to the CodeName property and set the ProtectionLevel to Sign. Add a MessageBodyMember attribute to the SecretHandshake property and set the ProtectionLevel to EncryptAndSign.

    B

    Add a DataProtectionPermission attribute to the each property and set the ProtectData property to true.

    C

    Add an xmlText attribute to the CodeName property and set the DataType property to Signed. Add a PasswordPropertyText attribute to the SecretHandshake property and set its value to true.

    D

    Add an ImmutableObject attribute to the CodeName property and set its value property to true. Add a Browsable attribute to the SecretHandshake property and set its value to false.


    正确答案: D
    解析: 暂无解析

  • 第13题:

    It is not until you have lost your health()you know its value.

    • A、until
    • B、when
    • C、what
    • D、that

    正确答案:D

  • 第14题:

    You established access to menu modules using roles. While testing the application, you need access to all the menus in the SALES form module for all the roles. Which method will override the Menu Module Roles property to allow you to access all the menu items?()

    • A、Disable the values for the Menu Module Roles property. 
    • B、Set the Use Security value in the form module Property Palette to 'True'. 
    • C、Set the Use Security value in the form module Property Palette to 'False'. 
    • D、Set the Use Security value in the menu module Property Palette to 'True'. 
    • E、Set the Use Security value in the menu module Property Palette to 'False'. 

    正确答案:E

  • 第15题:

    You are maintaining an OLTP database in Oracle10g. You have configured the Flash Recovery Area in your database. The Flash Recovery Area is full because you have set the retention policy to NONE. What will you do to resolve the problem?()

    • A、 Increase the value of the FAST_START_MTTR_TARGET initialization parameter.
    • B、 Increase the value of the DB_RECOVERY_FILE_DEST_SIZE parameter.
    • C、 Increase the value of the PGA_AGGREGATE_TARGET initialization parameter.
    • D、 Increase the value of the SGA_TARGET initialization parameter.

    正确答案:B

  • 第16题:

    You have a range-partitioned table in your database. Each partition in the table contains the sales data for a quarter.  The partition related to the current quarter is modified frequently and other partitions undergo fewer data manipulations. The preferences for the table are set to their default values. You collect statistics for the table using the following command in regular intervals: SQL> EXECUTE  DBMS_STATS.GATHER_TABLE_STATS(’SH’,’SALES’,GRANULARITY=>’GLOBAL’);   You need statistics to be collected more quickly.  What can you do to achieve this?()

    • A、 Set DYNAMIC_SAMPLING to level 4
    • B、 Set the STATISTICS_LEVEL parameter to BASIC
    • C、 Set the INCREMENTAL value to TRUE for the partition table
    • D、 Increase the value of STALE_PERCENT for the partition table

    正确答案:C

  • 第17题:

    You have set the value of the NLS_TIMESTAMP_TZ_FORMAT parameter in the parameter file to YYYY-MM-DD. The default format of which two data types would be affected by this setting? ()

    • A、 DATE
    • B、 TIMESTAMP
    • C、 INTERVAL YEAR TO MONTH
    • D、 INTERVAL DAY TO SECOND
    • E、 TIMESTAMP WITH LOCAL TIME ZONE

    正确答案:B,E

  • 第18题:

    You have a DHCP server that runs windows server 2008. You restore the DHCP database by using a recent backup. You need to prevent DHCP clients from receiveing IP addresses that are currently in use on the network. What should you do?()

    • A、Add the DHCP serve option 44.
    • B、Set the conflict detetion value to 0.
    • C、Set the conflict detection value to 2.

    正确答案:D

  • 第19题:

    多选题
    You have set the value of the NLS_TIMESTAMP_TZ_FORMAT parameter in the parameter file to YYYY-MM-DD. The default format of which two data types would be affected by this setting? ()
    A

    DATE

    B

    TIMESTAMP

    C

    INTERVAL YEAR TO MONTH

    D

    INTERVAL DAY TO SECOND

    E

    TIMESTAMP WITH LOCAL TIME ZONE


    正确答案: E,A
    解析: 暂无解析

  • 第20题:

    单选题
    You have specified the warning and critical threshold values of an application tablespace to be 60% and 70% respectively. From the tablespace space usage metrics, you find that the actual space usage has reached the specified warning threshold value, but no alerts have been generated. What could be the reason for this?()
    A

     The EVENT parameter was not set

    B

     The SQL_TRACE parameter is set to FALSE

    C

     The Enterprise Manager Grid Control is not used

    D

     The STATISTICS_LEVEL parameter is set to BASIC

    E

     The TIMED_STATISTICS parameter is set to FALSE


    正确答案: C
    解析: 暂无解析

  • 第21题:

    单选题
    You have executed this command to change the size of the database buffer cache: SQL> ALTER SYSTEM SET DB_CACHE_SIZE=2516582; System altered. To verify the change in size, you executed this command:SQL> SHOW PARAMETER DB_CACHE_SIZENAME TYPE VALUE ------------------- ----------- ------------------ db_cache_size big integer 4194304 Why is the value set to 4194304 and not to 2516582()
    A

    Because 4194304 is the granule size

    B

    Because 4194304 is the standard block size

    C

    Because 4194304 is the largest nonstandard block size defined in the database

    D

    Because 4194304 is the total size of data already available in the database buffer cache


    正确答案: A
    解析: 暂无解析

  • 第22题:

    单选题
    You have included the following parameter settings in your SPFILE://    SGA_MAX_SIZE=8G   SGA_TARGET=6G   DB_CACHE_SIZE=2G   SHARED_POOL_SIZE=1G   LOG_BUFFER=64M   DB_KEEP_CACHE_SIZE=960M   Which statement is true if you modify the SGA_TARGET initialization parameter?()
    A

    The SGA_TARGET initialization parameter cannot be set to a value greater than 8G

    B

     The DB_CACHE_SIZE initialization parameter cannot be set to a value less than 2G

    C

     The DB_CACHE_SIZE initialization parameter cannot be set to a value greater than 2G

    D

     The DB_KEEP_CACHE_SIZE initialization parameter cannot be set to a value greater than 960M 

    E

     The DB_KEEP_CACHE_SIZE initialization parameter cannot be set to a value less than 960M


    正确答案: B
    解析: 暂无解析

  • 第23题:

    单选题
    You are creating a Windows Communication Foundation (WCF) service that accepts messages from clients when they are started. The message is defined as follows. [MessageContract] public class Agent { public string CodeName { get; set; }public string SecretHandshake { get; set; } } You have the following requirements: "The CodeName property must be sent in clear text. The service must be able to verify that the property value was not changed after being sent by the client. "The SecretHandshake property must not be sent in clear text and must be readable by the service. What should you do?()
    A

     Add a MessageBodyMember attribute to the CodeName property and set the ProtectionLevel to Sign. Add a MessageBodyMember attribute to the SecretHandshake property and set the protectionLevel to EncryptAndSign.

    B

     Add a DataProtectionPermission attribute to the each property and set the ProtectData property to true.

    C

     Add an XmlText attribute to the CodeName property and set the DataType property to Signed. add a PasswordPropertyText attribute to the SecretHandshake property and set its value to true.

    D

     Add an ImmutableObject attribute to the CodeName property and set its value property to true. Add a Browsable attribute to the SecretHandshake property and set its value to false.


    正确答案: D
    解析: 暂无解析

  • 第24题:

    单选题
    You are the administrator of the Testking network and you have forgotten the password to one of your routers. After completing the password recovery procedure the router returned to its normal operation. The config-register was set back to the initial default value. What is this value?()
    A

    0x2112

    B

    0x2104

    C

    0x2102

    D

    0x2142

    E

    0x2100


    正确答案: C
    解析: 暂无解析