Skip to Main Content

Hardware

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

X4200 & X4200 M2 End of Life (EOSL)

807557Sep 18 2007 — edited Sep 18 2007
I was wondering when the X4200 and X4200 M2 will reach End of Life/Support by Sun.

Thanks.

Comments

1011931

You should create dblink between db1 and db2.

IN PR1 you can use like this

BEGIN

.

.

PR2_procdure@db_link_name(param1);

.

.

.

.

END;

Rob the Real Relic

My preference would be to create the database link, then create a synonym for the procedure on the 'remote' database.

That way, if the 'remote' database changes, you simply need to create the database link to the new target and change the synonym without having to amend any code calling the 'remote' procedure.

This is, of course, most beneficial if the 'remote' procedure is called from multiple pieces of code.

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 16 2007
Added on Sep 18 2007
1 comment
265 views