End-To-End Metrics

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sinys
Posts: 186
Joined: Tue 21 Feb 2012 03:44

End-To-End Metrics

Post by sinys » Thu 30 Apr 2015 06:36

Can I set End-To-End Metrics (module, action, client_id, ECID) by ODAC?

old style http://docs.oracle.com/cd/B19306_01/jav ... m#BEICGHJH
and another style:
OCSID.CLIENTID
OCSID.MODULE
OCSID.ACTION

exclude calls dbms_session or dbms_application_info (but maybe it will usefull for direct connect mode - I'm not shure)

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

Re: End-To-End Metrics

Post by AlexP » Tue 05 May 2015 11:53

Hello,

No, there are no special methods for implementing this functionality in ODAC.

sinys
Posts: 186
Joined: Tue 21 Feb 2012 03:44

Re: End-To-End Metrics

Post by sinys » Tue 05 May 2015 16:24

Hello!

What's if add this opportunity in ODAC?

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

Re: End-To-End Metrics

Post by AlexP » Wed 06 May 2015 08:24

In ODAC, you can set these parameters using explicit calls of the dbms_application_info package methods: http://docs.oracle.com/cd/B19306_01/app ... m#CHECEHFD .

sinys
Posts: 186
Joined: Tue 21 Feb 2012 03:44

Re: End-To-End Metrics

Post by sinys » Wed 06 May 2015 14:53

I see, but how I already wrote it's not the same.

https://books.google.ru/books?id=-cjAAw ... LE&f=false

You can see if we use OCIAtrrSet function this mean it's not a cursor and it's mean not open, parse and excute any cursor, not SGA resident and so on. I think it's should be more faster for DB and network resourses than package calls.

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

Re: End-To-End Metrics

Post by AlexP » Tue 12 May 2015 08:46

Thank you for the suggestion, we will consider the possibility to implement this feature in the future.

sinys
Posts: 186
Joined: Tue 21 Feb 2012 03:44

Re: End-To-End Metrics

Post by sinys » Tue 02 Aug 2016 12:27

Have you any news about this feature?

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

Re: End-To-End Metrics

Post by AlexP » Tue 16 Aug 2016 06:51

This feature is included ion our roadmap, however, we can't tell the exact terms of its implementation.

Post Reply