Store images used by the WebServer git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3797 248e525c-4dfb-0310-94bc-949c084e9493
28 lines
671 B
SQL
28 lines
671 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 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;
|
|
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
|