RDBMS and NoSQL Databases Tips and Tricks
Labels
Oracle Database
(20)
Virtual Box (Oracle VM)
(3)
Sunday, September 20, 2015
Creating Users in Oracle
Log into sqlplus (as sysdba)
>create user
identified by
default tablespace
temporary tablespace TEMP quota unlimited on
quota untitled on
>grant connect to
;
>grant resource to
;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment