REM VERSION %VERSION%
REM DO NOT CHANGE, DELETE, OR EDIT THE LINE ABOVE

REM
REM You must connect as SYSTEM prior to running this script.
REM

REM need to create mdsys user first

Rem Creation of user MDSYs is now done by ordinst
Rem So is the granting of privs to mdsys. That is
Rem ordinst.sql calls mdprivs.sql 
Rem create user MDSYS identified by %MDSYS_PASSWORD%;
Rem grant all privileges to MDSYS with admin option;

REM now connect as mdsys to run rest of script

REM VERSION %VERSION%
REM DO NOT CHANGE, DELETE OR EDIT THE LINE ABOVE
REM It is not required anymore to connect as MDSYS

REM Install Cartridge Components

REM load packages

@@catmd.sql

REM 

