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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top