Hi,
This is related to a website developed by our tech team, where in the user will be inserting text data using SQL Loader into the temporary table. Post this the data from temporary table needs to be inserted into live table with data validations (e.g. checks like field length, date format, numeric/text check etc.)
The data will be around 2-3 million & would be an ongoing process.
Is there a fastest way to insert the data as normal insert would take hours?
Been thru various forums but couldn't get a concrete solution.
TIA,
Raj
This is related to a website developed by our tech team, where in the user will be inserting text data using SQL Loader into the temporary table. Post this the data from temporary table needs to be inserted into live table with data validations (e.g. checks like field length, date format, numeric/text check etc.)
The data will be around 2-3 million & would be an ongoing process.
Is there a fastest way to insert the data as normal insert would take hours?
Been thru various forums but couldn't get a concrete solution.
TIA,
Raj