码迷,mamicode.com
首页 >  
搜索关键字:ora    ( 9734个结果
Oracle 10g RMAN 跨平台迁移
RMAN异构平台迁移 1.实验环境简介 1.1SOA生产系统 数据库名comSOA 实例名Comsoa DBID4133565260 数据库版本 Windows32bit10.2.R2 数据文件目录 E:\ORASOA\ORADATA\COMSOAPfile Initcomsoa.ora 1.2待恢SOA系统 数据库名comSOA 实例名Comsoa DBID4133565260 数据库版本 Li..
分类:数据库   时间:2014-06-02 04:36:02    阅读次数:279
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], []
今天建库的时候忽然报错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
opatch apply 报错 OPatch failed with error code 73
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
ORA-01081: "cannot start already-running ORACLE - shut it down first"
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
ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
解决办法 --创建中转临时表空间 2.createtemporarytablespaceTEMP02TEMPFILE‘/u01/app/oracle/oradata/perm/temp02.dbf‘SIZE1024MREUSEAUTOEXTENDONNEXT640KMAXSIZEUNLIMITED; --改变缺省临时表空间为刚刚创建的新临时表空间temp02 3.alterdatabasedefaulttemporarytablespace..
分类:其他好文   时间:2014-06-02 04:01:51    阅读次数:1213
ORA-09925: Unable to create audit trail file 在DBCA时
ORA-09925:Unabletocreateaudittrailfile在DBCA时 ***数据库后,再执行dbca时候报错ORA-09925:Unabletocreateaudittrailfile 起初以为是权限问题, $cd$ORACLE_HOME/rdbms/audit 查看下权限,属主,为了避免麻烦直接赋予aufit目录777权限 退出DBCA直接们再次执行,问题依旧 ORA-..
分类:数据库   时间:2014-06-02 03:27:19    阅读次数:301
ORA-10635: Invalid segment or tablespace type
对DML频繁的表执行shrink操作时报ORA-10635:Invalidsegmentortablespacetype 操作系统版本: $oslevel-s 5300-07-01-0748 数据库版本: SQL>select*fromv$version; BANNER ---------------------------------------------------------------- OracleDatabase10gEnterpri..
分类:其他好文   时间:2014-06-02 03:22:10    阅读次数:300
ORA-01652: unable to extend temp segment by 128 in tablespace TEMP01
收集数据库信息时候报ORA-01652错如下 SQL>EXECDBMS_STATS.gather_database_stats; BEGINDBMS_STATS.gather_database_stats;END; * ERRORatline1: ORA-01652:unabletoextendtempsegmentby128intablespaceTEMP01 ORA-06512:at"SYS.DBMS_STATS",line13210 ORA-06512:at"SYS..
分类:其他好文   时间:2014-06-02 03:20:19    阅读次数:316
9i 迁移11g IMP-00003:   ORA-00922:   IMP-00008:
windows9i迁移AIX11g 源数据库版本:windows9i9.2.0.8 新数据库版本:AIX11g11.2.0.4 数据库字符集 源数据库版本:windows9izhs16gbk 新数据库版本:AIX11gzhs16gbk secureCRT字符集中文GB2312 $impneto2_jn/netofromuser=neto2touser=neto2file=jn.dmplog=jn.log ..
分类:其他好文   时间:2014-06-02 03:13:01    阅读次数:252
ORA-07391: sftopn: fopen error, unable to open text file
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!