Slide 22
Slide 22 text
Copyright © 2023, Oracle and/or its affiliates
22
We can import CHANCE as a Module and then Create one or more Call Specs, MAX FLEXIBILITY
OR
WE can simply create an INLINE Call Specification where the JS is defined alongside a single PL/SQL
Spec, SIMPLICITY
CHANCE.js has DOZENS of functions. For flexibility we may want to implement multiple
different PL/SQL wrappers, so use Module + Call Spec
Modules with Call Specs or In-Line Modules