Document store using External tables or SQL Loader - usability.
I have a task to create document store in database that are being accessed by Java based application.
Infrastructure 1 |
---|
1. Oracle 12C on Linux 7.1. |
2. Document types: pdf, docx, xls, jpeg, txt. |
3. Document size: 200MB max , using BLOB data type. |
4 Document count: 150,000 |
Requirement 1 |
---|
1. 150, 000 documents are being moved from datacenter(DC) A to B that are in different LAN. Once moved into DC B database server, have to upload into database. |
2. Initial document are loaded by DBA's into database once files are moved from DC A. |
3. Java based application will upload documents into database and modify, delete a document and upload a different or updated document after the initial load. |
1