when do u go for hash partitioning?
Answer / sathish
when ever we retrive the data according to the name based
(data type varchar2 )
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use existing values in update statements using oracle?
How can I create database in oracle?
What is meant by a deadlock situation?
What is a data dictionary and how can it be created?
Difference between an implicit & an explicit cursor.?
What is meant by recursive hints in oracle?
How can we manage the gap in a primary key column created by a sequence? Ex:a company has empno as primary key generated by a sequence and some employees leaves in between.What is the best way to manage this gap?
What is indexing, and how does it improve performance?
Can we use bind variables in oracle stored procedure?
What is a partition in oracle?
Can a field be used in a report without it appearing in any data group ?
What is difference between SUBSTR and INSTR?