create user Newpractice identified by newp;
grant CREATE SESSION to Newpractice;
grant CREATE TABLE to Newpractice;
grant CREATE INDEX to Newpractice;