473,396 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

sqltracefile

Hi all,

How to find out sqltrace log file in oracle ..

For example ,
I deleted one row. that informartion are log into one log files. i want find that locations of this log files.
Sep 17 '07 #1
2 1284
amitpatel66
2,367 Expert 2GB
Hi all,

How to find out sqltrace log file in oracle ..

For example ,
I deleted one row. that informartion are log into one log files. i want find that locations of this log files.
Run the below Query which will give you the path for log file:

Expand|Select|Wrap|Line Numbers
  1. select value from v$parameter where name = 'background_dump_dest'
  2.  
Sep 17 '07 #2
Run the below Query which will give you the path for log file:

Expand|Select|Wrap|Line Numbers
  1. select value from v$parameter where name = 'background_dump_dest'
  2.  


hi

thanks for information.. now i find that
Sep 17 '07 #3

Sign in to post your reply or Sign up for a free account.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.