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

Thread: help

  1. #1
    Join Date
    Dec 2000
    Posts
    62

    Unhappy

    how to check the logfiles?

  2. #2
    Join Date
    Jun 2000
    Posts
    417
    check them for what?

  3. #3
    Join Date
    Mar 2000
    Location
    Atlanta, GA,USA
    Posts
    155
    Do you mean REDO logs?

  4. #4
    Join Date
    Dec 2000
    Posts
    16

    Size of REDO

    If you want to check the size of your REDO log files, run the following query:

    select group#, members, sum(bytes)/1024/1024 "MB"
    from v$log
    group by group#, members;

    Hope it help.

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