Results 1 to 3 of 3

Thread: Extend database to another physical disk

  1. #1
    Join Date
    Jul 2008
    Posts
    1

    Extend database to another physical disk

    Dear all,

    Please advice on how to extend our database Oracle9i database to another physical disk (NetApps)

    Oracle server runs on Windows2003.

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    you can add data files to existing tablespace or create new tablespaces. New datafiles can reside on new disk.

    or if you need to move existing datafiles then you can bring the tablespace offline, copy the files to new location and run alter command to point to new location, then bring the tablespace online.

    to move system tablespace you need to bring database offline, and do the same thing in mount mode.

  3. #3
    Join Date
    Jun 2004
    Location
    Atlanta and Manhattan
    Posts
    607

    Did You Meet with Success?

    Just following up to see if this was resolved - and if the approach helped ... for my own edification if nothing else ...

    Bill

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •