I am required to test something with a long raw column in Oracle DB. For this I need to insert a value of length, say 4000, in that column. The data can be something simple like "AAAA ..." 4000 times. I tried inserting a large value using sqlplus but get the following error (perhaps due to length limitations in sqlplus ?
ERROR: ORA-00972: identifier is too long
Is it possible to insert a large value into the long raw column using sqlplus ?