Can anyone let me know how to upload a flat-file without using SQL*loader or external table in oracle database? Like is there any function available in oracle to complete this task? Please let me …
Tag: external-tables
Partitioned by gives me error column duplicated when creating external table
I’m creating an external table using ‘partitioned by’ but I get the following error: ‘Invalid operation: column “#id” duplicated’ I first thought it could have something to do with the character #, …