dbTalk Databases Forums  

Adding users

comp.database.oracle comp.database.oracle


Discuss Adding users in the comp.database.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jubril
 
Posts: n/a

Default Adding users - 02-19-2006 , 08:50 PM






pls how do i add users to the database using just sql



Reply With Quote
  #2  
Old   
Michael Austin
 
Posts: n/a

Default Re: Adding users - 02-19-2006 , 09:47 PM






Jubril wrote:

Quote:
pls how do i add users to the database using just sql


try reading the manuals - and a google search will certainly show you LOTS of
examples.

user creating a new user must have CREATE USER priv - if you don't, ask your DBA
for assistance.

CREATE USER username
IDENTIFIED {BY somepassword | EXTERNALLY}
[DEFAULT TABLESPACE sometablespace]
[TEMPORARY TABLESPACE sometemptablespace]
[QUOTA {integer [K|M] | UNLIMITED} ON sometablespace] ...
[PROFILE someprofile]

--
Michael Austin.
DBA Consultant
Donations welcomed. Http://www.firstdbasource.com/donations.html



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.