Add calc_meter_reqs to mip_quotation.pck.
Ensure that all calls to add_quote_reason use correct parameters (mip_quotation.pck). Change grant from 'CREATE ANY VIEW' to 'CREATE VIEW' in InstallMIP.sql following problems installing 'supporting objects' into MIP_TEST. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3989 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -3,7 +3,7 @@ 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 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;
|
||||
|
||||
Reference in New Issue
Block a user