Search
Calendar
June 2025
S M T W T F S
« May    
1234567
891011121314
15161718192021
22232425262728
2930  
Archives

PostHeaderIcon SQL*Plus Does Not Update a Stored Procedure

Case

You have a stored procedure that you would like to update. The script is OK with TOAD, but raises an error when launched via SQL*Plus.

Fix

Add a slash (‘/’) or a dot (‘.’) at the end of file.

Leave a Reply