I have long column and inserting data using PL/SQL procedure. The issue is though column long can store 2gb data, pl/sql has constraint of 32K so i cannot insert data more den 32k. And in reality my data can be more
(comments are locked)
|
This is a SQL Server site. PL/SQL is Oracle's SQL language. Did you mean SQL Server's T-SQL, or are you using Oracle? If the latter, I suggest you try posting your question to a different site dedicated to that database system.