停止空想

老张的空中之家

存档于 ‘Oracle’ 分类

OUI-10058: 安装Oracle的错误

作者:admin 发表时间:四月 - 5 - 2008

OUI-10058: The OUI Inventory on this system does not exits or is not writable .
1-The /opt/oracle/oraInventory/orainstRoot.sh script was not executed with root privileges,
or an error occurred during execution;
2-You are not a member of the specified installer group

阅读全文 »

Popularity: 28% [?]

类别:Oracle

bequeath protocol 是什么意思?

作者:admin 发表时间:三月 - 30 - 2008

来自iutpub

oracledata(DESCRIPTION=(LOCAL=no)(ADDRESS=(PROTOCOL=BEQ)))

connect internal/oracle (bequeath protocol)
connect internel/oracle@mydb (net8 功能)

I always think of bequeath as IPC (interprocess communication) so it has to be on the same server. The name bequeath may have some historical reason.

Popularity: 18% [?]

类别:Oracle

online/非online create rebuild index的区别。

作者:admin 发表时间:七月 - 29 - 2007

alter index XX  rebulid  online  或者create index  XXX on  tableXX (ID) online

与不加online的相比,加了online的不阻塞DML。在大的系统中,如果不加online, index 是加不上去的,

并且会造成整个系统的问题。

阅读全文 »

Popularity: 24% [?]

类别:Oracle