We were asked to send data directly into an external database. Never did this before. We do have a VPN.
I assume that we would work with our network group, and theirs, to identify a NAT’ed server name that we can use in our database connect string.
I will assume that we would INSERT to a staging table. Not sure if we can copy from a local table to an external table with an INSERT INTO … SELECT * FROM.. syntax; it seems that the outbound protocol is message-based. Maybe we should use a DBLOOKUP in a tcl instead of using the DB protocol – the DBLOOKUP should let us do more with SQL.
I am reluctant to implement this with a real-time interface, and prefer to setup a batch schedule when this interface will be enabled, but maybe there is little need to be cautious about being connected to a cloud service 24×7?
Is there any experience out there in this area?
Thanks, Peter
Peter Heggie