export of 10g Database using 9i client throwing "Segmentation Fault (core dumped)" [message #357522] |
Wed, 05 November 2008 13:49 |
dbaramesh
Messages: 2 Registered: November 2008
|
Junior Member |
|
|
Hi,
I need to refresh schema from 10204 database into 9206 database.
I am trying to export 10g DB schema using 9i(9208) client . I am getting "Segmentation Fault (core dumped)".
I am using SUN sparc 5.10 OS.
command : exp system owner=OMNI_LIVE rows=y file=<> direct=n constraints=y consistent=y compress=n indexes=y statistics=none feedback=10000 log=<>
If I export only rows without indexes and constraints it works fine.
command: exp system owner=OMNI_LIVE rows=y file=<> direct=n constraints=y consistent=n compress=n indexes=n statistics=none feedback=10000 log=<>
Let me know if any one come across the same problem and solution.
Thanks in advance,
Ramesh
|
|
|
|
|