create sequence name increment by x //x为增长间隔 start with x //x为初始值 maxvalue x //x为最大值 minvalue x //x为最小值 cycle //循环使用,到达最大值或者最小值时,从新建立对象 cache x //制定存入缓存(也就是内存)序列值的个数 序列是一数据库对象,利用它可生成唯一的整数.一般使用序列自动地生成主码值.一个序列的值是由特别的Oracle程序自动生成.如果不设定cycle循环的话,每一个序列号是唯
1.Does undo buffer exists or changes will directly write to undo datafiles? Undo blocks are database blocks, so they will sit in the buffer cache like others, eg虽然无法控制undo buffer大小,但是可以查询到其大小,如下 SQL> select count(*) 2 from v$bh 3 where file# in ( 4 s
转载自 http://blog.csdn.net/tianlesoftware/article/details/6534239 Introduction This post is about oracle rac 10g, it is important to notice the version number of oracle. Because different version may not work for this post. Cache fusion technology was