![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Our department is uses 10g. We will be loading PDF files and/or pictures into our database. What are the pros and cons verses Bfile and Blobs. What has been your experience? Regards |
#3
| |||
| |||
|
|
Rich schreef: Our department is uses 10g. We will be loading PDF files and/or pictures into our database. What are the pros and cons verses Bfile and Blobs. What has been your experience? Regards LOBS reside inside your database, and thus are included in your backup, securtity etc. Uploading will take some time. BFiles are pointers to objects outside your database, and will not be backed up with regular database backups. But on the other hand, are easier to read/write woth tools outside the database. It all depends on your business requirements... |
#4
| |||
| |||
|
|
Rich schreef: Our department is uses 10g. We will be loading PDF files and/or pictures into our database. What are the pros and cons verses Bfile and Blobs. What has been your experience? Regards LOBS reside inside your database, and thus are included in your backup, securtity etc. Uploading will take some time. BFiles are pointers to objects outside your database, and will not be backed up with regular database backups. But on the other hand, are easier to read/write woth tools outside the database. It all depends on your business requirements... Shakespeare |
#5
| |||
| |||
|
|
On Nov 8, 2:40 pm, Shakespeare <what... (AT) xs4all (DOT) nl> wrote: Rich schreef: Our department is uses 10g. We will be loading PDF files and/or pictures into our database. What are the pros and cons verses Bfile and Blobs. What has been your experience? Regards LOBS reside inside your database, and thus are included in your backup, securtity etc. Uploading will take some time. BFiles are pointers to objects outside your database, and will not be backed up with regular database backups. But on the other hand, are easier to read/write woth tools outside the database. It all depends on your business requirements... Shakespeare Thanks for the reply. I read that LOB's can store 4GB of data. Is that a grand total for the database? Or is that per record? For example, if I have 10 records in the database does that mean that I can have 40GB of data in the BLOB? |
#6
| |||
| |||
|
|
On Nov 8, 2:40*pm, Shakespeare <what... (AT) xs4all (DOT) nl> wrote: Rich schreef: Our department is uses 10g. We will be loading PDF files and/or pictures into our database. What are the pros and cons verses Bfile and Blobs. What has been your experience? Regards LOBS reside inside your database, and thus are included in your backup, securtity etc. Uploading will take some time. BFiles are pointers to objects outside your database, and will not be backed up with regular database backups. But on the other hand, are easier to read/write woth tools outside the database. It all depends on your business requirements... Shakespeare Thanks for the reply. I read that LOB's can store 4GB of data. Is that a grand total for the database? Or is that per record? For example, if I have 10 records in the database does that mean that I can have 40GB of data in the BLOB? |
![]() |
| Thread Tools | |
| Display Modes | |
| |