昨天一备份数据库,在open read only的过程中出现故障,从而导致在standby上备份失败。alert log 中信息如下: Errors in file /opt/oracle/admin/crmhz/udump/crmhz_ora_13914.trc: ORA-00604: error occurred at recursive SQL level 1 ORA-16000: database open for read-only access Error 604 happened during db open, shutting down database user: terminating instance due to error 604 Instan...
by bfhf5753 - 存储文档中心 - 2008-06-12 22:56:26 阅读(660) 回复(0)
syslog 中出现如下错误: telnetd[5307]:can't find user in protected password datababe 请问是什么原因引起,怎么解决?
one the ISA: ne2000 another is : D-LINK,VIA 100m 网卡, I have heard the D-LINK cannot be known by unixware , so whether should i use the ISA ne2000 (10m) net card, and how can i set up this net card for unixware7.1.3? need to modify the kernel ? tell me the detail ... thanks !
I use FC4 with default vsftpd installed. local user and anonymous can login,but fail to open directory.Nor can do any operations(mkdir,upload,download) #ls -l /var/|grep ftp drwxrwxrwx 4 beffery beffery 4096 Nov 13 07:38 ftp #ftp 127.0.0.1 ftp 127.0.0.1 Connected to 127.0.0.1. 220 Welcome to blah FTP service. 530 Please login with user and PASS. 530 Please login with user and PASS. KERBEROS_V4 r...
請問可否只在WINDOW SERVER 2003 內安妝Oracle 和 database 而不在紅其內安妝呢? 請求解答 或 只在紅其 內安妝Oracle 和 database 而不在WINDOW DERVER 2003 內安妝呢? 請求解答 [ 本帖最后由 foc 于 2009-2-21 18:59 编辑 ]
oracle 8.17 startup 后运行alter database open read only 提示如下错误: a database already open by th instance 那我因在什么模式下才可以修改打开的方式呢/
各位大俠!我的databse的table是我從備份的檔案restore的!我只有讀的權限! 無法將資料寫入!我已經將所有的檔案改為777了!還是無法解決!! 請高手協助!!!
用dump备份数据时出现错误,cancel不掉,把sybase的dump进程给kill了,重新执行dump,出现错误提示“Device /dev/rmt/0mn already in use”,在不重起servser的情况下如何处理?用的是HP 11.0 +sybase 11.9.2。谢谢
mysql> show databases; +----------+ | database | +----------+ | mysql | | school | | test | +----------+ 3 rows in set (0.01 sec) mysql> use mysql; database changed mysql> 我想使用mysql数据库,可是提示: database changed 如何处理?多谢指点!