How do I put long strings into the Blob column using DBeaver’s import csv
I’m trying to load the csv file to oracleDB using DBeaver’s “import csv” function.
The data you want to put in is a very long string type csv cell, and the type of OracleDB is a BLOB type.
How do I put long strings into the Blob column using DBeaver’s import csv
I’m trying to load the csv file to oracleDB using DBeaver’s “import csv” function.
The data you want to put in is a very long string type csv cell, and the type of OracleDB is a BLOB type.