Answer Posted / pravin
sequence is sharable object in database which is use to
generate unique number
use of sequence is like
insert into table(emp_id,name)values
(sequencname.nextvalue,name)
&
cache is the memory use to how manu values preallocates in
memory & keep in memory defined in cache.
by default 20 values can be stored in cache.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to connect to oracle using service name instead of sid?
How to call a sub procedure?
How to put more than 1000 values into an oracle in clause?
Explain the use of owner option in exp command.
Can we call procedure inside function in oracle?
What are privileges and grants?
How to select some columns from a table in oracle?
How to sort output in descending order in oracle?
Is primary key indexed by default in oracle?
what are the default admin accounts in Oracle 10g ?
What are the uses of synonyms?
What is the difference between Delete, Truncate and Drop in Oracle?
What is a relational database management system?
How to connect the oracle server as sysdba?
What is a proxy object?