I have a procedure that contains a cursor that runs in a cursor for loop. The select query runs fine over the dblink all by itself, but when I try to compile the procedure, I get the PL/SQL: ORA-00904: invalid identifier on the column names. I can do a describe on the table over the link and all of the columns are there.
Software/Hardware used:
ASKED:
June 12, 2008 11:18 PM
UPDATED:
June 20, 2008 11:03 PM
Thank you for the suggestion.
I think this worked, but about the time I got totrying it, the process started working through the dblink again. So I have both methods working at the moment. If the straight througj method fails, I’ll definitely use this suggested method.