Answer Posted / er. debashreet das
actually, size of a database can be calculated by various
factors:
1. total bytes allocated to the table, i.e., suppose we
create a table as
create table tr_deb(name varchar2(15), roll_no number(4),
branch varchar(20), photo blob(50));
then, total size will be 15 + 4 + 20 +50 = 89 bytes
2. also, calculate the primary and secondary extents. That
means we have to calculate the memory size required for
that table(relation), i.e., for tr_deb relation. This is
called primary extent.
3. Then, finally, we have to calculate(actually predict)
the secondary extent. Let us understand in this way:
suppose, our table "tr_deb" may be expanded in near future,
if students get admitted, then, we have to store their
address, phone number, etc. Again, we can decompose the
composite attributes into component attributes(sub-
attributes) and calculate their size(primary and secondary
extent)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How to define an anonymous block?
How do I uninstall oracle 11g?
How to write a query with a left outer join in oracle?
Explain an exception and its types?
How to retrieve values from data fields in record variables?
How to find out what oracle odbc drivers are installed?
while i take backup using ibm tsm the following errors occurred: rman-03009 ora-19513 ora-27206 ora-19502 ora-27030 ora-ora19511
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
how to do daily transactions with out sql* loader control file regesterd in apps?
Where is the export dump file located?
How to use null as conditions in oracle?
What are the limitations oracle database 10g xe?
What are the oracle built-in data types?
What is a view and how is it different from a table?
What is ADDM Advisor in Oracle?