Home » RDBMS Server » Server Utilities » import segmentation fault
import segmentation fault [message #70423] Wed, 12 June 2002 06:27 Go to next message
Sebastien Sebbe
Messages: 1
Registered: June 2002
Junior Member
Hi,

I try to import an oracle 8.0.6 (AIX 4.3.2) export dump on oracle 8.0.6 (Solaris) and I get a Segmentation Fault.
. Import d'objets IRMA dans IRMA
. Import d'objets SYSTEM dans SYSTEMSegmentation Fault - core dumped

Here are my import params :
buffer = 100000
indexes = y
rows = y
grants = y
ignore = y
full=y

An idea ?

Thanks

Seb
Re: import segmentation fault [message #70425 is a reply to message #70423] Wed, 12 June 2002 06:42 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
The workaround is to set STATS=N to import. 
Actually STATS is not a valid keyword for import. 
the workaround is to either export without the statistics or bypass the statistics generation upon import. 
The proper keywords for export and import to accomplish this are: 
exp ... statistics=n 
or 
imp ... analyze=n 

Regards, 

in extreme case, you may also wnat to set NlS_lang

% setenv NLS_LANG american_america.JA16SJIS
Previous Topic: Re: Error 1053: The service did not respond to the start or control request in a timely fashion.
Next Topic: ORA-01658 in an import
Goto Forum:
  


Current Time: Mon Apr 29 09:36:20 CDT 2024