function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
prad_p25prad_p25 

Possibility of storing these documents in a seperate database

we have documents of more than 100 GB. So, I would like to know the possibility of storing these documents in a seperate database(may be oracle) and provide a link in Salesforce.com to access it. Please let me know how I can build this.

kxa422kxa422

In your orable database, you can store the SalesForces ID as one of the entry point.

In SalesForces you can create a link on each object, one of te link could be a reference to that ID, with a page on one of your  server you can query your oracle database with the SalesForces ID and obtain the list of document that can be downloaded and / or viewed.