create user net1 identified by net1 default tablespace demodeb temporary tablespace temp; grant connect, resource to net1; grant select on ALL_TAB_COLUMNS to net1; grant create database link to net1;