Re: Retrieve size of db objects




"Tony" <acangiano@xxxxxxxxx> wrote in message
news:1149176796.535120.238780@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
: Hi all,
:
: given a certain Oracle database, I need to execute queries/commands in
: order to retrieve the following information:
:
: 1) Database size
: 2) List of tables
: 3) Each table size
: 4) List of indexes
: 5) Each index size
:
: I'd appreciate any advice or pointer.
:
: Many thanks in advance,
: Tony
:

The Oracle Reference manual lists all the data dictionary views, where such
information can be found

Also, the online view DICTIONARY provides a listing of data dictionary views

How familiar are you with Oracle architecture? You many need to peruse the
Concepts manual before being able to answer these questions.

++ mcs


.



Relevant Pages