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 |
What is a trigger and what are its types?
How to define a variable to match a table column data type?
What is Hash Index?
16. Display the order number, order line number and the shipping date. If the shipping date is null, display the string <not shipped yet>.
Explain oracle 12c new features for developers?
how to find the second highest salary in a given table????
What are temporal data types in oracle?
How to use "while" statements in oracle?
What is rowid and rownum in oracle?
What is a select query statement in oracle?
What is flashback Query ? And Use ?
What is the parameter mode that can be passed to a procedure?