How to define Data Block size ?
Answers were Sorted based on User's Feedback
Answer / orawhiz
A data block size is specified for each ORACLE database when
the database is created. A database users and allocated free
database space in ORACLE datablocks. Block size is specified
in INIT.ORA file and cann't be changed latter.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nishi
A data block size is specified for each ORACLE database when the database is created. A database users and allocated free database space in ORACLE datablocks. Block size is specified in INIT.ORA file and can't be changed latter.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to call a stored function in oracle?
How to call a stored procedure inside a trigger? Give an example.
What is transport network substrate (tns) in oracle?
How to delete a column in an existing table in oracle?
How to create a table interactively?
what is primary key?
What are the extensions used by oracle reports?
what are the disadvantages of hierarchial database over RDBMS?
Explain what are the advantages of views?
write sql query following source are EmpID, Salary 101 1000 102 2000 103 3000 I want the output format like following empid,sal,composite_sal 101 1000 1000 102 2000 3000 103 3000 6000
What is an index associated with a constraint?
Explain a data segment?