Question

I have been working in Oracle APEX for quite sometime, I have the administrative tab and other but I want information in number of hours I have worked per day for last 6 months.

I need sql query & logs to show that I was working.

Était-ce utile?

La solution

In Apex:

Administration > Monitor Activity > Application Changes by Day / By Developer / ...

or Query:

SELECT * FROM apex_developer_activity_log

Both may depend on automatic purging though.

And if you've been working for 6 months, then surely you'll have something to show for it.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top