#directly

ORA-32042: recursive WITH clause must reference itself directly in one of the UNION ALL branches

文档解释ORA-32042:recursiveWITHclausemustreferenceitselfdirectlyinoneoftheUNIONALLbranchesCause:AWITHclausequeryreferredtoitself(recursive)indirectly,suchasthrougha...

ORA-55485: metadata may not be directly assigned to an equivalent property

文档解释ORA-55485:metadatamaynotbedirectlyassignedtoanequivalentpropertyCause:Anattemptwasmadetoassignmetadatadirectlytoapropertythatwasdeclaredtobeanequivalentofan...

ORA-24170: string.string is created by AQ, cannot be dropped directly

文档解释ORA-24170:string.stringiscreatedbyAQ,cannotbedroppeddirectlyCause:ThisobjectiscreatedbyAQ,thuscannotbedroppeddirectlyAction:usedbms_aqadm.drop_subscribertod...

ORA-29537: class or resource cannot be created or dropped directly

文档解释ORA-29537:classorresourcecannotbecreatedordroppeddirectlyCause:AnattemptwasmadetocreateordropaJavaclassorresourcethatisknowntoresultfromcompilationofanexist...

ORA-30958: operation directly on the Pending Table is disallowed

文档解释ORA-30958:operationdirectlyonthePendingTableisdisallowedCause:AnillegaloperationwasattemptedonsecondaryobjectsofanXMLIndex.Action:Tryappropriateoperationont...

ORA-30967: operation directly on the Path Table is disallowed

文档解释ORA-30967:operationdirectlyonthePathTableisdisallowedCause:illegaloperationonsecondaryobjectsofadomainindexAction:Tryappropriateoperationonthedomainindex.OR...

ORA-44733: The repository XML Index cannot be dropped directly

文档解释ORA-44733:TherepositoryXMLIndexcannotbedroppeddirectlyCause:DROPINDEXcouldnotbeusedontherepositoryXMLIndex.Action:TryusingDBMS_XDB_ADMIN.DROPREPOSITORYXMLIN...

It is indirectly referenced from required .class files

Itisindirectlyreferencedfromrequired.classfile原因:你正要使用的类调用了另一个类,而这个类又调用了其他类,这种关系可能会有好多层。而在这个调用的过程中,某个类所在的包的缺失就会造成以上那个错误。解决方法:导入缺失的包...

java报错:The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files

看包的路径是否对对:比如这样不对(...src/object/obietc)其它解决方法转载: https://www.cnblogs.com/yadongliang/p/5918228.html https://blog.csdn.net/airufengye/article/details/64...