I'm trying to import a dump file into my 9205 on Solaris9.
The export came from an 8163 on NT and was a taken with the following parameters:

file=rlcproc_exp.dat
log=rlcproc_exp.log
buffer=204800
full=y

I am importing it into the 9205 with the following parameter:

file=rlcproc_exp.dat
log=IMP_LCPROCESS.log
buffer=512000000
ignore=y
fromuser=LCPROCESS
touser=LCPROCESS
commit=N

Here's the log:
###############################
Connected to: Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
JServer Release 9.2.0.5.0 - Production

Export file created by EXPORT:V08.01.06 via conventional path
import done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
export server uses WE8ISO8859P1 NCHAR character set (possible ncharset conversion)

. importing LCPROCESS's objects into LCPROCESS
. . importing table "AUDIT_FIXALARMS" 0 rows imported
. . importing table "FIXALARMS"
IMP-00009: abnormal end of export file
IMP-00028: partial import of previous table rolled back: 262136 rows rolled back

Import terminated successfully with warnings.
###################################

What is causing this? Is there a known bug with importing directly into 9205 from 8163??

Help.

Also, subsequent import attempts now show:

IMP-00009: abnormal end of export fileSegmentation Fault(coredump)


Any ideas what's causing these?