#CURSOR

ORA-24410: scrollable cursor max size exceeded

文档解释ORA-24410:scrollablecursormaxsizeexceededCause:Resultsetsizeexceededthemaxlimits.Action:Checkthedocumentationforallowablemaximumresultsetsizeforscrollablecu...

ORA-38603: FI including & excluding cursor can only return one column

文档解释ORA-38603:FIincluding&excludingcursorcanonlyreturnonecolumnCause:Theincluding&excludingcursordidnotreturnexactlyonecolumn.Action:Specifythatthecurso...

ORA-24787: remote cursors must be closed before a call completes

文档解释ORA-24787:remotecursorsmustbeclosedbeforeacallcompletesCause:Thepreviousoperationdidnotclosealltheremotecursorsitopened.Sinceseparatedtransactionsareenabled...

ORA-12842: Cursor invalidated during parallel execution

文档解释ORA-12842:CursorinvalidatedduringparallelexecutionCause:Thecursorwasinvalidatedduringtheparsephaseofdeferredparallelprocessing,e.g.whensetoperandsareparalle...

ORA-24779: detach not allowed with open remote cursor

文档解释ORA-24779:detachnotallowedwithopenremotecursorCause:Themigratabletransactiontriedtodetachfromthecurrentsessionwhilehavinganopenremotecursor.Action:Closeanyo...

ORA-02345: cannot create a view with column based on CURSOR operator

文档解释ORA-02345:cannotcreateaviewwithcolumnbasedonCURSORoperatorCause:ACURSORoperatorwasusedasoneoftheSELECTelementsinthesubqueryofaCREATEVIEWorCREATETABLE…...

ORA-06511: PL/SQL: cursor already open

文档解释ORA-06511:PL/SQL:cursoralreadyopenCause:Anattemptwasmadetoopenacursorthatwasalreadyopen.Action:Closecursorfirstbeforereopening.这是由于某一程序单元引发的一个常见错误,当程序运行期间,你...

ORA-29476: DBMS_SQL.CLOSE_CURSOR failed

文档解释ORA-29476:DBMS_SQL.CLOSE_CURSORfailedCause:AnattemptwasmadetocloseaDBMS_SQLcursorwhileitwasexecutingunderitsowncontext.Action:Rewritetheprogramsothatitdoesn...

ORA-01037: maximum cursor memory exceeded

文档解释ORA-01037:maximumcursormemoryexceededCause:Attemptingtoprocessacomplexsqlstatementwhichconsumedallavailablememoryofthecursor.Action:Simplifythecomplexsqlsta...

ORA-14403: cursor invalidation detected after getting DML partition lock

文档解释ORA-14403:cursorinvalidationdetectedaftergettingDMLpartitionlockCause:cursorinvalidationwasdetectedafteracquiringapartitionlockduringanINSERT,UPDATE,DELETEs...

ORA-13775: inconsistent datatype in input cursor

文档解释ORA-13775:inconsistentdatatypeininputcursorCause:TheuserattemptedtoloadaSQLTuningSetusinganinvalidinputcursor.AllrowsinthecursormustmatchtypeSQLSET_ROW.Acti...

ORA-04024: self-deadlock detected while trying to mutex pin cursor string

文档解释ORA-04024:self-deadlockdetectedwhiletryingtomutexpincursorstringCause:Whiletryingtomutexpinacursor,aself-deadlockisdetected.Action:Retrytheoperationlater.。O...

ORA-41024: Cursor needs to be parsed again

文档解释ORA-41024:CursorneedstobeparsedagainCause:AnSQLoperationfailedbecausethecursorstatewaslost.Action:Reissuealloperationsstartingfromparse.ORA-41024:游标需要重新解析。该...
IT技术学习 ·2023-07-08

ORA-29256: Cursor contains both regular and array defines which is illegal

文档解释ORA-29256:CursorcontainsbothregularandarraydefineswhichisillegalCause:Bothdefine_arrayanddefine_columnhavebeencalledonthiscursor.Thisisillegal.Itisnotpossib...

ORA-01023: Cursor context not found (Invalid cursor number)

文档解释ORA-01023:Cursorcontextnotfound(Invalidcursornumber)Cause:Thecursornumberisnotavalidopencursor.Action:Makesurethatthecursorisopen.ORA-01023错误通常指明游标号被使用无效,一般...
首页上一页1234下一页尾页