#Shrink

ORA-19567: cannot shrink file string because it is being backed up or copied

文档解释ORA-19567:cannotshrinkfilestringbecauseitisbeingbackeduporcopiedCause:AnALTERstatementattemptedtoreducethesizeoftheindicatedfilewhilethesamefileisbeingbacke...

ORA-10631: SHRINK clause should not be specified for this object

文档解释ORA-10631:SHRINKclauseshouldnotbespecifiedforthisobjectCause:ItisincorrecttoissueshrinkontheobjectAction:Verifytheobjectnameandtypeandreissuethecommand:ORA-...

ORA-38884: Cannot shrink data file string on standby database due to guaranteed restore points.

文档解释ORA-38884:Cannotshrinkdatafilestringonstandbydatabaseduetoguaranteedrestorepoints.Cause:Anattemptwasmadetoshrinkadatafileonastandbydatabasewhilethereareguar...

ORA-10630: Illegal syntax specified with SHRINK clause

文档解释ORA-10630:IllegalsyntaxspecifiedwithSHRINKclauseCause:AnillegaloptionwasspecifiedwiththeSHRINKclauseAction:VerifytheSQLReferenceManualandreissuethecommandOR...

ORA-12916: cannot shrink permanent or dictionary managed tablespace

文档解释ORA-12916:cannotshrinkpermanentordictionarymanagedtablespaceCause:Anattemptwasmadetoshrinkapermanenttablespaceoradictionarymanagedtablespace.Action:Checkthe...

ORA-38883: Cannot shrink data file string on primary database due to guaranteed restore points.

文档解释ORA-38883:Cannotshrinkdatafilestringonprimarydatabaseduetoguaranteedrestorepoints.Cause:Anattemptwasmadetoshrinkadatafileonaprimarydatabasewhilethereareguar...

ORA-00846: could not shrink MEMORY_TARGET to specified value

文档解释ORA-00846:couldnotshrinkMEMORY_TARGETtospecifiedvalueCause:AttemptedtoshrinkMEMORY_TARGETtothespecifiedvaluebutdidnotsucceedbecausethePGAandSGAcomponentscou...

ORA-01657: invalid SHRINK option value

文档解释ORA-01657:invalidSHRINKoptionvalueCause:Thespecifiedvaluemustbeaninteger.Action:Chooseanappropriateintegervalue.这是一个Oracle数据库的错误代码,其中ORA-01657:invalidSHRINK...

ORA-03298: cannot shrink datafile – file string is under hot backup

文档解释ORA-03298:cannotshrinkdatafile–filestringisunderhotbackupCause:Attempttoshrinkadatafilewhileitisunderhotbackup.Thisisnotallowed.Action:Retryshrinkingt...

ORA-01238: cannot shrink datafile string

文档解释ORA-01238:cannotshrinkdatafilestringCause:Anoperatingsystemerroroccurredduringtheresize.Action:Theerrorisignored,operationcontinuesnormally.这是Oracle数据库中发生的一...

ORA-00827: could not shrink sga_target to specified value

文档解释ORA-00827:couldnotshrinksga_targettospecifiedvalueCause:AttemptedtoshrinktheSGAtothespecifiedvaluebutdidnotsucceedbecausetheSGAcomponentscouldnotbeshrunkast...

ORA-04034: unable to shrink pool to specified size

文档解释ORA-04034:unabletoshrinkpooltospecifiedsizeCause:Thepoolcouldnotshrinktothespecifiedsizeasitcouldnotfreememory.Action:Specifyalargervaluetowhichtoshrinkthep...

css弹性盒子-------桃园三兄弟之:flex-grow、flex-shrink、flex-basis详解

flex-grow、flex-shrink、flex-basis三个属性的作用:在flex布局中,父元素在不同宽度下,子元素是如何分配父元素空间的。(注意:这三个属性都是在子元素上设置的,下面小编要讲的是父元素,指以flex布局的元素(display:flex))小编这里先教一下大家如何快速记住这三个属性:首先是&nb...

c++ 将容量设置为容器的长度(shrink_to_fit)

 #include<iostream>#include<vector>usingnamespacestd;intmain(){vector<int>myvector(25);cout<<"1.capacityofmyvector:"<<myvecto...

shrink-to-fit(自适应宽度)

自适应宽度是指当未明白设定容器的宽度(或外边距设为auto)时,在特定的情况下容器的宽度会依据情况自行设定。而设定的结果往往并非我们想要的。10.3.5Floating,non-replacedelements10.3.7Absolutelypositioned,non-replacedelements10.3.8Ab...
代码星球 代码星球·2020-04-14
首页上一页12下一页尾页