DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: urgent!!!!!!!!!!!!!

  1. #1
    Join Date
    Sep 2000
    Posts
    305
    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

  2. #2
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    Are you talking about the space to store user objects i.e. in tablespace ?

    Sanjay

  3. #3
    Join Date
    Sep 2000
    Posts
    305
    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

  4. #4
    Join Date
    Aug 2000
    Location
    Belgium
    Posts
    342
    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
  •  


Click Here to Expand Forum to Full Width