Hi,
Oracle contains SQL*Loader for loading data to Oracle.
Does exis any tool for quickly unload (extract data) from Oracle's table to
TXT file, preferable to comma separete format.
I can use for it UTL_FILE but I need to work with every record of the table.
Thanks
Oracle contains SQL*Loader for loading data to Oracle.
Does exis any tool for quickly unload (extract data) from Oracle's table to
TXT file, preferable to comma separete format.
I can use for it UTL_FILE but I need to work with every record of the table.
Thanks
Comment