我是这样做的: 以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' 这是为什么?怎么办? 谢谢
产生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...
各位老师: 今天操作小型机发现一个问题,比较麻烦。我执行smitty命令,无论是smitty date,还是smitty hacmp都报同样的错误,unable to open temp file,停在这个界面上,就无法操作了。但是我发现ls,date,这些都可以。 请老师帮忙解惑,谢谢
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?
?>; 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...