Solaris下OracleRAC报ORA-09925unabletocreateaudit--nospace接到开发回应,sqlplus或者developer工具登陆数据库报错,无法登陆,截图如下:ORA-09925UnabletocreateaudittrailfileErrorNospaceleftondevice字面就初步定位到没空间不能生成audit认证文件。立马登陆系统,查看df..
分类:
数据库 时间:
2014-08-07 07:39:20
阅读次数:
412
三个配置文件 listener.ora、sqlnet.ora、tnsnames.ora...
分类:
其他好文 时间:
2014-08-07 03:08:18
阅读次数:
338
备份脚本:RMAN>run{allocatechannelc1devicetypediskformat'$BACKUP_HOME/level0/level0_%d_%s_%p_%T.bkp'connectsys/oracle@app1;3>allocatechannelc2devicetypedis...
分类:
其他好文 时间:
2014-08-06 22:08:52
阅读次数:
312
In this DocumentPurposeScopeDetailsReferencesApplies to:Oracle Database - Enterprise Edition - Version 7.0.16.0 to 11.2.0.2 [Release 7.0 to 11.2] Info...
分类:
其他好文 时间:
2014-08-06 21:44:42
阅读次数:
646
收缩或者删除临时表空间很实用的方法,是从外国的文章中提取出来的。...
分类:
其他好文 时间:
2014-08-06 18:59:21
阅读次数:
180
In this DocumentDetailsActionsConcepts/DefinitionsDiagnosing (starting point is Note 7445.1)Additional ResourcesCommunity: Incident (600-7445) Analysi...
分类:
其他好文 时间:
2014-08-06 18:25:41
阅读次数:
339
ORACLE数据库空间裸设备出问题了,启动oracle失败,解决方法问题现象:启动ORACLE的时候报如下的错误: Database mounted. ORA-01122: database file 6 failed verification check ORA-01110: data file ...
分类:
数据库 时间:
2014-08-06 01:33:00
阅读次数:
391
QUESTION1Yourmultitenantcontainer(CDB)containstwopluggabledatabases(PDB),HR_PDBandACCOUNTS_PDB,bothofwhichusetheCDBtablespace.Thetempfileiscalledtemp01.tmp.AuserissuesaqueryonatableononeofthePDBsandreceivesthefollowingerror:ERRORatline1:ORA-01565:errorinide..
分类:
数据库 时间:
2014-08-05 23:13:11
阅读次数:
727
解决了这个问题,方法如下:
从 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options 断开
C:\Documents and Settings\yc>sqlplus sys/abcd as sysd...
分类:
其他好文 时间:
2014-08-05 19:32:20
阅读次数:
375
今天码代码的时候遇到了这个问题,因为oracle用的比较少,所在查询了一下。顿时傻眼,有很多的贴子说是因为nls_date_language的问题,还要改会话级的NLS_DATE_LANGUAGE设置为简体中文,还有些别的,等等。我当时就无语了,我觉得大部分楼主都是在自己玩玩oracle的吧,虽然也算是因素,但如果是在正经项目中,谁会让你去改这种东西?!后来发现了正确的做法,如下:to_date(...
分类:
其他好文 时间:
2014-08-05 15:58:59
阅读次数:
320