Flashback Version Query:
—————————-
Using undo data stored in the database, one can now view the changes to one or more rows alo[……]
Flashback Version Query:
—————————-
Using undo data stored in the database, one can now view the changes to one or more rows alo[……]
刚上班 就重感冒,什么资料都不想看,感觉节奏很快 慢慢适应吧[……]
换工作了,跳到了互联网行业,乙方的工作让我受益良多,新的工作充满了挑战,GL![……]
最近做了一次Oracle 9i 升级到10g RAC 的测试,现做如下简要记录:
1.查看目前数据库版本
SQL> select * from v$version;
BANNER
—————————————————[……]
Question :
1. How can we know available PGA and temporary tablespace before we issue a huge operation?
2. Can we estimate PGA and temporary tables[……]
数据库版本9.2.0.1 OS版本 AIX5
由于9.2.0.1的默认maxlogfiles 为5 maxinstance 为1所以需要重建controlfile 修改maxinstance为4 maxlogfiles 为 16
SQL> alter database backup con[……]
在数据库优化中Index 是一个重要因素。在Oracle 10g中,rebuild online是组建索引的一个重要特性。
在以下情况下应该考虑重建索引:
• 删除的行数超过了总数的30%, 就是说 DEL_LF_ROWS / LF_ROWS > 0.3.
• 索引的高度大于4.
•[……]
pTools — 进程监控的一组工具
{
pTools是AIX 5.2中引进的System V UNIX 提供的一组极有用的工具,用于查看进程相关的信息。包括命令:
{
procwdx,
procfiles,
procflags,
proccred,[……]
很多客户可能认为svmon -S中inuse的求和结果和svmon -G中的inuse一样,但是实际是不一样的。下面的脚本可以用来统计svmon -S中的inuse的相加结果:
#!/usr/bin/ksh
svmon -S | cut -c54-62 | awk ‘/^[-sLm][……]
环境描述:双节点rac 数据库版本10.2.0.5 通过awr发现down机时间段产生大量的cursor: pin S wait on X等待,同时伴随大量的library latch等待,通过与相关人员沟通得知,此库在每月的月头都会有大量的报表业务,从而负载将会增长几十倍之多。通过下面
的awr[……]