-
2011-03-15 10:30:15 / Oracle数据库管理
Exchange Partition是一个很好用的功能,在我们的系统中被经常使用。如果有同学不熟悉,可以参考这篇文章 http://www.dbafan.com/blog/?p=110灵活运用这一功能,可以解决很多问题。上周我们利用exchange partition成功的将range partition表转为range hash partition表。事件背景如下:Range分区的日志表,
查看(375)
评论(0)
-
2010-11-30 14:56:56 / Oracle专题深入讨论
有没有人注意过这个问题? 我也是偶然发现的我们是用的async IO,平台是solaris这是升级前后的数据,差别很大SNAP_TIMETOTAL_WAITS TIME_WAITED----------------- ----------- -----------20100425 00:00:0011932020100426 00:00:0011871920100427 00:00:
查看(571)
评论(3)
-
2010-06-07 10:27:37 / 招聘求职商务信息
Staff Database EngineerDescription:This Staff database engineer will actively design, build, monitor and maintain databases supporting development/QA activities, architectural proofs-of-concept and evaluate new and emerging technologies for use within the eBay marketplace. The ideal candida
查看(666)
评论(2)
-
2010-05-10 15:36:05 / Oracle专题深入讨论
这是在一次恢复演习中偶然发现的一个有趣的问题。当LMT表空间中文件被offline后,如果该文件中包含有segment header,那么从dba_extents中不能看到该segment。来看一个测试:SQL> select file_id from dba_data_files where tablespace_name='TEST';FILE_ID----------1011SQL
查看(755)
评论(4)
-
2010-04-02 17:44:09 / 招聘求职商务信息
Description:The Oracle DBA is a member of a top DBA Team responsible for eBay global Oracle database system.Required to keep eBay's e-commerce business running 24x7.Responsibilities:·Keep management database configuration and tuning·Manage and support a large site database
查看(904)
评论(4)
-
2010-04-01 11:59:34 / Oracle专题深入讨论
数据库的logfile被rm删除,每个logfile group仅有一个logfile member,当该logfile变为current时发现问题。数据库仍然可以正常运行,但是LNS进程报错称找不到被删除的logfile。我们使用lgwr async模式传输redo到远端physical standby,physical standby无法得到被删除的logfile。从pfiles中可以看出,因为lgwr进程每
查看(1807)
评论(10)
-
2009-09-28 00:26:01 / Oracle数据库管理
在10g version中,如果是manul PGA管理模式下,alter session set sort_area_size和sort_area_retained_size要设两次才能生效。我测试了正在使用的10203和10204版本,都可以重现大家也可以试试自己的版本是不是有这一问题,测试步骤如下:首先建一个test表,大约几十M吧。测试过程如下:我们系统上defa
查看(969)
评论(3)
-
2009-09-09 12:04:42 / 招聘求职商务信息
不知道有没有人在这儿发过。Staff level开发DBA,机会不错,待遇很好工作地点:上海Responsibilities:·Work in project teams and very closely with Java developers to design, tune and develop SQL and PL/SQL codes for eCommerce application, and ensure the efficiency of all database codes being dep
查看(2232)
评论(9)
-
2009-06-29 22:39:20 / Oracle数据库管理
在split partition时,如果所有索引都是local index并且新split出来的partition为空时,oracle不需要rebuild index,这就是fast split。但是当新的partition非空时,则index处于unusable状态,需要rebuild index。而在rebuild index这段时间内,如果有SQL进来,就会出问题了。oracle并没有给出一个安全的split part
查看(2162)
评论(20)