Re: [GENERAL] insert data over dblink from bulk select of local table

2014-03-25 Thread Adrian Klaver
On 03/25/2014 07:22 AM, Marcus Engene wrote: Hi, I have a production database with some heavy views. I'd like to make a hourly cron (or smth) that bulk inserts new entries into a table on RDS. It's easy to get data down to the prod side, but is it possible to do a bulk insert the other way aro

[GENERAL] insert data over dblink from bulk select of local table

2014-03-25 Thread Marcus Engene
Hi, I have a production database with some heavy views. I'd like to make a hourly cron (or smth) that bulk inserts new entries into a table on RDS. It's easy to get data down to the prod side, but is it possible to do a bulk insert the other way around? All examples I've seen adds the data