Database Administration (MOSC)

MOSC Banner

Trying to find an equivalent feature in oracle that is similar to multi-row insert available in DB2

edited Dec 3, 2009 4:18AM in Database Administration (MOSC) 6 commentsAnswered
Trying to find an equivalent feature in oracle that is similar to multi-row insert available in DB2 for z/OS
DB2 and SQL Server 2008 have an insert syntax similart to the following that let you insert multiple rows in one singe insert statement. My question is does oracle have this or something similar to this. I am aware of the sql*loader and multi-table insert "insert all" statement, but these are slightly different from what we are looking for.
INSERT INTO TableA (Col1, Col2) Values (Val1A, Val1B), (Val2A, Val2B),….(Val1000A, Vall1000B);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center