I'm trying to insert a base64_encode image with php into Oracle, however at the time of inserting it it returns me the following error:
ORA-01704: string string too long.
The reason for returning this error is because the string is too large, I wanted to know if there is any method or function of Oracle that helps in this situation, for example some kind of conversion or something.