更多“多选题Which two PL/SQL8 features are supported in Oracle Forms?()AmethodsBobject tablesCobject columnsDcollection typesEobject as stored procedure parameters”相关问题
  • 第1题:

    You need to ensure that the stored procedure that inserts new loan requests can access data in tables that are stored in another database on the same SQL Server instance. Which two actions should you perform?()

    • A、Ensure that the stored procedure and the tables are owned by users that are associated with the same SQL Server login.
    • B、Ensure that the stored procedure and the tables are owned by the same database user.
    • C、Ensure that the stored procedure and the tables use the same database schema.
    • D、Configure the multiuser database option on both databases.
    • E、Configure the cross-database ownership chaining option on both databases.

    正确答案:A,E

  • 第2题:

    Which two features are supported by the WLAN Solution Engine (WLSE)?()

    • A、configuration of APs
    • B、auto discovery of rogue APs
    • C、reporting
    • D、WLSE in two versions: base and location
    • E、graphical view of multiple controllers and managed APs

    正确答案:A,C

  • 第3题:

    Which three components does the Scheduler use for managing tasks within the Oracle environment? ()(Choose three.)

    • A、a job
    • B、a program
    • C、a schedule
    • D、a PL/SQL procedure

    正确答案:A,B,C

  • 第4题:

    The EMP_DEPT block in your EMPLOYEE form is based on a view in an Oracle8 database. The items in this block have the Update Allowed property set to Yes. Which database feature makes it possible to permanently modify the underlying view?()

    • A、REF cursor. 
    • B、Instead Of trigger. 
    • C、Stored procedure that returns object values. 
    • D、The underlying view cannot be modified because DML on a view is not supported.

    正确答案:B

  • 第5题:

    Your organization decided to upgrade the existing Oracle 10g database to Oracle 11g database in a multiprocessor environment. At the end of the upgrade,you observe that the DBA executes the following script:   SQL> @utlrp.sql   What is the significance of executing this script?()  

    • A、 It performs parallel recompilation of only the stored PL/SQL code.
    • B、 It performs sequential recompilation of only the stored PL/SQL code.
    • C、 It performs parallel recompilation of any stored PL/SQL as well as Java code.
    • D、 It performs sequential recompilation of any stored PL/SQL as well as Java code.

    正确答案:C

  • 第6题:

    Which two statements are true about record groups?()

    • A、They are stored in the database. 
    • B、They are stored in local Forms memory. 
    • C、The type is specified explicitly at design time. 
    • D、The type is implied by when and how it is created.

    正确答案:B,D

  • 第7题:

    多选题
    Which three components does the Scheduler use for managing tasks within the Oracle environment?()
    A

    a job

    B

    a program

    C

    a schedule

    D

    a PL/SQL procedure


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

  • 第8题:

    多选题
    Which two features are supported by the WLAN Solution Engine (WLSE)?()
    A

    configuration of APs

    B

    auto discovery of rogue APs

    C

    reporting

    D

    WLSE in two versions: base and location

    E

    graphical view of multiple controllers and managed APs


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

  • 第9题:

    多选题
    Which two statements are true about record groups?()
    A

    They are stored in the database.

    B

    They are stored in local Forms memory.

    C

    The type is specified explicitly at design time.

    D

    The type is implied by when and how it is created.


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

  • 第10题:

    多选题
    You upgrade your Oracle database in a multiprocessor environment. As a recommended you execute thefollowing script:SQL > @utlrp.sqlWhich two actions does the script perform?()
    A

    Parallel compilation of only the stored PL/SQL code

    B

    Sequential recompilation of only the stored PL/SQL code

    C

    Parallel recompilation of any stored PL/SQL code

    D

    Sequential recompilation of any stored PL/SQL code

    E

    Parallel recompilation of Java code

    F

    Sequential recompilation of Java code


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

  • 第11题:

    多选题
    Which two PL/SQL8 features are supported in Oracle Forms?()
    A

    methods

    B

    object tables

    C

    object columns

    D

    collection types

    E

    object as stored procedure parameters


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

  • 第12题:

    多选题
    Which two Fibre Channel features are not supported in Cisco Nexus 5500 and Nexus 5000 platforms? ()
    A

    port security

    B

    fabric binding

    C

    IVR

    D

    port tracking

    E

    FICON


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

  • 第13题:

    Which two Fibre Channel features are not supported in Cisco Nexus 5500 and Nexus 5000 platforms? ()

    • A、 port security
    • B、 fabric binding
    • C、 IVR
    • D、 port tracking
    • E、 FICON

    正确答案:C,E

  • 第14题:

    Which two routing interface parameters are supported in OSPF implementations?()

    • A、retransmit - interval
    • B、de ad - interval
    • C、stub area
    • D、virtual link
    • E、NSSA area

    正确答案:A,B

  • 第15题:

    The system analysts have requested heavy use of object features. The database design makes use of PL/SQL8 object types, methods, and LOB types. How do you work with these features on the client?()

    • A、Write client-side subprograms containing the PL/SQL8 constructs, and move them into an object group. 
    • B、Write server-side subprograms, and call the subprograms from the form application. 
    • C、Store the PL/SQL8 constructs in a PL/SQL library, and attack the library to each form muddle in your application.

    正确答案:B

  • 第16题:

    Which three components does the Scheduler use for managing tasks within the Oracle environment?()

    • A、 a job
    • B、 a program
    • C、 a schedule
    • D、 a PL/SQL procedure

    正确答案:A,B,C

  • 第17题:

    Which two PL/SQL8 features are supported in Oracle Forms?()

    • A、methods 
    • B、object tables 
    • C、object columns 
    • D、collection types 
    • E、object as stored procedure parameters

    正确答案:B,C

  • 第18题:

    You upgrade your Oracle database in a multiprocessor environment. As a recommended you execute thefollowing script:SQL > @utlrp.sqlWhich two actions does the script perform?()

    • A、Parallel compilation of only the stored PL/SQL code
    • B、Sequential recompilation of only the stored PL/SQL code
    • C、Parallel recompilation of any stored PL/SQL code
    • D、Sequential recompilation of any stored PL/SQL code
    • E、Parallel recompilation of Java code
    • F、Sequential recompilation of Java code

    正确答案:C,E

  • 第19题:

    多选题
    Which three components does the Scheduler use for managing tasks within the Oracle environment? ()(Choose three.)
    A

    a job

    B

    a program

    C

    a schedule

    D

    a PL/SQL procedure


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

  • 第20题:

    单选题
    The system analysts have requested heavy use of object features. The database design makes use of PL/SQL8 object types, methods, and LOB types. How do you work with these features on the client?()
    A

    Write client-side subprograms containing the PL/SQL8 constructs, and move them into an object group. 

    B

    Write server-side subprograms, and call the subprograms from the form application. 

    C

    Store the PL/SQL8 constructs in a PL/SQL library, and attack the library to each form muddle in your application.


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

  • 第21题:

    多选题
    You need to ensure that the stored procedure that inserts new loan requests can access data in tables that are stored in another database on the same SQL Server instance. Which two actions should you perform?()
    A

    Ensure that the stored procedure and the tables are owned by users that are associated with the same SQL Server login.

    B

    Ensure that the stored procedure and the tables are owned by the same database user.

    C

    Ensure that the stored procedure and the tables use the same database schema.

    D

    Configure the multiuser database option on both databases.

    E

    Configure the cross-database ownership chaining option on both databases.


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

  • 第22题:

    单选题
    You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There are user-defined stored procedures. Now you have to make sure two things, first, the names of all user-defined stored procedures must contain the prefix usp_ on all instances; second, stored procedures that do not contain this prefix cannot be created by you.  So what should you do to ensure this two?()
    A

    You should create a policy that targets the name of the stored procedure that is evaluated on change. 

    B

    You should create a policy that targets the name of the stored procedure that is evaluated on demand.

    C

    You should create a condition that targets the name of stored procedure that is evaluated on demand. 

    D

    You should create a condition that targets the name of the stored procedure that isevaluated on change. 


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

  • 第23题:

    多选题
    Which two routing interface parameters are supported in OSPF implementations?()
    A

    retransmit - interval

    B

    de ad - interval

    C

    stub area

    D

    virtual link

    E

    NSSA area


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

  • 第24题:

    多选题
    The PIX Security Appliance feature set is a subset of the ASA Security Appliance feature set. Which two of these features are only supported by an ASA Security Appliance? (Choose two.)()
    A

    security contexts

    B

    - transparent firewall

    C

    WebVPN

    D

    Active/Active failover

    E

    low latency queuing

    F

    AIP-SSM intrusion prevention


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