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

Thread: List of log file names

  1. #1
    Join Date
    Mar 2001
    Posts
    13
    What is the equivalent command to see list of log files
    as we see for data files , command files

    select name from v$datafile ;
    select name from v$controlfile ;

    v$log does not give the name of log files ??

  2. #2
    Join Date
    Feb 2000
    Location
    NJ, United States
    Posts
    250

    Talking

    V$DATAFile,V$CONTROLFILE ..and in this case V$LOGFILE, Simple isn't it?

    KN

  3. #3
    Join Date
    Mar 2001
    Posts
    13
    Oh.. ... Thanks.
    Here it is 'member' instead of name.

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