#tempfile

ORA-19525: tempfile for the clone database must be renamed

文档解释ORA-19525:tempfilefortheclonedatabasemustberenamedCause:OpeningaclonedatabasefailedbecauseOracleserverforcesthetempfiletoberenamed,inordertoavoidoverwriting...

ORA-25114: invalid file number specified in the DUMP DATAFILE/TEMPFILE command

文档解释ORA-25114:invalidfilenumberspecifiedintheDUMPDATAFILE/TEMPFILEcommandCause:Aninvalidfilenumberwasusedindumpingadatafileortempfile.Action:Specifyavalidfilenu...

ORA-25152: TEMPFILE cannot be dropped at this time

文档解释ORA-25152:TEMPFILEcannotbedroppedatthistimeCause:AnattemptwasmadetodropaTEMPFILEbeingusedbyonlineusersAction:TheTEMPFILEhasbeentakenoffline.Tryagain,later.O...

ORA-00295: datafile/tempfile number string is invalid, must be between 1 and string

文档解释ORA-00295:datafile/tempfilenumberstringisinvalid,mustbebetween1andstringCause:Aninvalidfilenumberwasspecified.Action:Specifyavaliddatafileortempfilenumberan...

ORA-02199: missing DATAFILE/TEMPFILE clause

文档解释ORA-02199:missingDATAFILE/TEMPFILEclauseCause:ACREATETABLESPACEstatementhasnoDATAFILE/TEMPFILEclause.Action:SpecifyaDATAFILE/TEMPFILEclause.ORA-02199表示缺少DAT...

ORA-01268: invalid TEMPFILE clause for alter of permanent TABLESPACE

文档解释ORA-01268:invalidTEMPFILEclauseforalterofpermanentTABLESPACECause:ATEMPFILEclausewasspecifiedforanALTERTABLESPACEforapermanenttablespace.Action:RetrywithaDA...

ORA-25118: invalid DUMP DATAFILE/TEMPFILE option

文档解释ORA-25118:invalidDUMPDATAFILE/TEMPFILEoptionCause:AninvalidoptionwasspecifiedfortheDUMPDATAFILE/TEMPFILEcommand.Action:Correctthesyntax.ORA-25118错误是一个指示Orac...

ORA-03284: datafile or tempfile string is not a member of tablespace string

文档解释ORA-03284:datafileortempfilestringisnotamemberoftablespacestringCause:Thespecifieddatafileortempfiledidnotbelongtothetablespacethattheobjectresidesin.Action...

File.createNewFile和 File.createTempFile比较和区别

原文地址:http://wzhiju.iteye.com/blog/1119037最近,在看代码时看到了一个方法,File.createTempFile(),由此联想到File.createNewFile()方法,一时间不知道两者到底有什么区别,感觉都是创建新文件嘛,后来查看api文档介绍,并经过自己动手试验,终于有了...