This is a discussion on size of database within the Oracle Database forums, part of the Database category; howto know the size of database...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Size of database
If you are on a unix platform then you can find the size of the database with the following command:
( to know the size in MB) type in the following command select sum(bytes)/1024/1024 "Meg" from dba_data_files; If you are on windows platform then size of the datafiles imples the size of the database ( offcourse redo logs also add size of the database) Hope this is may help you. Thank you, Siri6589, Oracle DBA. |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Robot Competition FAQ for June 2004 | R. Steven Rainwater | Tech FAQ | 0 | 05-27-2004 08:59 PM |
| Comp.software-eng FAQ (Part 0): periodic postings and archives | David Alex Lamb | Tech FAQ | 2 | 05-23-2004 05:15 AM |
| Comp.software-eng FAQ (Part 0): periodic postings and archives | David Alex Lamb | Tech FAQ | 3 | 04-18-2004 05:15 AM |
| Kerberos FAQ, v2.0 (last modified 8/18/2000) | Ken Hornstein | Tech FAQ | 0 | 04-17-2004 07:28 AM |
| [FAQ] FileMaker Pro - database for Macintosh and Windows | Martin Trautmann | Tech FAQ | 0 | 04-17-2004 07:26 AM |