Exforsys

Online Training

size of database

This is a discussion on size of database within the Oracle Database forums, part of the Database category; howto know the size of database...


Go Back   Exforsys > Database > Oracle Database

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-26-2007, 05:36 AM
Junior Member
 
Join Date: Jul 2007
Posts: 6
srilata is on a distinguished road
size of database

howto know the size of database
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 11-26-2007, 10:23 AM
Junior Member
 
Join Date: Jan 2007
Posts: 5
siri6589 is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-27-2007, 05:47 AM
kalyansantosh's Avatar
Member
 
Join Date: Feb 2007
Location: Hyderabad
Posts: 90
kalyansantosh is on a distinguished road
Send a message via Yahoo to kalyansantosh
comments

Thanks Siri for ur answer
__________________
Kalyansantosh
Sr QA
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Reply


Thread Tools

Posting Rules
You may not post new questions
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

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


All times are GMT -4. The time now is 05:51 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.