export problem [message #209710] |
Sun, 17 December 2006 05:28 |
baju
Messages: 12 Registered: December 2006
|
Junior Member |
|
|
hi,
working with export i have faced some problems.
i have written a stored procedure which will execute os command.
with this procedure i want to execute the following exp command:
exp xxx/xxx@xxx FILE="xx.dmp" LOG="xx.log" OWNER=xx DIRECT=Y statistics=NONE CONSISTENT=Y
it works fine.
but problem is that it takes too much time to complete as compare with executing normal shell exp command(provided above).
what is the problem?
plz help me.
thanks
|
|
|
|
Re: export problem [message #209802 is a reply to message #209711] |
Sun, 17 December 2006 22:52 |
baju
Messages: 12 Registered: December 2006
|
Junior Member |
|
|
yes i am calling it from pl/sql using JAVA.
i have not tried with consistent=N. now i am checking it.
no, the same problem with the option consistent=N.
the problem is that it halts a long time at some position.i am watching the progress with the log file.on the log file, suppose,at size 3853 there is no progress,it halts a long time.
Is the stored procedure in the same schema as the OWNER?
yes
should i exclude direct option?
thanks
|
|
|
|