drop user test cascade;create user test identified by password;ide
grant resource,connect,dba to test;test