While running a production DB in ARCHIVELOG mode, does anyone know if there is a way to have 1 table that is NOT logged? We use a temp table for transferring files to ColdFusion (we load them in as strings or CLOBs and it queries them out). We end up with excessive redo log usage and fill up disks with the archives. The web server and DB server can talk only via the JDBC driver, so FTP etc. is out.
We can load the file into the table, read it out, and delete it (or even rollback) in a single transaction. Can a transaction be marked as "no logging" similar to the way SQL*Loader can?
Thanks in advance,
Rich
____________________________
Rich Tefft
PL/SQL Programmer
We can load the file into the table, read it out, and delete it (or even rollback) in a single transaction. Can a transaction be marked as "no logging" similar to the way SQL*Loader can?
Thanks in advance,
Rich
____________________________
Rich Tefft
PL/SQL Programmer