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.

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top