16位
18位
24位
30位
32位
第1题:
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
第2题:
在Oracle中,关于PL/SQL下列描述正确的是()。
A.PL/SQL代表PowerLanguage/SQL
B.PL/SQL不支持面向对象编程
C.PL/SQL块包括声明部分、可执行部分和异常处理部分
D.PL/SQL提供的四种内置数据类型是character,integer,float,boolean
第3题:
A.SQL*Plus
B.iSQL*Plus
C.PL*SQL
D.iPL*SQL
第4题:
在Oracle中,()是一个基于Web的SQL*Plus工具,能够在网页中执行SQL*Plus命令。
第5题:
Oracle中,在一个PL/SQL块中调用另一个PL/SQL过程的方法是()
第6题:
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?()
第7题:
()是由PL/SQL所提供的系统异常。当PL/SQL应用程序违反了Oracle规则或者系统限制,则会隐含地触发一个内部异常。
第8题:
在Oracle中,关于PL/SQL下列描述正确的是()。
第9题:
Oracle Fusion Middleware Control runs as:()
第10题:
methods
object tables
object columns
collection types
object as stored procedure parameters
第11题:
Parallel compilation of only the stored PL/SQL code
Sequential recompilation of only the stored PL/SQL code
Parallel recompilation of any stored PL/SQL code
Sequential recompilation of any stored PL/SQL code
Parallel recompilation of Java code
Sequential recompilation of Java code
第12题:
a module in Oracle HTTP Server
a PL/SQL module in Oracle Database
an application in WebLogic Server Administration Server
an application in WebLogic Server Managed Server
第13题:
A.PL/SQL提供的四种内置数据类型是character integer,float,boolean
B.PUSQ代表 Power Language/SQL
C.PLQL块包括声明部分,可执行部分和异常处理部分
D.PL/SQL不支持面向对象编程
第14题:
A.16位
B.18位
C.24位
D.30位
E.32位
第15题:
下面关于PL,/SQL说法错误的是()。
第16题:
阿里云的云数据库可以完美兼容Oracle的PL/SQL、数据类型、高级函数、数据字典
第17题:
在Oracle中,在SQL提示符下调用PL/SQL过程的方法是()。
第18题:
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? ()
第19题:
对于ORACLE PL/SQL标识符(Identifier)的有效长度是()
第20题:
Which three components does the Scheduler use for managing tasks within the Oracle environment?()
第21题:
16位
18位
24位
30位
32位
第22题:
It performs parallel recompilation of only the stored PL/SQL code.
It performs sequential recompilation of only the stored PL/SQL code.
It performs parallel recompilation of any stored PL/SQL as well as Java code.
It performs sequential recompilation of any stored PL/SQL as well as Java code.
第23题:
It performs parallel recompilation of only the stored PL/SQL code.
It performs sequential recompilation of only the stored PL/SQL code.
It performs parallel recompilation of any stored PL/SQL as well as Java code.
It performs sequential recompilation of any stored PL/SQL as well as Java code.
第24题:
在oracle中,下列关于PL/SQL的说法正确的是? (1.0分) [多选]
A. PL/SQL 支持DML B. PL/SQL 支持游标操作和事务 C. 可执行部分的是必须的 D. 异常处理部分是必选的 E. PL/SQL 支持DDL 和DCL
答案: B D