Modify mip_quotation_document and f155.sql to use new signature on

documents.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@25576 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
andrew.hardy
2010-08-10 16:45:56 +00:00
parent 099645fa72
commit 78497b6b8f
4 changed files with 249 additions and 112 deletions

View File

@@ -1,6 +1,6 @@
connect &1/&2@&5 as sysdba
drop user &3 cascade;
@@drop_user_objects &3
grant connect, resource to &3 identified by &4;
grant create view, create any directory to &3;
@@ -10,6 +10,7 @@ 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;
grant execute on plpdf.plpdf_type to &3;
create synonym &3..plpdf for plpdf.plpdf;
create synonym &3..plpdf_img for plpdf.plpdf_img;