The external procedure is to be recompiled.
Vantage recompiles the procedure and generates a new library for it.
For Java external procedures, the JAR file referenced in the EXTERNAL NAME clause is redistributed to all affected nodes on the system. This is useful for the case of a missing JAR file on a given node.
- ONLY
- Vantage recompiles the procedure but does not generate a new library.
- You cannot specify this for Java external procedures. Vantage does not distribute a new dynamic linked library to database nodes.
- When you load an external procedure onto a platform of a different type, the system marks it not valid, and you must recompile it.
- If a database has many external procedures, specify the ONLY option for all but the final recompilation, to avoid generating and distributing a new library.