Delphi32.com - Home!
| Home/News | Downloads | Forums | D32 Magazine | Resources | Info and Facts |  
 
 Some useful tables/views/synonyms


December 7, 1997

There are A LOT of system tables in an Oracle Database. This section just picks a few that are interesting as seen from the application developer's point of view.

Keep in mind that not all tables are accessible from all users. Some require that DBA rights are granted. So, in no particular order:
NameDescription
DUALDual is a very simple table with only one column and one row. This is the way to get to different variables in Oracle, such as the current user (select user from dual), return value of a function (select upper('lowercase') from dual) and what have you.
DBA_USERSThis is handy if you need to see information on users in the database, such as default tablespaces, or whether their login is authenticated by the network or the server itself.
V$PARAMETERHere you can see the current parameter settings in the database. You CANNOT change the values from here!. Use SQLDBA for that, or modify the parameter file initorcl.ora and restart the database.
TABQuick overview of accessible tables/views
INDQuick overview of accessible indexes
ALL_xxthese tables contain information on all available objects for this user. This includes everything, right down to source code for PL/SQL procedures
V$SESSIONContains all active sessions. Nice to see who's on the system



 
 Hits/month  2,500,000+ 
 Downloads
 (Since May 2000)
 7,393,709 
 Total Files  6,023 
 Forum msgs  7,670 
 Articles/FAQs  70+/900+ 
Kylix
Tips n Tricks
FAQs
Knowledge Base
Bug Listings
Articles
Books
Newsgroups
Links
Submissions
Testimonials
Advertising
Contact Us
About Us
Search Amazon:
Top Selling Software at Amazon

| Home/News | Downloads | Forums | Resources | Info and Facts | Testimonials |
  Site Search:
 


Comments/Problems: Webmaster@delphi32.com
Copyright © 1998-2006, Delphi32.com. All rights reserved.
Terms of Use