Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Executing A Procedure In a Package Using DBLink

422368Nov 16 2008 — edited Nov 17 2008
I need to execute a procedure which is residing in a package using dblink.
The package got a execute PUBLIC grant.

When I execute the following statement, I am getting error ORA: 00904, Invalid Identifier

select PKG_NAME.PROCEDURE_NAME@dblink(null,null,null,null,null,null,null,null,null,null,null) from dual

How can I execute the above statement.

Thanks in advance



Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 15 2008
Added on Nov 16 2008
7 comments
541 views