
				Wanna trace your Oracle stored procedures ?
					Here is the solution....

	Do you need to see what's happening inside Oracle ? Do you need to see what's happening inside your Oracle stored procedures ?
	Use ORAWatcher the way you use MFC Tracer or DebugViewer from SysInternals.


					ORAWatcher Installation

	Step 1 - Requirements
	You must have installed Oracle 8i client. Also you must have acces to the Oracle server as system or another user who has access to DBMS_PIPE system package and who can create a public synonim. ORAWatcher uses registry and writes in the HKEY_LOCAL_MACHINE/SOFTWARE the username and connection string.

	Step 2 - Script

	You must run ORAWatcher orainstall.sql script in order to create the package and procedure needed by the app. Log on to your Oracle server as system and run the script. After running the script you should have no invalid packages or procedure ( in case that some packages or procedures are invalidated please recompile them ). The script creates a public synonym for the package ORAWatch so everyone can access it.

	Step 3 - Test

	At this time, ORAWatcher should work fine. Start ORAWatcher.exe and log on as system. Select an Oracle session to listen (for example an SQLPlus session) and start listening. In SQLPlus call ORAWatch.Debug(string) function and see if you got any results.


	Additional info

	You can find additional info and possible updates and online help at
http://members.tripod.com/petruacsinte
http://petruacsinte.go2click.com