Frage

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.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top