| vijay |
Posted: Aug 24, 2006 02:36:30 AM |
Total Post: 6
Joined: Aug, 2006
|
| please tell me the procedure for creation of User in LINUX platform. |
|
|
sasi |
| Posted: Aug 24, 2006 04:16:24 AM | |
|
Total Post: 59
Joined: Nov, 2005
|
create user <username> identified by <password>;
|
|
|
|
|
Vishal |
| Posted: Aug 28, 2006 02:42:59 AM | |
|
Total Post: 37
Joined: Mar, 2006
|
1. To add OS linux user:
useradd <username>
2. To add oracle db user: This is same command on any OS platform
create user <username> identified by <password> default tablespace <tsname> temporary tablespace <temp tsname>;
vishal
|
|
|
|
|
sasi |
| Posted: Aug 29, 2006 01:31:35 PM | |
|
Total Post: 59
Joined: Nov, 2005
|
Ohh Sorry..
I thought Database level.
|
|
|
|
|
positive |
| Posted: Jun 29, 2008 03:43:40 PM | |
|
Total Post: 361
Joined: Jun, 2008
|
try:
man useradd
to get command details with options
for more details visit:
http://neworacledba.blogspot.com/
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |