Ok, it works.
But in a column in excel I have a text with many carriage returns and after importing by using your advice, I see that in the table the carriage returns are missing
By using Pl/Sql Developer vers. 8.0.4 I see that it's possible to import a file into a table with the function Tools-->Text importer but the problem is that the formats allowed are TXT and CSV. Is there a way for importing directly a XLS as well as it happens, for example, with Toad?
Thanks!
No, with smaller BLOB values I can.
Take into account that on my PC for larger BLOB values, I can get the values by using TOAD. Only with large BLOB and only with Pl Slq Developer 8.0.4 I have problems
Thanks for the advice.
I've tried to click on cell (where I see ...) but after a while I get a "Out of memory" message. Could it be a problem of my PC? The blob is 180Mb
My Pl Sql Developer vers. is 8.0.4
Thanks for the advice.
I've tried to clicl on cell (where I see ...) but after a while I get a "Out of memory" message. Could it be a problem of my PC? The blob is 180Mb
Hi,
I have to save the content of a BLOB on my PC.
If I execute
SELECT COLUMN_LOB
FROM TABLE;
I get
COLUMN_LOB
Without opening the BLOB, how can I directly save it on my PC?
Thanks!