PDA

View Full Version : data analysis reporting tool for oracle


fg
10-23-2003, 01:54 AM
Hello

I am looking for a report tool that analyse an oracle database, and compute
statistics from the data such that average/max length of attributes for each
table.

Thanks

Daniel Morgan
10-23-2003, 10:24 AM
fg wrote:
HelloI am looking for a report tool that analyse an oracle database, and computestatistics from the data such that average/max length of attributes for eachtable.Thanks
SQL> exec dbms_stats.gather_schema_stats(OWNNAME=>'<schema_name>',
CASCADE=>TRUE);

The answers are in dba_tables, dba_indexes, etc.

When spend a dime to get what you already have?

--
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan@x.washington.edu
(replace 'x' with a 'u' to reply)


MyLounge.com Site Map
Forum: Cars, Cell Phone, Database, Games, Home Improvement, IT, Music, School, Sports, Web Design, Web Server, Weight Loss

The MyLounge.com forum is intended for informational use only and should not be relied upon and is not a substitute for any advice. The information contained on MyLounge.com are opinions and suggestions of members and is not a representation of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for the accuracy, completeness or usefulness of any postings or the qualifications of any person responding. Please consult a expert or seek the services of an attorney in your area for more accuracy on your specific situation. Please note that our forums also serve as mirrors to Usenet newsgroups. Many posts you see on our forums are made by newsgroup users who may not be members of MyLounge.com Term of Service