In this case:
PROCEDURE proc_name( p_id schema.table.field@dblink_name%type );
The parser throws an exception (because of the @param). What is the solution for these kind of declaration?
Thanks!
Log in to post a comment.