Exforsys
+ Reply to Thread
Results 1 to 3 of 3

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...

  1. #1
    srilata is offline Junior Member Array
    Join Date
    Jul 2007
    Answers
    6

    size of database

    howto know the size of database


  2. #2
    siri6589 is offline Junior Member Array
    Join Date
    Jan 2007
    Answers
    5

    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.


  3. #3
    kalyansantosh is offline Member Array
    Join Date
    Feb 2007
    Location
    Chennai
    Answers
    84

    comments

    Thanks Siri for ur answer


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...