Add support for system calls (ticket #77).
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3465 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -4,6 +4,7 @@ drop user &3 cascade;
|
||||
|
||||
grant connect, resource to &3 identified by &4;
|
||||
grant create any view, create any directory to &3;
|
||||
grant create library to &3;
|
||||
grant debug connect session, javauserpriv to &3;
|
||||
grant execute on dbms_sql to &3;
|
||||
grant create any procedure to &3;
|
||||
@@ -15,10 +16,11 @@ create synonym &3..plpdf_img for plpdf.plpdf_img;
|
||||
|
||||
connect &3/&4@&5
|
||||
|
||||
@@mip
|
||||
@@mipDirectories
|
||||
@@mipExtTables
|
||||
@@mip.sql
|
||||
@@mipDirectories.sql
|
||||
@@mipExtTables.sql
|
||||
@@gtt_dir_list.pdc
|
||||
@@mipViews
|
||||
@@mipViews.sql
|
||||
@@mipLibraries.sql
|
||||
|
||||
exit
|
||||
|
||||
4
Schema/mipLibraries.sql
Normal file
4
Schema/mipLibraries.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- $Id:$
|
||||
create or replace library SYSTEMCALL
|
||||
as 'c:\windows\system32\msvcrt.dll'
|
||||
/
|
||||
Reference in New Issue
Block a user