TEXT
70
idm_setup sql
Guest on 13th July 2022 08:17:58 AM
--This is the script created by PPL
--To set up identity management application for testing case by Michael McLaughlin
--from http://www.oracle.com/technology/pub/articles/mclaughlin-phpid1.html
--This file is: @C:\PingLiu\web\php\sql\idm_setup.sql
conn system/pingliu;
drop user idmgmt1 CASCADE;
CREATE USER IDMGMT1 IDENTIFIED BY IDMGMT1;
GRANT CONNECT, RESOURCE TO IDMGMT1;
CONNECT IDMGMT1/IDMGMT1;
@C:\PingLiu\web\php\reference\mclaughlin-phpid1-sample\IdMgmt1\create_identity_db1.sql;