Pergunta

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.

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top