learner
4th March 2004, 19:41
Hi,

Assuming i have a standard session, and it inserts/updates 'n' no. of standard tables , how can i figure out which are these tables ?? I don't have the Program scripts for these standard sessions.

Environment is
BaaN : BaaN IV c4
Db: Oracle 9i

I hope there must be a way, if yes, then how to get info about it ??

Regards

Learner

lbencic
4th March 2004, 19:54
You should aquant yourself with session tracing. Basically, you can setup your bclient to create a log of your database transactions while you are working.

Check this post (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=1068&highlight=database+tracing) with further info with simple examples,

and this one (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=7665&highlight=database+tracing) with an updated doc.

learner
5th March 2004, 19:44
Hi,

Thanks for the link.

Regards

Learner