This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PROCEDURE EXEC_CMD(command varchar2) IS | |
stnd WEBUTIL_HOST.OUTPUT_ARRAY ; | |
error WEBUTIL_HOST.OUTPUT_ARRAY ; | |
process WEBUTIL_HOST.PROCESS_ID ; | |
pass PLS_INTEGER := 0 ; | |
result varchar2(10000); | |
BEGIN |