User Profile

Collapse

Profile Sidebar

Collapse
ocmeng
ocmeng
Last Activity: Jun 7 '07, 05:20 AM
Joined: Jun 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ocmeng
    replied to Oracle Stored Proc - Compilation Error
    thanks for the reply.

    it said something like the script success with compilation error
    See more | Go to post

    Leave a comment:


  • ocmeng
    started a topic Oracle Stored Proc - Compilation Error

    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...
    See more | Go to post
No activity results to display
Show More
Working...