Hi, all
When I do the following statement, I get
SQL> select xmlbody from messagearchive;
SP2-0678: Column or attribute type can not be displayed by SQL*Plus
SQL> !oerr sp2 0678
00678, 0, "Column or attribute type can not be displayed by SQL*Plus\n"
// *Cause:
// *Action:
The datatype for xmlbody is BLOB
Could anyone tell me how to view BLOB data from sqlplus?
Thanks for help.