自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(14)
  • 收藏
  • 关注

转载 Use screen, nohup or not?

当你有需求将一个进程放在后台跑时,切忌使用nohup or screen.screen需要在你run脚本之前运行,nohup可以修改已经运行的进程。 /usr/bin/nohup command [argument......

2010-06-20 16:33:31 155

转载 vmware workstation ACE + RH LINUX 5 + clusterware10 RAC安装相关问题

如果使用ssh而不是rshFailed to upgrade Oracle Cluster Registry configuration 防火墙最好关闭VIPCA报错SWAP不足VIP添加过程中不断offlineDBCA无法在节...

2010-06-16 15:46:08 145

转载 Oracle Enterprise Manager(OEM)的SQLSERVER插件安装

SQLSERVER PLUGIN:1 介质准备1.1 从ORACLE官方主页下载OEM agent. http://www.oracle.com/technology/software/products/oem/index.h...

2010-03-31 21:13:42 324

转载 How to show file names with special character

ls -alt "a" -> shows nothingls -alt -> shows a[@more@]ls -alt > a.outvi a.out -> you'll see ...

2010-03-24 11:56:01 111

转载 Java Date timezone problem

Be careful when you're using Date for your java application.When you have a different timezone setting between you...

2010-03-23 14:56:02 115

转载 can't enable result cache

result_cache_max_size can't be set to big than 0, reason could be:1. make sure you're using enterprise edition2. s...

2010-03-16 13:45:48 126

转载 [From metalink] 11g MEMORY_TARGET Parameter Dependency [ID 452512.1]

Modified 06-JAN-2010 Type BULLETIN Status PUBLISHEDIn this DocumentPurposeScope and Application11g MEMORY_TARGET P...

2010-03-16 13:20:38 100

转载 ORA-00600 [krbvalunused_badfno] while dulicating standby database

RMAN> duplicate target database for standby nofilenamecheck ......Errors in file /u01/app/oracle/admin/stdby/ud...

2009-12-02 12:23:16 191

转载 difference between alter system checkpoint and alter system switch logfile

Are they the same? Based on documents, the second one will call "checkpoint" so does this mean alter system switch...

2009-10-08 02:37:18 196

转载 rac升级10204时遇到的奇怪问题

报错:"Central Inventory /etc/oracle/oraInventory is on a shared drive, each node among rac1,rac2 should have its own...

2009-10-05 14:18:40 1056

转载 sort_area_size的bug

alter session set sort_area_size没用,session的pga只能用到系统级别的设置。这个bug是10203引进的,下面是相关链接:https://metalink2.oracle.com/meta...

2009-10-05 14:00:42 130

转载 standby recovery after open resetlogs on primary

2 cases to recover standby after primary open resetlogs:It's supported by oracle:http://download.oracle.com/docs/c...

2009-10-05 13:45:23 157

转载 explain plan slow due to dynamic sampling

We've got a interesting problem today, a simple explain plan will take more than 1mins.[@more@]From oracle Documen...

2009-05-11 20:32:42 105

转载 Oracle data guard trouble shooting

1. ORA-01009: missing mandatory parameter2. ORA-16055: FAL request rejected3. ORA-01034: ORACLE not available[@mor...

2009-03-11 20:48:02 159

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除