Setting database profile limits
I would like to implement limits using database profiles to avoid the application from freezing the server due to excessive resource usage. However I am not sure how to get the proper values to set the limits to (e.g. cpu per session, cpu per call, reads per session, reads per call, private sga, composite limits), particularly for a middle tier application. Appreciate any pointers.
Thanks.