v_prog sys.v_$session.program%TYPE;
AND audsid !=
0 -- Don't Check SYS Connections
AND ROWNUM = 1; -- Parallel
processes will have the same AUDSID's
UPPER(v_prog) LIKE '%EXCEL%' --
MS-Excel plug-in
RAISE_APPLICATION_ERROR(-20000, 'Development tools are not
allowed here.');
/
SHOW ERRORS
No comments:
Post a Comment