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

Thread: wrong user dump dest

  1. #1
    Join Date
    Jul 2001
    Location
    Montreal
    Posts
    222

    Angry

    For some apparent reason, the .trc files are going into the default ORACLE/rdbms/log default directory.
    I set the user_dump_dest directory to another dir and did a show parameters and the user_dump_dest definition is correct.
    Why are the .trc going to the default directory.

    Oracle Version 8.1.5
    Solaris 2.6

  2. #2
    Join Date
    Mar 2001
    Posts
    635
    Hi

    You have to bounce your database

    Regards
    Santosh

  3. #3
    I did bounce the database. The trace files are being written to the default Oracle_home/rdbms/log directory. Although the user_dump_dest indicates another location. Could this be a UNIX PBM?
    The brain is a wonderful organ; it starts working the moment you get up in the morning and does not stop until you get into the office.

  4. #4
    Are you sure the trace generated are from the database you modify and bounce?
    Do an alter database backup controlfile to trace; to see it.
    Ramon Caballero, DBA, rcaballe@yahoo.com

  5. #5
    Done that and it did the square root of zero! :-(

    Totally stuck now.???
    The brain is a wonderful organ; it starts working the moment you get up in the morning and does not stop until you get into the office.

  6. #6
    From Metalink's Note:90777.1
    If you are getting also : skgm warning: Not enough physical memory for SHM_SHARE_MMU segment of size
    000000000c8a9000.
    This could happened when your SGA does not fit in memory.

    You can decrease some "init.ora" parameters or you can set _USE_ISM=false in
    "init.ora".

    Copyright (c) 1995,2000 Oracle Corporation. All Rights Reserved. Legal Notices and Terms of Use.
    Ramon Caballero, DBA, rcaballe@yahoo.com

  7. #7
    Join Date
    Jul 2001
    Posts
    56
    Hi there,

    Just a guess, can u try relocating also the "background_dump_dest"?

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