Search code examples
javadatabaseoracle-databasejakarta-eeoracle12c

How can i save a pdf file in oracle 12c database from j2ee webapp


I'm developping a J2EE web app, i have to save a pdf file in oracle database (oracle 12c) .

  • I need the type of the attribute (like varbinary in sqlserver).
  • How to do it with java.
    • Save the pdf to the database .
    • Export it from the database to my webapp.

The file it will be uploaded by user. I would like some advices too like if its better to save the pdf in database like binary , something else or just the path. any information or idea will be very interesting for me .


Solution

  • First thanks to Giovanni the type is BLOB. How to do it: