Return value from external tool/script

vllr

Member²
Marco,

is it possible to return something from external tool/script? We have some internal standards for generation constraints/foreign key names and this is done by special custom plsql package that accepts table name as a parameter and returns names according to this standard. It would be nice to configure it via script and tool/session. No problem to execute it, but is there any way to return value from this script to PLSQL dev?

Thank you!!!!
 
The tool cannot directly return anything to PL/SQL Developer, but if it updates a file or object, and that file or object is opened in PL/SQL Developer, it will be refreshed.
 
Back
Top