cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All

what is the program that we run to get the statistics of the database.

0 Likes
View Entire Topic
stefan_koehler
Active Contributor
0 Likes

Hello Sudhakar,

to collect oracle database statistics you should use the BR*Tools (brconnect):

http://help.sap.com/saphelp_erp2004/helpdata/EN/88/fce73a86e99c77e10000000a114084/content.htm

To view the statistics you can use the PL/SQL Package DBMS_STATS:

http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_stats.htm

If you have the SQL Developer you can also query it very easily via GUI.

Regards

Stefan