error occured while executing the library
i had created a library and i got an error while executing.
i created the library by using the statment follows
SQL> CREATE LIBRARY shell_lib is 'C:\framework\Packages\testdevelopement\shell.o'
2 /
Library created.
SQL> exec shell('ls');
BEGIN shell('ls'); END;
*
ERROR at line 1:
ORA-28595: Extproc agent : Invalid DLL Path
ORA-06512: at "ENCORA.SHELL", line 0
ORA-06512: at line 1
i had make sure the file path is correct.
what can i do?