aix5.2+10g 手动建了一个库,过程没有报错 但是startup至open的时候就报错了 报错信息如下: Errors in file /oracle/app/oracle/admin/test/udump/test_ora_25238.trc: ORA-00704: bootstrap process failure ORA-39700: database must be opened with UPGRADE option Wed Jul 19 11:45:41 2006 Error 704 happened during db open, shutting down database USER: terminating instance due to error 704 Instance terminated by U...
新装了SCO5.0.5装完自动重器以后ROOT:直接敲回车。然后CTRL+D 然后要求输入日期也直接回车启动到 open event driver failed fatal server error check mouse configration 死机了。请教高手是什么原因啊。
在Linux下安装Oracle的时候, 提示:没有设置DISPLAY 设置了DISPLAY后,显示Unable to open display 用xhost也是这样的问题: 1. xhost + xhost:unable to open display "" 2. export DISPLAY=localhost:0.0 xhost + xhost:unable to open display "localhost:0.0" 3. DISPLAY换成IP也不行, 4. xhost localhost xhost: unable to open display "" 不知为什么。 要怎么弄呀。
Jul 16 13:56:01 www qmail: 1058334961.448484 alert: cannot start: unable to open mutex 谁知道解决方法??
设置PHP的php.ini文件中的open_basedir项,可以限制PHP访问的范围,如open_basedir="c:\hosting\",这样就限定了PHP文件只能访问htdocs目录下的内容。我就在我的机子上试了试,发现使用该项后,我的bo-blog无法上传,提示上传成功了,但其实根本没成本,文件夹中也没有上传成功的文件。 在php.ini关于上传文件部分的设置中看到了upload_tmp_dir这个设定,PHP中说明,通过http在线上传文件的,...
请教一下, file 在程序中已被open成功, 为什么lockf执行会失败呢? 贴一下我的程序, 请指教: if ((fd = open(“/home/work_dir/stress.txt”, O_RDONLY)) < 0) { printf("open %s failed: %s", “/home/work_dir/stress.txt”, strerror(errno)); return; } if (lockf(fd, F_TLOCK, 0L) < 0) { if (errno != EACCES) { printf("lock %s failed: %s", “/home/work_dir/stress.txt”, strerror(errno)); } else { printf...
开机后,系统停在ok状态,用boot和boot -s均提示can't open boot device,用probe-scsi-all无任何输出,不知何故,请高手指点。
大虾指教!! 我借了一台Sun 的Ultra 10服务器,想玩一下solaris for sparc 系统, 可是问题来了,当我试着打开这台服务器时: 前提: 键盘已经接好,启动时键盘灯亮并伴有一声"嘀"提示音; 显示器也已接好, 当启动时提示: Can't open input device Keyboard not present, using ttya for input or output. 然后显示器就黑屏了,机器也再也没有其它反应了. 请教,这是怎么会事,我键有问题吗?我用的专用键盘呀,也是SUN的,怎么解决...