APEX_ACTIVITY_LOG to ---> a table
650629Oct 31 2008 — edited Nov 4 2008Hi,
In SQL Workshop have queried:
SELECT * FROM APEX_ACTIVITY_LOG
The APEX_ACTIVITY_LOG has all of the information I need to track usage of my application. I understand that there are reports that can be generated on the LOG but I need to automatically write this information to a table via a dblink if possible. I already have the dblink created and am inserting data into tables with my application through this dblink but I don't understand how to take the APEX_ACTIVITY_LOG data and get it into a table that is on the other side of this dblink.
Any suggestions?
Please let me know a little more step by step. I started using ORACLE and APEX about 2 months ago and while I have learned alot I sometimes need these things spelled out for dummies.
Thanks,
Kirk