Re: Turning off undo for one session

2003-10-09 Thread Mladen Gogala
Undo cannot be turned off because without commit/rollback capability, RDBMS can no longer manage resources and cannot observe ACID properties. What you can do is to load files as BFILE type, which, essentially, means that you are copying them to file system and just recording the pathname into

RE: Turning off undo for one session

2003-10-09 Thread Browett, Darren
Thanks for the response, unfortunately the application requires the data to be stored in the database, loading the files as BFILE type and then using DBMS_LOB.READ is not possible. Darren -Original Message- Sent: Thursday, October 09, 2003 10:10 AM To: Multiple recipients of list