11gASMdbca报错prcr-1006crs-0259prcr-1071
使用ASM方式创建单实例DB时,在运行DBCA时出现
PRCR-1006:Failedtoaddresourceora.orcl.dbfororcl
PRCR-1071:Failedtoregisterorupdateresourceora.orcl.db
PRCR-1001:Resourceora.orcl.dbdoesnotexist
查看DBCA日志后,发现以下..
分类:
数据库 时间:
2014-06-02 04:34:36
阅读次数:
626
今天建库的时候忽然报错ORA-00600:internalerrorcode,arguments:[keltnfy-ldmInit],[46],[1],[],[],[],[],[]梗是让我无语,没办法只好检查参数配置,按照文档一步步检查,最后检查了下profile文件的配置
[root@servU_01db_1]#more/home/oracle/.bash_profile
#.bash_profile
#..
分类:
其他好文 时间:
2014-06-02 04:12:51
阅读次数:
320
执行srvctl是报错
errorwhileloadingsharedlibraries:libpthread.so.0:
[oracle@rac02~]$srvctl
/opt/ora10g/product/10.2.0/db_1/jdk/jre/bin/java:errorwhileloadingsharedlibraries:libpthread.so.0:
cannotopensharedobjectfile:Nosuchfileordirectory
查看srvctl命令..
分类:
其他好文 时间:
2014-06-02 04:09:00
阅读次数:
285
1.执行opatchapply报错OPatchfailedwitherrorcode73
[oracle@ora_11g14275605]$/opt/oracle/product/db_1/OPatch/opatchapply./
OracleInterimPatchInstallerversion11.2.0.3.0
Copyright(c)2012,OracleCorporation.Allrightsreserved.
OracleHome:/opt/oracle/product/db_1..
分类:
移动开发 时间:
2014-06-02 04:08:19
阅读次数:
357
invalidstoredblocklengths
invalidstoredblocklengths此报错信息一般出现在oracledatabase安装或者upgradepatch时
造成此错误的原因有以下几种
1.下载的安装包有问题
2.解压过程中出现问题
3.传输过程中存在问题
解决方案
1.重新下载DB安装包
2.重新解压
3.重新上传到..
分类:
其他好文 时间:
2014-06-02 04:05:06
阅读次数:
239
Appliesto:
OracleServer-EnterpriseEdition-Version:8.1.7.4to11.2.0.2.0-Release:8.1.7to11.2
GenericUNIX
当检查oracle实例后台进程不存在这时启动启动数据库报错:
ORA-01081:"cannotstartalready-runningORACLE-shutitdownfirst"
造成此种原因是
Orphanedsharedmemor..
分类:
数据库 时间:
2014-06-02 04:04:29
阅读次数:
844
在linuxAS5.464bit安装CRS时,执行root.sh时报错
[root@rac02crs]#shroot.sh
WARNING:directory‘/opt/ora10g/product/10.2.0‘isnotownedbyroot
WARNING:directory‘/opt/ora10g/product‘isnotownedbyroot
WARNING:directory‘/opt/ora10g‘isnotownedbyroot
WARNING:directory‘/o..
分类:
系统相关 时间:
2014-06-02 03:53:55
阅读次数:
380
安装11.2.0.3RACgrid执行root.sh报错
rootwallet
rootwalletcert
rootcertexport
peerwallet
profilereaderwallet
pawallet
peerwalletkeys
pawalletkeys
peercertrequest
pacertrequest
peercert
pacert
peerrootcertTP
profilereaderrootcertTP
parootcertTP
peerpacertTP
pa..
分类:
其他好文 时间:
2014-06-02 03:43:48
阅读次数:
224
ORA-09925:Unabletocreateaudittrailfile在DBCA时
***数据库后,再执行dbca时候报错ORA-09925:Unabletocreateaudittrailfile
起初以为是权限问题,
$cd$ORACLE_HOME/rdbms/audit
查看下权限,属主,为了避免麻烦直接赋予aufit目录777权限
退出DBCA直接们再次执行,问题依旧
ORA-..
分类:
数据库 时间:
2014-06-02 03:27:19
阅读次数:
301
11Grac 由spfile创建数据库的pfile
报错如下
SQL>createpfile=‘/u01/inittips1.ora‘fromspfile;
createpfile=‘/u01/inittips1.ora‘fromspfile
*
ERRORatline1:
ORA-07391:sftopn:fopenerror,unabletoopentextfile.
再次执行
SQL>createpfile=‘/u01/inittips1.ora..
分类:
其他好文 时间:
2014-06-02 03:11:52
阅读次数:
233