How do I track the tables that have record inserts in the back-end while...

  • Hello,

    We have a CRM application that we use. As we enter relevant information in this system through the front-end screens, this inserts various records into multiple tables.

    How do I track the tables that get row inserts/updates as a result? I need to get the table names. Our system tables are in Oracle.

    Thanks,

    Raghav

  • I am sure Oracle too might have some tool that is equivalent to a profiler in SQL Server. You can use something like that and track what Queries or calls are being executed. That is the one way I know.

    -Roy

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply