Prentice Hall Oracle Plsql By Example 3Rd Edition [Electronic resources]

Benjamin Rosenzweig

نسخه متنی -صفحه : 289/ 254
نمايش فراداده

Chapter 14 Packages

A5:

Questions

Answers

Comments

1)

B

When a package is first called, all the procedures and functions in that package are brought into memory and will run quickly when they are used in the same session.

2)

A

3)

B

Procedures and functions that are not declared in the package specification will be private.

4)

C

5)

B

A package specification is a database object and must be compiled prior to compiling the package body. This can be done in one or two scripts.