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

Thread: ORACLE 8.1.7 ERROR ON SOLARIS 8 INTEL

  1. #1
    Join Date
    Jan 2001
    Posts
    91

    Post

    I just installed Oracle 8.1.7 for Solaris 8 on Intel. The install went fine. I even had a chance to import a dump file into the database and all went well. I was able to login into the database and run a few queries as well. As soon as I shutdown and rebooted the system for the first time and attempted to log back into the database I got the following message.

    I am new to unix/soloris so maybe I skipped a step somewhere.

    $ sqlplus timss/taua

    SQL*Plus: Release 8.1.7.0.0 - Production on Wed Aug 29 09:32:12 2001

    (c) Copyright 2000 Oracle Corporation. All rights reserved.

    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Intel SVR4 UNIX Error: 2: No such file or directory

    Thanks

    Tim


  2. #2
    Join Date
    Aug 2001
    Posts
    26
    just simply startup your database using:

    connect internal
    startup


    or you can modify your initab to automatically startup ur db....

  3. #3
    Join Date
    Jan 2001
    Posts
    91
    kevlar , I gave it shot and this is what happened. I used the password oracle for Internal is there something else i'm over looking. also i search my system for the file initab it wasn't listed


    $ svrmgrl

    Oracle Server Manager Release 3.1.7.0.0 - Production

    Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.

    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production

    SVRMGR> connect internal
    Password:
    ORA-09817: Write to audit file failed.
    Intel SVR4 UNIX Error: 28: No space left on device
    ORA-09945: Unable to initialize the audit trail file
    Intel SVR4 UNIX Error: 28: No space left on device
    SVRMGR>

  4. #4
    Join Date
    Jan 2001
    Posts
    230
    Tim:

    This is not related to your question.

    I have installed SUN solaris on my PC. Can I use oracle for sun (unix version) on oracle for sun (intel verison)? If not, then where can I get the CD? and how much is cost?

    Thanks.

  5. #5
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Originally posted by treedstang
    SVRMGR> connect internal
    Password:
    ORA-09817: Write to audit file failed.
    Intel SVR4 UNIX Error: 28: No space left on device
    ORA-09945: Unable to initialize the audit trail file
    Intel SVR4 UNIX Error: 28: No space left on device
    SVRMGR>
    This is something different. One of your disks has filled up. Use df -kl to find out which one.
    Jeff Hunter

  6. #6
    Join Date
    Aug 2001
    Posts
    42
    Have any advice for a DBA-in-training? Any links that helped you better understand Oracle? General items of Oracle interest? Please send them here:

    jforacle@yahoo.com

    Thanks!

    John (Cincy, OH)

  7. #7
    Join Date
    Jan 2001
    Posts
    91
    [[/B][/QUOTE]
    This is something different. One of your disks has filled up. Use df -kl to find out which one.
    [/B][/QUOTE]



    Marist your right...

    I have one partition with my db files and it has 453 mb free
    and the partition that stores my oracle software is completly full.

    Since this is a test system it's probably best to startover on a larger drive. what do you think?? I thought I could pull this test off with a 13gig drive oh well

    Tim

  8. #8
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Search for core files or something on that disk. I would look at $ORACLE_BASE/admin/$ORACLE_SID/bdump, cdump, and udump to see if there are any files that you can get rid of. 13G should be enough if you are just testing. The Oracle sofware takes up less than 2G, and you should be able to test almost anything you want with a 2G database. Maybe you should reduce the size of some of your data files...
    Jeff Hunter

  9. #9
    Join Date
    Jan 2001
    Posts
    91

    Post

    Hey Marist..


    I found the udump cdump and bdump locations there was only a couple small logs there it was nothing listed that would free up anyting space worth while. I believe I allocated to much disk space on other partitions thats why I'm coming up short.


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