Re: OracleBulkCopy in PostgreSQL
Thomas Kellerer <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.novice |
|---|---|
| Message-ID | <[email protected]> |
Jain, Abhishek schrieb am 11.09.2018 um 15:53: > What is the equivalent of OracleBulkCopy in PostgreSQL? Are you talking about the PL/SQL "bulk collect into" feature? If not, what exactly is "OracleBulkCopy" doing? Can you show some code examples? Thomas