show user; show con_name; create user zoomin identified by zoomin default tablespace users temporary tablespace temp; alter user zoomin quota unlimited on users; grant CONNECT, dba to zoomin; grant create view to zoomin;