Submitted Questions

  • Identify Database Size

    How will you identify database size when you create a database first time?

    Caesar Dutta

    • Nov 6th, 2017

    Select sum(bytes) from dba_segments

    SURAJ BANSODE

    • Oct 14th, 2016

    To find the size of database we need to Sum (datafiles+redo log files+temp files+control files)