Sample error: SQL> startupORACLE instance started. Total System Global Area 285212672 bytesFixed Size 1321368 bytesVariable Size 153605736 bytesDatabase Buffers 130023424 bytesRedo Buffers 262144 bytes ORA-00214: controlfile '/u01/app/oracle/oradata/…
在RMAN备份中,出现了一个问题,就是出现坏块了. ORA-: write error on file (blocksize=) ORA-: File I/O error Linux Error: : Bad file descriptor 解决方案: blockrecover datafile 1 block 为什么我知道坏块40321就会在datafile 1中呢?因为错误提示的是system01.dbf. 你可以从v$datafile文件中查得文件号和文件名. SQL> select fi…
安装好oracle后,起动时报如下错误: [oracle@Oracle-A ~]$ export ORACLE_SID=ORCL [oracle@Oracle-A ~]$ sqlplus / as sysdba SQL Production :: Copyright (c) , , Oracle. All rights reserved. Connected to an idle instance. SQL> startup ORA: failure in processing system p…
sh: /u01/app/11.2.4/grid/bin/clsecho: No such file or directory 在登录asmcmd时报此错误,尝试解决,刷新oracle_sid也不行 于是 [grid@rac01 bin]$ cp clsecho.bin clsecho [grid@rac01 bin]$ asmcmdConnected to an idle instance.ASMCMD> 问题解决…
问题: Error: [1146] ORA-01146: cannot start online backup - file 1 is already in backup ORA-01110: data file 1: 'C:\ORACLE\ORADATA\ORCL8\SYSTEM01.DBF' 以上问题是指,system这个表空间现在是备份状态 解决: alter tablespace system end backup;…
The most current version of this document can be obtained in My Oracle Support Knowledge Document 1375769.1. There is a change log at the end of this document. Note: Sharing the application tier file system is not supported on application tier server…
\PLSQL\instantclient_11_2 listener.ora # listener.ora Network Configuration File: E:\software\PLSQL\instantclient_11_2\listener.ora # Generated by Oracle configuration tools. LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(H…
Log file location in Oracle E-Business Suite R12 - Apache, OC4J and OPMN: $LOG_HOME/ora/10.1.3/Apache $LOG_HOME/ora/10.1.3/j2ee $LOG_HOME/ora/10.1.3/opmn - Startup/Shutdown Log files: $INST_TOP/logs/appl/admin/log - Patch log: $APPL_TOP/admin/$SID/lo…
出问题到的机器环境: Oracle 11gR2 64bit Navicat for Oracle 11.0.10 根据网上一些大神的做法及个人的一些推测,总结如下: 问题出现的原因:Navicat与Oracle的位数不一致,前者32bit,后者64bit 网上的一些没有起效的做法: 1.修改Oracle中的listener.ora 或者tnsname.ora等配置文件,未能生效: 2.使用Oracle中的oci.dll替换Navicat中的oci.dll,会出现“cannot load oci.…
参考博客:http://blog.itpub.net/26015009/viewspace-717505/ 这里只说一种方法:使用ORAPWD.EXE 工具修改密码 打开命令提示符窗口,输入如下命令: orapwd file=F:\app\Administrator\product\11.2.0\dbhome_1\database\PWDoanet.ora password=123456 这个命令重新生成了数据库的密码文件.密码文件的位置在ORACLE_HOME目录下的\database目录下.…