problem with toad, ORA-04043, ORA-12638 [message #285090] |
Mon, 03 December 2007 06:36  |
gautamvv
Messages: 254 Registered: June 2005
|
Senior Member |
|
|
When I am trying to debug any packaged function in TOAD,
after I enter the parameters, and press F8..
I get the following errors
ALTER PACKAGE "myschema".functname compile debug body
ORA-04043: object functname does not exist
and if i continue either by pressing continue script button or ignore all errors button
, I get the following error
ORA-12638: Credential retrieval failed
when i googled, i got the idea that the name of the package or function is spelt wrong...but if thats the case, then the
package has to be in invalid state..is it not?
but all my packages are valid..but i am not able to debug
the things...causing obstruction to my daily activities
|
|
|
|
|
|
|