I have an Oracle Database and I am using SQL*Loader
to load some fixed length files. That works fine.
The problem is I have to add support for deleting all record in a fixed length file. It looks I cannot use SQL*Loader for this and I have no ideea if /how this can be made in a PL/SQL file.
Anyone has an advice on this ?