你刚刚编译了一个PL/SQL Package但是有错误报道,如何显示出错信息?
第1题:
A.excep
B.raise
C.exception
第2题:
A.PL/SQL是应用于各种数据库上的通用语言
B.PL/SQL是过程化的SQL语言
C.PL/SQL是只能在SQL*PLUS中运行
D.在PL/SQL可以直接执行所有的SQL操作
第3题:
A.不具有模块化的结构
B.使用过程化语言控制结构
C.能够进行错误处理
D.PL/SQL程序块只能在SQLPlus、SQLPlusWorkskeet等工具支持下以解释型方式执行,不能编译可执行文件、脱离支撑环境执行
第4题:
下面关于PL,/SQL说法错误的是()。
第5题:
PL/SQL程序块的主要特点有()
第6题:
Oracle中,在一个PL/SQL块中调用另一个PL/SQL过程的方法是()
第7题:
()是由PL/SQL所提供的系统异常。当PL/SQL应用程序违反了Oracle规则或者系统限制,则会隐含地触发一个内部异常。
第8题:
在Oracle中,关于PL/SQL下列描述正确的是()。
第9题:
You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work a database administrator for your company. There is a Data Transformation Services (DTS) package, and the DTS package is stored in SQL Server 2000. And you plans to have the SQL Server 2000 migrated into SQL Server 2005. The DTS package dynamically configures precedence constraints by utilizing complex Microsoft Visual Basic Scripting Edition (VBScript). The SQL Server 2005 Package Migration Wizard is run by you, but the wizard cannot convert the package from SQL Server 2000 to SQL Server 2005. You are required to make sure that the DTS package runs in SQL Server 2005. And the package should be run in the shortest time. Which action should be utilized?()
第10题:
Dbms_output
Dbms_standadr
Dbms_Input
Dbms_session
第11题:
It cannot be created without a package specification.
It cannot invoke subprograms defined in other packages.
It can contain only the subprograms defined in the package specification.
It can be changed and recompiled without making the package specification invalid.
第12题:
DBMS_STANDARD
DBMS_ALERT
DBMS_LOB
DBMS_OUTPUT
第13题:
A.Create Package
B.Create Function
C.Create Proceduce
D.Create Package Body
第14题:
A.预定义异常
B.自定义异常
C.系统错误
D.内存溢出
第15题:
关于PL/SQL说法错误的是()。
第16题:
PL/SQLDeveloper具有以下()功能。
第17题:
关于存储和匿名的PLlSQL程序块下列说法错误的是()。
第18题:
Which two statements are true regarding a PL/SQL package body?()
第19题:
()包用于显示pl/sql块和存储过程中的调试信息。
第20题:
下列关于PL/SQL的说法正确的是()
第21题:
在Oracle中,用于显示PL/SQL程序输出调试信息的内置程序包是()。
第22题:
预定义异常
自定义异常
系统错误
内存溢出
第23题:
编写程序单元
编译源文件
调试程序单元
优化SQL语句