Does DOA support fast insert array of Timestamp?
I'm using oracle 10g and need to insert over 10 000 records per second into table
DATA (DATETIME_ TIMESTAMP(6),
P_01 NUMBER,
S_01 NUMBER)
Field DATETIME_ must include a milleseconds.
In demo application "DirectPath" showed how to insert array fast, but array consist of simple variables.
How can i make fast insert for TOracleTimestamp object?
I'm using oracle 10g and need to insert over 10 000 records per second into table
DATA (DATETIME_ TIMESTAMP(6),
P_01 NUMBER,
S_01 NUMBER)
Field DATETIME_ must include a milleseconds.
In demo application "DirectPath" showed how to insert array fast, but array consist of simple variables.
How can i make fast insert for TOracleTimestamp object?
Last edited: