SQL>SQL> CREATE USER tempc IDENTIFIED BY tempc;User created.SQL> GRANT CONNECT, RESOURCE to tempc;Grant succeeded.SQL> drop user tempc;User dropped.