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
Explain a synonym?
How to Truncate Table in Oracle
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What is the usage of control file in oracle?
How to define a variable of a specific record type?
How many types of synonyms in Oracle?
Explain the function of optimizer in oracle?
What is the difference between count (*), count (expression), count (distinct expression)?
while i take backup using ibm tsm the following errors occurred: rman-03009 ora-19513 ora-27206 ora-19502 ora-27030 ora-ora19511
What the is the diff between local index and global index. give some example.
What is execute immediate in oracle?
Why is oracle so popular?
How can I get column names from a table in oracle?
How to loop through a cursor variable?
What is a select query statement in oracle?