简体   繁体   中英

Added stored procedure giving an error Invalid object

I have added stored procedure in my database.It still gives an error " Invalid object ". But when I execute the stored procedure it gets executed successfully.

What can be the mistake?Any help?

You should check which objects got invalid. In Oracle for example you can find them this way: http://www.dba-oracle.com/t_invalid_objects.htm When you know which object are invalid, then you can judge what the reason is. Maybe your procedure was called from another, and you changed the parameterisation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM