ORA-43854: use of a BASICFILE LOB where a SECUREFILE LOB was expected
What triggered the Error:
A BASICFILE LOB was used in a SQL statement or in a call where a SECUREFILE LOB was expected.What should we do to fix it:
Convert the LOB to a SECUREFILE LOB or don't use this keyword or call.