-
Hi
I have an Oracle server on the net
Now my client is asking for 100 MB space on oracle server
How should I give 100 MB space to him
Plz tell me as soon as possible
Thanks in advance
-
Are you talking about the space to store user objects i.e. in tablespace ?
Sanjay
-
Thanks
Sanjay for taking intrest
He ask for 100 MB space on Oracle Server
Yes He wants 100 MB to store data
that's all Now will you pls. tell me what steps should I follow?
as well as tell me the steps for security
Thanks again in advance
-
use QUOTA's to limit the data a user can put in a tablespace
eg.
alter user netuser quota 100M on netuser_ts;
Hope this helps
Gert
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|