Dear experts,
I have a stored procedure (PL/SQL) and there I call a Java Function.
The Java function gets a oracle.sql.Blob (PDF) as input.
How can I convert the Blob to an InputStream to make further manipulations with e.g. iText.
There are some suggestion out there but there I always have to deal with JDBC, get a connection to a DB etc.
Since I already have the Blob I don't need to select it from the DB.
How can I achieve this without any JDBC,...SELECT...
I simply would like to but the BLOB into an inputstream...
Thx for your help,
rrr