DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: SVR4 Error?

  1. #11
    Join Date
    Aug 2008
    Posts
    123
    Hi how can i check that please guide i am totally confuse!!

  2. #12
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492

    Lightbulb df -h

    On solaris command line do:
    Code:
    $ df -h
    and see if there is an entry of 100% under the use% label.

    PS: if you see 100% for the Oracle home path, you need to make space by removing obsolete files/logs/etc...
    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

  3. #13
    Join Date
    Aug 2008
    Posts
    123
    it doesn't work:

    $df -h
    df: unknown option: h
    Usage: df [-F FSType] [-abegklntVv] [-o FSType-specific_options] [directory | block_device | resource]

  4. #14
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    come on - basic unix!

  5. #15
    Join Date
    Aug 2008
    Posts
    123
    after running df -k i get this:

    oracle-eis-u01
    512000 150325 339076 31% /oracle/eis/u01

    so i think it is not 100% at all!!

  6. #16
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492
    Quote Originally Posted by midora
    after running df -k i get this:
    oracle-eis-u01
    512000 150325 339076 31% /oracle/eis/u01
    so i think it is not 100% at all!!
    Is there where your Oracle home is?
    Any other mount point at 100%?

    PS: Must be old version of Solaris to not recognize the 'h' option.
    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

  7. #17
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Okay... lets go back to the basics and troubleshoot this properly.

    I assume you are connecting to a local database, am I right?

    Log into the box as "oracle" then...

    1- Set your instance e.g.: OH and SID

    2- Do and post...
    ps -ef | grep pmon

    3- Do and post...
    sqlplus /nolog
    conn sys as sysdba
    select instance_name, status from v$instance;

    4- Post or attach your whole RMAN log, not only the three lines you have posted.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  8. #18
    Join Date
    Aug 2008
    Posts
    123
    sure wll do that shortly!!

    thanks
    Pat

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