#invoke

ORA-24361: basic bind call not invoked before invoking advanced bind call

文档解释ORA-24361:basicbindcallnotinvokedbeforeinvokingadvancedbindcallCause:Oneofthebasicbindcallswasnotinvokedonthisbindhandlebeforeperforminganadvancedbindcall.A...

ORA-23537: function or procedure string is not allowed to be invoked from this site.

文档解释ORA-23537:functionorprocedurestringisnotallowedtobeinvokedfromthissite.Cause:ThisfunctionorprocedureisrestrictedtothebackendormiddletiersiteAction:Connectto...

ORA-24358: OCIBindObject not invoked for a Object type or Reference

文档解释ORA-24358:OCIBindObjectnotinvokedforaObjecttypeorReferenceCause:OCIBindObjectwasnotinvokedresultinginanincompletebindspecificationforaObjectTypeorReference....

ORA-64003: an unsupported operation was invoked

文档解释ORA-64003:anunsupportedoperationwasinvokedCause:ThecurrentDBFSAPIoperationisunsupportedbyaprovider.Action:Usetheproviderfeaturesettoinvokeonlysupportedopera...

ORA-10584: Can not invoke parallel recovery for test recovery

文档解释ORA-10584:CannotinvokeparallelrecoveryfortestrecoveryCause:Bothtestrecoveryandparallelrecoveryarerequested.Action:Dropeitheroneofthetworecoveryoptions.ORA-1...

ORA-31133: Cannot execute handler “string”.”string” with invoker rights

文档解释ORA-31133:Cannotexecutehandler“string”.”string”withinvokerrightsCause:AttemptedtoinvokeaneventhandlerwithinvokerrightswhentheSET-INV...

ORA-13274: operator invoked with non-compatible SRIDs

文档解释ORA-13274:operatorinvokedwithnon-compatibleSRIDsCause:ASpatialoperatorwasinvokedwithawindowgeometrywithanSRIDbutthelayerhasnoSRID;orthewindowhasnoSRIDbutthe...

ORA-26944: User “string” attempted to invoke a procedure without proper permissions.

文档解释ORA-26944:User“string”attemptedtoinvokeaprocedurewithoutproperpermissions.Cause:Anattemptwasmadetoinvokeaprocedurewithoutproperpermissions.Actio...

ORA-10577: Can not invoke test recovery for managed standby database recovery

文档解释ORA-10577:CannotinvoketestrecoveryformanagedstandbydatabaserecoveryCause:Testrecoveryoptionisusedformanagedstandbydatabaserecovery.Action:Eitherremovethetes...

ORA-56727: Orion (string) must be invoked using its full, absolute path

文档解释ORA-56727:Orion(string)mustbeinvokedusingitsfull,absolutepathCause:Orionisspawningachildprocessandcannotdeterminethelocationoftheexecutable.Action:Usetheful...

ORA-01306: dbms_logmnr.start_logmnr() must be invoked before selecting from v$logmnr_contents

文档解释ORA-01306:dbms_logmnr.start_logmnr()mustbeinvokedbeforeselectingfromv$logmnr_contentsCause:Aselectwasissuedfromv$logmnr_contentswithoutfirstinvokingthedbms_...

ORA-31143: XDB_SET_INVOKER role is required

文档解释ORA-31143:XDB_SET_INVOKERroleisrequiredCause:XDB_SET_INVOKERrolewasrequiredtosettheSET-INVOKERattributetoTRUE.Action:Correctproblemandresubmitstatement.ORA-...

ORA-24359: OCIDefineObject not invoked for a Object type or Reference

文档解释ORA-24359:OCIDefineObjectnotinvokedforaObjecttypeorReferenceCause:OCIDefineObjectwasnotinvokedresultinginanincompletebindspecificationforaObjectTypeorRefere...

ORA-27361: scheduler API invoked with illegal or inconsistent arguments

文档解释ORA-27361:schedulerAPIinvokedwithillegalorinconsistentargumentsCause:ADBMS_SCHEDULERAPIcallwasinvokedwitheitherillegalorinconsistentarguments.Action:Referto...

C# 线程中如何用 Invoke 操作界面控件

C# 线程中,如果直接操作界面控件,比如向TextBox 写值,可能会出现错误。程序比较简单时,可以这样做,写起来也比较方便:Threadthread=newThread(newThreadStart(delegate(){this.Invoke(newMethodInvoker(delegate(...
首页上一页123下一页尾页