Recent content by albaalbetti

  1. A

    How to import into a table an Excel file

    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
  2. A

    How to import into a table an Excel file

    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!
  3. A

    How to save a BLOB on my PC

    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
  4. A

    How to save a BLOB on my PC

    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
  5. A

    How to save a BLOB on my PC

    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
  6. A

    How to save a BLOB on my PC

    Thanks, but how can I open the Large Data Editor?
  7. A

    How to save a BLOB on my PC

    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!
Back
Top