In SQL Developer, During CSV Import How to Skip Rows for NULL Primary Key Column
(Doc ID 3054708.1)
Last updated on NOVEMBER 07, 2024
Applies to:
Oracle SQL Developer - Version 23.1.1 and laterInformation in this document applies to any platform.
Goal
Trying to import CSV files through SQL developer. When there is a NULL value for a primary key in the table, instead of skipping that particular row it is skipping 1000 rows in which that NULL value is lying.
How to implement the SQL Developer to skip the rows with NULL value in the Primary Key table?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |