Disclaimer
The views expressed here do not reflect the views of the company(ies) I work for (or have worked with) neither Oracle Corporation's. The opinions expressed by visitors on this blog are theirs. You are free to use this information but I am not responsible if you ever happen to suffer a loss/inconvenience/damage using it.Top Posts in the last 48 hours
Category Archives: Schema
Multi table Inserts
Since Oracle 9 we can perform multitable inserts, allowing us to distribute the data from one source in one or more tables. For the first example we have a sales table (can be external or remote) like this: SELECT * … Continue reading
Posted in Oracle Server, Schema, SQL
Tagged insert, insert all, insert first, multi table insert, Oracle, table
1 Comment