|
Re: How to find db size, blah blah... [message #68395 is a reply to message #68376] |
Tue, 15 July 2003 15:19 |
ranjan
Messages: 20 Registered: August 1999
|
Junior Member |
|
|
You can Gui based tool called DBA studio to view the free space, etc... the tool is located under start-->program-->oracle--->. this is an excellent tool. Login as a user with dba rights and you'll be able to modify most of things except the system parameters.
Also, you can run
select * from dba_data_files; command to see all of you datafiles. Run select * from dba_tablespaces;
I usually use dba_data_files.
|
|
|