1

we need to update varchar2(4000) type to Clob to accommodate large data. Here data are being saved and retrieved using java.sql.ResultSet.getString() of JdbcTemplate with Oracle 19c.

If we have just updated data type from varchar2 to clob, it is working fine with existing code where we have used getString().

We are unable to find rationale why this is working or any enhancement at Oracle to have transformation seamlessly.

0

1 Answer 1

2

ResultSet.getString() works with multiple database data types, including VARCHAR2 and CLOB.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.