You can also got to otn.oracle.com, dig for the Oracle documentation, and then for the "Oracle Database Reference" manual, and in that you will find comprehensive descriptions of all the data dictionary tables and columns.
Best regards,
Jonathan Gennick --- Brighten the corner where you are http://Gennick.com * 906.387.1698 * mailto:jonathan@(protected)
Join the Oracle-article list and receive one article on Oracle technologies per month by email. To join, visit http://five.pairlist.net/mailman/listinfo/oracle-article, or send email to Oracle-article-request@(protected) and include the word "subscribe" in either the subject or body.
Monday, March 28, 2005, 11:48:12 AM, Graeme St. Clair (Graeme.St.Clair@(protected)) wrote: GSC> I understand there is a "DESCRIBE my_data_base" command in Oracle SQL, and I GSC> assume it will return material describing the d-b in question. Right so GSC> far? If so, is it restricted in some way? I'm finding I can issue SELECT GSC> from a Perl script but not DESCRIBE - I get ORA-00900 (See ORA-00900.ora-code.com): invalid SQL statement GSC> (DBD: error possibly near <*> indicator at char 1 in '<*>DESCRIBE GSC> my_data_base').