thanks for the reply.
it said something like the script success with compilation error
User Profile
Collapse
-
Oracle Stored Proc - Compilation Error
Dear All,
I am kinda new to Oracle and need to work on a stored proc to update some data. However, I am getting compilation error for the following stored proc and got no idea on how to resolve it.
=============== =============== ========
CREATE or REPLACE procedure RemoveDupID as
begin
for ind in (select cor_id, incor_id from duplicateID) loop
update account_master set last_edited_by = ind.cor_id...
No activity results to display
Show More
Leave a comment: