Re: Stored procedure access remote database
- From: "Cliff Martin" <cliff.martin@xxxxxxxxx>
- Date: 26 Mar 2007 08:40:54 -0700
Wouldn't you better just issue
insert into <local_table>
select *
from <table>@remote_db
directly?
What you describe is very inefficient.
Look into the Distributed database manuals for further info.
--
Sybrand Bakker
Senior Oracle DBA
I have to supply different credentials for the remote DB. I would very
much like to do what you suggest, I just don't see how to do it right
now.
Cliff
.
- Follow-Ups:
- Re: Stored procedure access remote database
- From: sybrandb
- Re: Stored procedure access remote database
- References:
- Stored procedure access remote database
- From: Cliff Martin
- Re: Stored procedure access remote database
- From: sybrandb
- Stored procedure access remote database
- Prev by Date: Re: Stored procedure access remote database
- Next by Date: Re: to_char(date) gives the result 00-000-00
- Previous by thread: Re: Stored procedure access remote database
- Next by thread: Re: Stored procedure access remote database
- Index(es):
Relevant Pages
|
|