What is a Segment ?
Answer / orawhiz
A segment is a set of extents allocated for a certain logical
structure.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the sql query to concatenate column values from multiple rows in oracle?
What are the uses of linked server and explain it in detail?
What is coalesce function?
Table E: Name dept month sal 1 A JAN 800 2 B APR 1000 3 A JAN 300 4 A JAN 600 5 C JUN 400 1) SELECT HIGHEST SAL PAID DEPT IN JAN MONTH? 2) WRITE QUERY GET MAX SAL DEPT NO?
How will you differentiate between varchar & varchar2?
How to pass parameters to procedures?
Why required to run root.sh at the time of installation and what exactly it will do
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?
Explain a data segment?
difference between oracle8i and oracle9i
How to select some rows from a table in oracle?
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the same block level ?