GetTraceFileName in TOraTrace wrong for 12c

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dados
Posts: 82
Joined: Thu 18 Aug 2005 14:06

GetTraceFileName in TOraTrace wrong for 12c

Post by dados » Tue 09 Feb 2016 20:37

Hi,

I was trying out TOraTrace and GetTraceFileName gave me the wrong path.
When I did a db trace I could see that the component is using this method to get path:
SELECT value FROM v$parameter WHERE name = 'user_dump_dest'
user_dump_dest has been deprecated since 11g.

I think that this is the prefered method
SELECT VALUE FROM V$DIAG_INFO WHERE NAME = 'Default Trace File'

-Arni Thor

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: GetTraceFileName in TOraTrace wrong for 12c

Post by AlexP » Thu 11 Feb 2016 12:36

Hello,

Thank you. We have made the required changes to TOraTrace.

Post Reply