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

Thread: another resize question

  1. #1
    Join Date
    Jan 2001
    Posts
    72

    Question

    Will resizing a tablespace have effect on users logged onto the database and using objects from that tablespace? Will it affect affect other appllications using that tablespace as well?

  2. #2
    Join Date
    Feb 2001
    Posts
    389
    No affect until and unless u reduce the size and their are inserts/updates which causes the HWM of objects to increase beyond the reduced size.

  3. #3
    Join Date
    Apr 2000
    Location
    Baltimore, MD
    Posts
    759
    No.

  4. #4
    Join Date
    Apr 2001
    Posts
    37
    Resizing of datafile is safe and transparent to users and applications.
    If you try to set wrong size, you get ORA-xxxxx error, nothing bad.

    However, take a backup of your production database whenever
    you change its structure, which includes altering the size of datafiles.
    inosov
    Brainbench MVP for Oracle DBA

  5. #5
    Join Date
    Jan 2001
    Posts
    72
    thanks guys

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