Changes to all 'role types' tables - now encapsulated within single table ROLE_TYPES. Minor fixes to attributes for naming consistency, etc. Included InstallMIP.cmd to perform schema installation. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2825 248e525c-4dfb-0310-94bc-949c084e9493
11 lines
138 B
SQL
11 lines
138 B
SQL
connect &1/&2@&5 as sysdba
|
|
|
|
drop user &3 cascade;
|
|
|
|
grant connect, resource to &3 identified by &4;
|
|
|
|
connect &3/&4@&5
|
|
|
|
@mip
|
|
|
|
exit |