Concepts and Architecture Question:

Download Job Interview Questions and Answers PDF

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

Oracle Architecture and Concepts Interview Question
Oracle Architecture and Concepts Interview Question

Answer:

1. Sum of the data files select sum(bytes/1024/1024/1024) 'Size in GB' from dba_data_files;

2. Actual data size:select sum(bytes/1024/1024/1024) 'Size in GB' from DBA_segments;

Download Oracle Architecture and Concepts Interview Questions And Answers PDF

Previous QuestionNext Question
Explain what are the components of Logical database structure of ORACLE database?Explain what is remote login user and local user in database? And sid is used when user want to login as local user and Glodal database name is used when user wants to login as remote user..
What does it mean?