如果表带索引,经常会出现ORA-26028错误,该错误ORACLE的描述为: ORA-26028 index string.string initially in unusable state Cause: An index is in IU state prior to the beginning of a direct path load, it cannot be maintained by the loader. Action: Either rebuild the index, re-create the index, or use either SKIP_ UNUSABLE_INDEXES or SKIP_INDEX_MAINTENANCE (SQL*Loader only). 谁知道如何解决吗?望不吝赐...
by breezexiang - Oracle - 2005-07-29 10:55:27 阅读(1443) 回复(0)
装在AIX文件系统方式下的Oracle,日志中报错:"bad head found during direct read",请问怎么解决?为什么会如此? AIX 4.3.3 谢谢
装在AIX文件系统方式下的Oracle,日志中报错:"bad head found during direct read",请问怎么解决?为什么会如此? 谢谢
:shock: direct9.0 在98里面能正常使用吗??有没有for98direct的?谢谢.是这样的:朋友想在机子<98>上装游戏,但是老是不行..他的98里面装上了direct9.0..在别人的机子<2000>就能玩<装的是direct8.0..是不是98不支持direct9.0??谢谢...
我的oracle安装后没有找到cdemodp.c这个例子,实在无从下手,谁有的话帮忙发一份(还有cdemodp.h) 另外,有经验的也在这里谈谈这个问题吧。
也就是在加载数据时, 调用oracle的内置函数(to_char, to_date之类的函数)对某些字段做转换, 需要在哪里设置?
我在每个用户的宿主目录里面都建立有.profile文件,里面定义了path值。当一某用户登录后,path值为我所设定的。但是,一旦su为另外一个用户(比如root),path值就变成了系统默认值,不是我为root用户设置的值。 请问,彻底更改path值应该怎么做?