Intermediate
Q: | |
15-13. | This code allows you to deduce (and create) the package specification:
To create the body, you need to not only define the two procedures but also create a global data structure to hold the “time before” you’ll use to subtract from the “time after.” Here is the complete package:
|
Q: | |
15-14. | You cannot declare a cursor variable as part of a package; you can only declare a cursor variable within PL/SQL blocks. |
Q: | |
15-15. | For each of the examples, the block:
|
Q: | |
15-16. | Here is one possible way to add trace and validation capabilities to the sessval ... |