Export tables problem

PMrb

Member²
Hi. I try to export one small table (13M) throught export tables - sqlinsert, but it do nothing. File was created but it still null, in v$session_wait I have SQL*Net message from client, so it looks like there is some problem on plsqldeveloper.
Window have message exporting and nothing happens. Anyway in ver 9 wasnt there some bar down which shows me where the export is, so how long it will run? Because in 10 I have only message exporting and nothing else...
 
To obtain some more diagnostic information, can you modify the shortcut and add the DebugSQL parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" DebugSQL

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory or in the %APPDATA%\PLSQL Developer directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer).
 
Back
Top