Files
mip/Schema/InstallMIP.sql
hardya 6604eb2831 Add general debug routines (mip_debug.pck, mip_debug_constants.pks)
Send email attachments (mip_quotation.pck, mip_email.pck - templates from WebMIP Email templates.doc)
Add Lifting Gear to 'labour' quotes (mip_quotation.pck)

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3860 248e525c-4dfb-0310-94bc-949c084e9493
2008-03-06 11:53:45 +00:00

28 lines
667 B
SQL

connect &1/&2@&5 as sysdba
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 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;
create synonym &3..plpdf_type for plpdf.plpdf_type;
connect &3/&4@&5
@@mip.sql
@@mipDirectories.sql
@@mipExtTables.sql
@@gtt_dir_list.pdc
@@mipViews.sql
@@mipLibraries.sql
exit