How Oracle DataBase identify the Developer Package [message #251894] |
Tue, 17 July 2007 01:57 |
ORACLER
Messages: 1 Registered: July 2007 Location: EGYPT
|
Junior Member |
|
|
the broblem is
how you can execute the the function (DDE.APP_BEGIN)
on SQL Plus 8.0 not on the form
the error was of execution is
SQL> DECLARE
2 AppID PLS_INTEGER;
3 BEGIN
4 AppID := DDE.App_Begin('C:\WINDOWS\SYSTEM32\CALC.EXE',DDE.APP_MODE_MINIMIZED);
5 END;
6 /
AppID := DDE.App_Begin('C:\WINDOWS\SYSTEM32\CALC.EXE',DDE.APP_MODE_MINIMIZED);
*
ERROR at line 4:
ORA-06550: line 4, column 10:
PLS-00201: identifier 'DDE.APP_BEGIN' must be declared
ORA-06550: line 4, column 1:
PL/SQL: Statement ignored
thanks
|
|
|