How to rellocate Sun Solaris disk space where oracle installed

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paul

    How to rellocate Sun Solaris disk space where oracle installed

    Hi:

    I am totally new in Sun Solaris. I am not sure someone would like to
    tell me how to rellocate Sun Solaris disk space where oracle
    installed?

    I installed Oracle 8i in Sun Solaris and set Oracle main table space
    called TABLES in unix disk space /dpp/live01. From the following, it's
    quite easy to see that the disk space of /dpp/live01 is 97%.Therefore
    how can i move some disk space of SWAP to /dpp/live01 without losing
    any Oracle data?

    Millions thanks!
    Paul
    df -lk
    Filesystem kbytes used avail capacity Mounted on
    /dev/md/dsk/d0 686767 577098 54728 92% /
    /proc 0 0 0 0% /proc
    fd 0 0 0 0% /dev/fd
    /dev/md/dsk/d100 289207 119099 141188 46% /export/home
    /dev/md/dsk/d150 1015679 194846 759893 21% /dpp/live04
    /dev/md/dsk/d200 3451518 3154010 228478 94% /tpp/oracle
    /dev/md/dsk/d250 1559175 1247784 249024 84% /app/first
    /dev/md/dsk/d300 4103598 3050582 1011981 76% /spp/spool
    /dev/md/dsk/d350 3077262 2767475 309787 90% /dpp/live02
    /dev/md/dsk/d400 3077262 2960587 116675 97% /dpp/live01
    /dev/md/dsk/d450 3077262 2767491 309771 90% /dpp/test02
    /dev/md/dsk/d500 3070782 2877507 193275 94% /dpp/test01
    /dev/md/dsk/d550 113719 42314 60034 42% /dpp/live03
    /dev/md/dsk/d600 113719 42330 60018 42% /dpp/test03
    /dev/md/dsk/d700 866575 808939 0 100% /dpp/setup
    swap 4656432 256 4656176 1% /tmp
  • hrishy

    #2
    Re: How to rellocate Sun Solaris disk space where oracle installed

    Hi Paul

    Read up the oracle docos on how to move a datafile or relocate a
    datafile .More importantly alter database rename datafile somethin
    like that.Hope you understand oracle i guess..

    regards
    Hrishy

    jiacheng_work@y ahoo.com (Paul) wrote in message news:<f294310c. 0401020246.7482 0447@posting.go ogle.com>...
    Hi:
    >
    I am totally new in Sun Solaris. I am not sure someone would like to
    tell me how to rellocate Sun Solaris disk space where oracle
    installed?
    >
    I installed Oracle 8i in Sun Solaris and set Oracle main table space
    called TABLES in unix disk space /dpp/live01. From the following, it's
    quite easy to see that the disk space of /dpp/live01 is 97%.Therefore
    how can i move some disk space of SWAP to /dpp/live01 without losing
    any Oracle data?
    >
    Millions thanks!
    Paul
    >
    df -lk
    Filesystem kbytes used avail capacity Mounted on
    /dev/md/dsk/d0 686767 577098 54728 92% /
    /proc 0 0 0 0% /proc
    fd 0 0 0 0% /dev/fd
    /dev/md/dsk/d100 289207 119099 141188 46% /export/home
    /dev/md/dsk/d150 1015679 194846 759893 21% /dpp/live04
    /dev/md/dsk/d200 3451518 3154010 228478 94% /tpp/oracle
    /dev/md/dsk/d250 1559175 1247784 249024 84% /app/first
    /dev/md/dsk/d300 4103598 3050582 1011981 76% /spp/spool
    /dev/md/dsk/d350 3077262 2767475 309787 90% /dpp/live02
    /dev/md/dsk/d400 3077262 2960587 116675 97% /dpp/live01
    /dev/md/dsk/d450 3077262 2767491 309771 90% /dpp/test02
    /dev/md/dsk/d500 3070782 2877507 193275 94% /dpp/test01
    /dev/md/dsk/d550 113719 42314 60034 42% /dpp/live03
    /dev/md/dsk/d600 113719 42330 60018 42% /dpp/test03
    /dev/md/dsk/d700 866575 808939 0 100% /dpp/setup
    swap 4656432 256 4656176 1% /tmp

    Comment

    Working...