更多“单选题对于ORACLE PL/SQL标识符(Identifier)的有效长度是()A 16位B 18位C 24位D 30位E 32位”相关问题
  • 第1题:

    在Oracle中,关于PL/SQL下列描述正确的是()。

    A.PL/SQL代表PowerLanguage/SQL

    B.PL/SQL不支持面向对象编程

    C.PL/SQL块包括声明部分、可执行部分和异常处理部分

    D.PL/SQL提供的四种内置数据类型是character,integer,float,boolean


    正确答案:C

  • 第2题:

    在Oracle中,()是一个基于Web的SQL*Plus工具,能够在网页中执行SQL*Plus命令。

    A.SQL*Plus

    B.iSQL*Plus

    C.PL*SQL

    D.iPL*SQL


    参考答案:B

  • 第3题:

    在Oracle中,()是一个基于Web的SQL*Plus工具,能够在网页中执行SQL*Plus命令。

    • A、SQL*Plus
    • B、iSQL*Plus
    • C、PL*SQL
    • D、iPL*SQL

    正确答案:B

  • 第4题:

    在Oracle中,在SQL提示符下调用PL/SQL过程的方法是()。

    • A、使用CALL语句
    • B、使用EXECUTE语句
    • C、使用RUN语句
    • D、直接使用过程名

    正确答案:A,B,C

  • 第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题:

    You scheduled a backup by using the Schedule Backup option in Oracle Enterprise Manager. Which statement about the script created by Oracle Enterprise Manager is true? ()

    • A、It is a SQL script.
    • B、It is a PL/SQL file.
    • C、It is an operating system (OS) file.
    • D、It is a Recovery Manager (RMAN) script

    正确答案:D

  • 第7题:

    对于ORACLE PL/SQL标识符(Identifier)的有效长度是()

    • A、16位
    • B、18位
    • C、24位
    • D、30位
    • E、32位

    正确答案:D

  • 第8题:

    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

  • 第9题:

    Oracle Fusion Middleware Control runs as:()

    • A、 a module in Oracle HTTP Server
    • B、 a PL/SQL module in Oracle Database
    • C、 an application in WebLogic Server Administration Server
    • D、 an application in WebLogic Server Managed Server

    正确答案:C

  • 第10题:

    单选题
    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.


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

  • 第11题:

    单选题
    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.


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

  • 第12题:

    在oracle中,下列关于PL/SQL的说法正确的是? (1.0分) [多选] A. PL/SQL 支持DML B. PL/SQL 支持游标操作和事务 C. 可执行部分的是必须的 D. 异常处理部分是必选的 E. PL/SQL 支持DDL 和DCL
    答案: B  D

  • 第13题:

    对于ORACLE PL/SQL标识符(Identifier)的有效长度是()

    A.16位

    B.18位

    C.24位

    D.30位

    E.32位


    参考答案:D

  • 第14题:

    下面关于PL,/SQL说法错误的是()。

    • A、PL/SQL代码可以存储在客户机上并发送至服务器执行
    • B、PL/SQL代码不能作为一个代码块存储在数据库内
    • C、PL/SQL是Oracle所有的第三代语言,这种语言在数据库内运行
    • D、以上说法都错误

    正确答案:B

  • 第15题:

    Oracle中,在一个PL/SQL块中调用另一个PL/SQL过程的方法是()

    • A、使用CALL语句
    • B、使用EXECUTE语句
    • C、使用RUN语句
    • D、直接使用过程名

    正确答案:D

  • 第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题:

    ()是由PL/SQL所提供的系统异常。当PL/SQL应用程序违反了Oracle规则或者系统限制,则会隐含地触发一个内部异常。

    • A、预定义异常
    • B、自定义异常
    • C、系统错误
    • D、内存溢出

    正确答案:A

  • 第19题:

    在Oracle中,关于PL/SQL下列描述正确的是()。

    • A、PL/SQL代表Power Language/SQL
    • B、PL/SQL不支持面向对象编程
    • C、PL/SQL块包括声明部分、可执行部分和异常处理部分
    • D、PL/SQL提供的四种内置数据类型是character,integer,float,boolean

    正确答案:C

  • 第20题:

    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

  • 第21题:

    单选题
    ()是由PL/SQL所提供的系统异常。当PL/SQL应用程序违反了Oracle规则或者系统限制,则会隐含地触发一个内部异常。
    A

    预定义异常

    B

    自定义异常

    C

    系统错误

    D

    内存溢出


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

  • 第22题:

    单选题
    在Oracle中,用于显示PL/SQL程序输出调试信息的内置程序包是()。
    A

    DBMS_STANDARD

    B

    DBMS_ALERT

    C

    DBMS_LOB

    D

    DBMS_OUTPUT


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

  • 第23题:

    单选题
    Oracle Fusion Middleware Control runs as:()
    A

     a module in Oracle HTTP Server

    B

     a PL/SQL module in Oracle Database

    C

     an application in WebLogic Server Administration Server

    D

     an application in WebLogic Server Managed Server


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