Hi ,
Never used BLOBs before, so a few questions.
1.I need to create a csv report and store it in the BLOB column of a table. The report will not be stored on the file system at all. How do I do this, I tried a siple eg trying to insert values in the column and it didnt work.
Came back with an Error ORA-01465 Invalid hex number, which didnt make sense at all, because I wasnt doing anything with the ROWIDs.
2. Once I have managed to store the data on the column, how do I retrieve it.
3. While storing the rep, will it store one huge report row by row or wil I have to include a NEWLINE character after each row of one report.
I did read about DBMS_LOB, but it dosent make much sense. Perhaps a working example will be a better source to understand.
Any help appreciated.
Never used BLOBs before, so a few questions.
1.I need to create a csv report and store it in the BLOB column of a table. The report will not be stored on the file system at all. How do I do this, I tried a siple eg trying to insert values in the column and it didnt work.
Came back with an Error ORA-01465 Invalid hex number, which didnt make sense at all, because I wasnt doing anything with the ROWIDs.
2. Once I have managed to store the data on the column, how do I retrieve it.
3. While storing the rep, will it store one huge report row by row or wil I have to include a NEWLINE character after each row of one report.
I did read about DBMS_LOB, but it dosent make much sense. Perhaps a working example will be a better source to understand.
Any help appreciated.