End-To-End Metrics
End-To-End Metrics
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)
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)
Re: End-To-End Metrics
Hello,
No, there are no special methods for implementing this functionality in ODAC.
No, there are no special methods for implementing this functionality in ODAC.
Re: End-To-End Metrics
Hello!
What's if add this opportunity in ODAC?
What's if add this opportunity in ODAC?
Re: End-To-End Metrics
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 .
Re: End-To-End Metrics
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.
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.
Re: End-To-End Metrics
Thank you for the suggestion, we will consider the possibility to implement this feature in the future.
Re: End-To-End Metrics
Have you any news about this feature?
Re: End-To-End Metrics
This feature is included ion our roadmap, however, we can't tell the exact terms of its implementation.