I have connected Java program to Oracle database using JDBC. I want to store BigInteger values(512 bits) in the database. What should be the type of the column?
BigInteger
You can use a decimal/numeric value depending on your db limits.