#performed

ORA-16150: FINISH recovery performed on another, older standby database

文档解释ORA-16150:FINISHrecoveryperformedonanother,olderstandbydatabaseCause:AnarchivelogcontainingaFINISHrecoveryindicatorwasreceivedbyastandbydatabasethathasrecei...

ORA-16584: operation cannot be performed on a standby database

文档解释ORA-16584:operationcannotbeperformedonastandbydatabaseCause:Thedatabasespecifiedfortheoperationwasastandbydatabase,ortheoperationwasattemptedonastandbydatab...

ORA-16585: operation cannot be performed on a primary database

文档解释ORA-16585:operationcannotbeperformedonaprimarydatabaseCause:Thedatabasespecifiedfortheoperationwasaprimarydatabase,ortheoperationwasattemptedonaprimarydatab...

ORA-40226: model upgrade/downgrade must be performed by SYS

文档解释ORA-40226:modelupgrade/downgrademustbeperformedbySYSCause:Upgrade/Downgraderoutinesarebeinginvokedbyauserwithinsufficientprivilieges.Action:Runtheroutinesas...

ORA-14646: Specified alter table operation involving compression cannot be performed in the presence of usable bitmap indexes

文档解释ORA-14646:SpecifiedaltertableoperationinvolvingcompressioncannotbeperformedinthepresenceofusablebitmapindexesCause:Thefirsttimeatableisalteredtoincludecompr...

ORA-38750: FLASHBACK DATABASE may not be performed using a dispatcher.

文档解释ORA-38750:FLASHBACKDATABASEmaynotbeperformedusingadispatcher.Cause:AnattemptwasmadetouseadispatcherprocessforFLASHBACKDATABASE.Memoryrequirementsdisallowthi...

ORA-15032: not all alterations performed

文档解释ORA-15032:notallalterationsperformedCause:AtleastoneALTERDISKGROUPactionfailed.Action:Checktheothermessagesissuedalongwiththissummaryerror.ORA-15032是一条通用的错误...

ORA-19860: piece validation cannot be performed more than once

文档解释ORA-19860:piecevalidationcannotbeperformedmorethanonceCause:Theuserattemptedtovalidatealistofbackuppiecesmorethanonce.Validationmayonlybeperformedonceforagi...

ORA-30995: DOM streams operations cannot be performed on null/invalid node

文档解释ORA-30995:DOMstreamsoperationscannotbeperformedonnull/invalidnodeCause:ThenodeisNULLorinexistentAction:Checktheinputparameters.等这是一条Oracle数据库报错信息,提示用户在null或...

ORA-55506: Transaction performed unsupported change

文档解释ORA-55506:TransactionperformedunsupportedchangeCause:AtransactioninthedependencyDAGperformedsomeAction:Thespecifiedtransactioncannotbebackedout.ORA-55506错误是...

ORA-15603: Action cannot be performed when database is in read-only mode.

文档解释ORA-15603:Actioncannotbeperformedwhendatabaseisinread-onlymode.Cause:AprocedureinDBMS_AUTO_TASK_ADMINpackagewasinvokedwhendatabasewasopeninread-onlymode.Act...

ORA-00281: media recovery may not be performed using dispatcher

文档解释ORA-00281:mediarecoverymaynotbeperformedusingdispatcherCause:Anattemptwasmadetouseadispatcherprocessformediarecovery.Memoryrequirementsdisallowthisrecoverym...

ORA-14075: partition maintenance operations may only be performed on partitioned indices

文档解释ORA-14075:partitionmaintenanceoperationsmayonlybeperformedonpartitionedindicesCause:IndexnamedinALTERINDEXpartitionmaintenanceoperationisnotpartitioned,maki...

svn报错can only be performed on a version resource [at this time].

报错canonlybeperformedonaversionresource[atthistime]. 有的文件能提交,有的文件不能提交猜想:是不是因为缓存问题方法:team-cleanup清除缓存 结果:问题解决...
代码星球 ·2021-02-16

Linux下运行Java项目时,出现No X11 DISPLAY variable was set, but this program performed an operation which requires it.的问题解决

在~/.bashrc环境变量文件最下方加入:exportDISPLAY=:0.0然后,刷新环境变量以使其生效:source~/.bashrc参考:http://stackoverflow.com/questions/662421/no-x11-display-variable-what-does-it-mean...