BFILE in Oracle XE.
I developed an application based on Oracle Database Express Edition which stores data about Word documents about scripts that generates the client to use this kind of a field BFILE.
Each file generated by the customer, has an average size of 50KB, generated an average of 20 files per day (Monday through Friday).
My question is: If the use BFILES consumes much storage space in the Oracle database XE?, I am concerned about this situation by limiting 4GB for storage of user data.
Roberto