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

Thread: ORA-07429 shmget() failed

  1. #1
    Join Date
    Nov 2000
    Posts
    74
    We have a system on Unix that is suddenly not working. We cannot even sign on to Oracle because of this error. There is a message about not being able to create an audit trail. Unfortunately this is a system with no documentation so we know little about it. We are also unfamiliar with Unix but are trying to get this running so we can export to NT. Can anyone advise us how to go about fixing this problem? This is version 7.3.4.

    Any advice is appreciated.

    Thanks.

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    You have probably filled up sys.aud$ if you have auditing turned on. To clear out sys.aud$:
    % svrmgrl
    SVRMGRL> connect internal
    SVRMGRL> truncate table sys.aud$
    Jeff Hunter

  3. #3
    Join Date
    Aug 2000
    Posts
    194
    try restarting the oracle instance, if feasible. Also see the environment variables for the user is set properly and the oarcle executable has the correct permissions.


  4. #4
    Join Date
    Nov 2000
    Posts
    74
    Thanks for your help. We could not get in to the Oracle database at all on Unix so that we could use servermanager to truncate the tables. We had to go into Unix and increase the shared memory storage first. Then the truncate command worked on sys.aud$.

    Thanks for the assistance.

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