June 2018
Intermediate to advanced
478 pages
10h 52m
English
This utility command can be used to recreate a package stored in the database without the need for a bind file. The basic command syntax for REBIND is this:
REBIND <PACKAGE> [PackageName] <VERSION [VersionID]> <APREUSE [YES | NO]>
<RESOLVE [ANY | CONSERVATIVE]>
<REOPT [NONE | ONCE | ALWAYS] >
Consider the following:
If you want to REBIND the package DEMO.PACKAGE to the database, you can use the following command:
REBIND PACKAGE demo.package;
If you create any new indexes in a table that the DEMO.PACKAGE relies on, you should rebind the package to make use of the newly created indexes. ...
Read now
Unlock full access