Marco,
I'm experiencing some strange behavior with the Import/Export Tables.
Export
1) When I click on the "Export Tables..." from the Tools menu, the export window opens up but it "un-maximizes" all my other windows (SQL Window, etc) that were previously opened (and were maximized). If there are no other windows open, then the Export window opens up properly and is maximized. This behavior doesn't seem to happen on my XP machine, only my Win8. I tried rebooting but it is consistently happening.
Import
2) The first time I try to import a table that I just exported (using PSD Export export), I consistently get the below error on the log page. If I click the "Import" again, it works. If I make a copy of the table (using CTAS) and export/import the copied table, it works on the first time. There is nothing special about my table so I'm not sure why it would fail the first time and then work the 2nd time. Other tables seem to work fine too.
3) Typo "rowss"
I'm running 10.0.5 on Win8/64.
Thanks.
I'm experiencing some strange behavior with the Import/Export Tables.
Export
1) When I click on the "Export Tables..." from the Tools menu, the export window opens up but it "un-maximizes" all my other windows (SQL Window, etc) that were previously opened (and were maximized). If there are no other windows open, then the Export window opens up properly and is maximized. This behavior doesn't seem to happen on my XP machine, only my Win8. I tried rebooting but it is consistently happening.
Import
2) The first time I try to import a table that I just exported (using PSD Export export), I consistently get the below error on the log page. If I click the "Import" again, it works. If I make a copy of the table (using CTAS) and export/import the copied table, it works on the first time. There is nothing special about my table so I'm not sure why it would fail the first time and then work the 2nd time. Other tables seem to work fine too.
Code:
Import table PDV_LOC_HIST
Error inserting record into PDV_LOC_HIST:
ORA-01830: date format picture ends before converting entire input string
3) Typo "rowss"
Code:
Import started on 10/11/2013 2:32:30 PM
-- Delete table
delete from TEST_TABLE
155 rowss deleted
I'm running 10.0.5 on Win8/64.
Thanks.