ChinaUnix.net
相关文章推荐:

create pfile from spfile unable to open file

SQL> create pfile from spfile 2 然后就没反应了,这是怎么回事呢?

by tearszhu - Oracle - 2007-03-14 16:42:24 阅读(1673) 回复(4)

相关讨论

我是这样做的: 以dba身份连接; 1。create spfile from pfile 出错:无法创建已由例程使用的spfile 2.于是我shutdown,再create spfile from pfile 出错: ORA-01078:failure in processing system parameters LRM-00109:could not open parameter file 'c:\oracle\ora92\database\initfacinfo.ora' 这是为什么?怎么办? 谢谢

by hayseed - Oracle - 2003-02-07 14:30:29 阅读(2727) 回复(2)
by welcome008 - Oracle - 2006-06-09 17:22:58 阅读(3339) 回复(6)

产生pfile 文件如下: *.background_dump_dest='C:\oracle\admin\tf\bdump' *.compatible='9.0.0' *.control_files='C:\oracle\oradata\tf\CONTROL01.CTL','C:\oracle\oradata\tf\CONTROL02.CTL','C:\oracle\oradata\tf\CONTROL03.CTL' *.core_dump_dest='C:\oracle\admin\tf\cdump' *.db_block_size=4096 *.db_cache_size=33554432 *.db_domain='gaojin' *.db_name='tf' *.dispatchers='(PROTOCOL=TCP)(SER=MODOSE)','(P...

by tf - Oracle - 2004-06-27 13:24:33 阅读(2257) 回复(5)

修改归档日志时候,不要加这句会怎么样,这句命令有什么用处呢?

by jelly_disk - Oracle - 2008-06-27 17:37:29 阅读(6636) 回复(19)

各位老师: 今天操作小型机发现一个问题,比较麻烦。我执行smitty命令,无论是smitty date,还是smitty hacmp都报同样的错误,unable to open temp file,停在这个界面上,就无法操作了。但是我发现ls,date,这些都可以。 请老师帮忙解惑,谢谢

by txjjzdzqbx - AIX - 2005-12-19 19:50:48 阅读(3700) 回复(6)

添加用户时提示这个??useradd: unable to open password file

by 55388863 - 系统管理 - 2006-01-25 20:48:17 阅读(553) 回复(1)

9i中如何知道已经启动的数据库是用pfile或spfile启动的???THANKS IN ADVANCE!

by liontiger - Oracle - 2003-07-18 09:42:22 阅读(887) 回复(6)

just like DOS command: "copy con a.txt", when execute this command, you can input soemthing on screen and the input will be the file's content. there must be a command in linux that can do the job. anyone can tell me?

by flightbird - Linux论坛 - 2003-11-12 14:41:33 阅读(334) 回复(2)

?>; filename = "http://127.0.0.1/users.txt"; $fp = fopen ($filename, "w"); if (!$fp) { echo "

;unable to open remote file for writing.\n"; exit; } fputs ($fp, $_SERVER['HTTP_USER_AGENT'] . "\n"); fclose ($fp); ?>; 提示错误: Warning: fopen(http://127.0.0.1/users.txt): failed to open stream: HTTP wrapper does not support writeable connections. in D:\webser\Apache2\htdocs\test1.php...

by fengbuyu - PHP - 2005-07-12 09:49:22 阅读(2031) 回复(4)

数据库老宕,提示unable to open input file 's',是什么原因,请教各位大侠

by seanliu - Informix - 2005-07-01 15:51:41 阅读(2235) 回复(3)