Could somebody please help me with something that I have just come across and I feel that I am missing a major issue.
I have just changed a database table structure and I forgot that some stored procedures that I have on the database use this modified table.
To be honest I forgot that the stored procedures used this table, but even if I had remembered the only way that I know for the stored procedure to work again is to reload it via a .sql file (using SQL plus) with has the create or replace procedure line at the top.
Is there not any way of recompiling the stored procedure, without using the sql file with the create or replace statement in it.
Thanks for any advise.
I have just changed a database table structure and I forgot that some stored procedures that I have on the database use this modified table.
To be honest I forgot that the stored procedures used this table, but even if I had remembered the only way that I know for the stored procedure to work again is to reload it via a .sql file (using SQL plus) with has the create or replace procedure line at the top.
Is there not any way of recompiling the stored procedure, without using the sql file with the create or replace statement in it.
Thanks for any advise.