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 define default values for formal parameters?
Difference between inner join vs where ?
What is the exact use of Collections?
Why packages are used in oracle?
How to pass a cursor variable to a procedure?
Explain the use of constraints option in exp command.
What's dateware house and what's clustor with practicle example
What happens in oracle commit?
what is the scenario where you take the database to NoArchivelog mode?
What is the purpose of save points in oracle database?
What is meant by an index?
how will I find the first 5 highest salaried employees in each dept in oracle.