Changes made to support Bulk Load.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3255 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -2,13 +2,23 @@ connect &1/&2@&5 as sysdba
|
||||
|
||||
drop user &3 cascade;
|
||||
|
||||
grant connect, resource, create any view, create any directory, debug connect session to &3 identified by &4;
|
||||
grant connect, resource to &3 identified by &4;
|
||||
grant create any view, create any directory to &3;
|
||||
grant debug connect session, javauserpriv to &3;
|
||||
grant execute on dbms_sql to &3;
|
||||
grant create any procedure to &3;
|
||||
grant execute on plpdf.plpdf to &3;
|
||||
grant execute on plpdf.plpdf_img to &3;
|
||||
|
||||
create synonym &3..plpdf for plpdf.plpdf;
|
||||
create synonym &3..plpdf_img for plpdf.plpdf_img;
|
||||
|
||||
connect &3/&4@&5
|
||||
|
||||
@@mip
|
||||
@@mipDirectories
|
||||
@@mipExtTables
|
||||
@@gtt_dir_list.pdc
|
||||
@@mipViews
|
||||
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user