ChinaUnix.net
相关文章推荐:

oracle 循环继续

又出现了新问题。。 安装的log如下: *** Install Page*** Starting install install phase 1 of component Java Runtime Environment Calling action fileActions2.2.0.14.0 finalClusterSetup selectedNodes = threadsActive = 2 vectorInitialSize = 50 vectorFactorSize = 25 Calling action fileActions2.2.0.14.0 copyExpandedGroup selectedNodes = copyGroup = bin permissions = 775 owner = null group ...

by oncer - Oracle - 2006-09-04 12:01:21 阅读(665) 回复(0)

相关讨论

安装到"File Locations"界面,我选默认点"下一步"报错:Unable to create directory /home/oracle/product/9.2. You may not have proper permission to create the directory or there is no space left in the volume.Not able to creat the 'Oeacle Home' you specified.然后我建立了/home/oracle/product/9.2目录,重新执行还是不可以,df -k 输出: /dev/dsk/c0t0d0s0 494235 268744 176068 61% / /dev/dsk/c0t0...

by 背景离乡 - Oracle - 2006-04-04 16:48:08 阅读(709) 回复(1)

我是在redhat9 上安装8.17,65%出现ins_precomp.mk 安转出错! 我也按论坛上操作( Edit the file $oracle_HOME/ctx/lib/env_ctx.mk, go to "INSO_LINK =", and add a "$(LDLIBFLAG)dl" to the line and save it. Here is the full line with the added "$(LDLIBFLAG)dl" flag: INSO_LINK = -L$(CTXLIB) $(LDLIBFLAG)m $(LDLIBFLAG)dl $(LDLIBFLAG)sc_ca $(LDLIBFLAG)sc_fa $(LDLIBFLAG)sc_ex $(LDLIBFLAG)sc_da $(LDLIBFLAG)s...

by xuwenchao2008 - Oracle - 2004-03-18 11:32:11 阅读(1232) 回复(13)

出现问题的情况是这样的, 我需要读取一个文件,按行读取,直至读完. 每读一行的时候根据读取的值生成update语句,然后update数据库. 现在小弟在循环中做连接的时候总是过不了,return code 为非正常值, 且无提示信息.以下为出现问题的代码,请指教. temp_file=${APP_INPUT_DIR}temp.dat cat ${inputfile} >> ${temp_file} while read -r line do accoutno=`echo "$line" | cut -c 1-10` statementdate=`echo "$line" | cut -c 12-18` p...

by sky2004gy - Shell - 2005-05-31 11:12:08 阅读(1034) 回复(3)

DISPLAY没有设置怎么设?装oracle9I出现这个问题不能继续。我想在本机上装应该怎么设置DISPLAY呢? 急,请大家帮个忙!

by lyrican - Linux论坛 - 2005-07-27 17:07:46 阅读(578) 回复(7)

AIX5。1 oracle RAC9。2 整个安装都比较顺利,但在手工创建数据库报错 sql>;startup pfile=init.ora sh: /usr/sbin/cluster/utilities/clhandle: 0403-006 Execute permission denied. ORA-27504: Message 27504 not found; product=RDBMS; facility=ORA ORA-27300: OS system dependent operation:nodename failed with status: 2 ORA-27301: OS failure message: No such file or directory ORA-27302: failure occurred at: s...

by xsn1840 - AIX - 2003-09-10 10:50:44 阅读(1706) 回复(12)

我在tru64 5.1下装9.2.0,按zorrozolo的向导,装完后要配“oracle net configuration assistant“时,跳出的窗口出现乱码,(为什么会出现乱码?前面的安装都能显示中文,我login时选的是DEC的汉字)都是问号,乱点了几下,不小心就点了出来,谁能告诉我再能运行什么命令能够继续配置!!!??? 55555,不要告诉我重新开始,我已经被这个东东折磨了好多天!多谢各位大虾了

by ojack - 其他UNIX - 2003-08-08 11:07:10 阅读(1247) 回复(2)

redhat 8.0 oracle920 256Ram /proc/sys/kernel/shmmax 配128 安装是出现内存不足错误,现增加到512 , shmmax配256 问:能不能接着已安装的进度装下去?执行什么程序?(从新安装太费时)

by beener - Oracle - 2003-02-14 15:24:30 阅读(977) 回复(1)

redhat 8.0 oracle920 256Ram /proc/sys/kernel/shmmax 配128 安装是出现内存不足错误,现增加到512 , shmmax配256 问:能不能接着已安装的进度装下去?执行什么程序?(从新安装太费时)

by beener - Oracle - 2003-10-28 11:12:05 阅读(556) 回复(1)
by coom2008 - Oracle - 2008-03-24 15:07:26 阅读(1537) 回复(2)

run {allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt) ' ; backup incremental level 0 filesperset 20 format 'db_%d_%t_%s_%p' (database include current controlfile); release channel t1; } RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00...

备份

by sky_sc - 存储备份 - 2007-08-15 08:58:02 阅读(2748) 回复(5)