Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8.1.6.1 import

Re: Oracle 8.1.6.1 import

From: Richard Sutherland <rvsutherland_at_yahoo.com>
Date: Mon, 1 Jan 2001 18:09:29 -0500
Message-ID: <t52373br2un962@corp.supernews.com>

I can't use Direct Path export on Linux, either. Try taking the 'direct = y' out. As I recall, there is a bug mentioned on Oracle's web page for Linux.

Richard

<mshields0350_at_my-deja.com> wrote in message news:92qg2d$82n$1_at_nnrp1.deja.com...
> In article <t512bt44q0fv06_at_corp.supernews.com>,
> "Richard Sutherland" <rsutherland_at_In-Touch.net> wrote:
> > Actually, you need 65535 -- 65536 doesn't work
> > > Are both databases on the same OS/version? What are they?
> > >
>
> I tried setting the recordlength with no change in results. Here is
> the error message:
>
> >>>>imp sys/xxxxx file=io_data.dmp ignore=y full=y recordlength=65535
>
> Import: Release 8.1.6.1.0 - Production on Mon Jan 1 11:40:17 2001
>
> (c) Copyright 1999 Oracle Corporation. All rights reserved.
>
> Connected to: Oracle8i Enterprise Edition Release 8.1.6.1.0 - Production
> With the Partitioning option
> JServer Release 8.1.6.0.0 - Production
>
> Export file created by EXPORT:V08.01.06 via direct path
> import done in US7ASCII character set and US7ASCII NCHAR character set
> IMP-00046: using FILESIZE value from export file of 2147483648
> . importing SYS's objects into SYS
> . importing DBO's objects into DBO
> . . importing table "ERROR_LOG" 108 rows
> imported
> . . importing table "IO_AGE" 2 rows
> imported
> . . importing table "IO_ANALYSIS"Segmentation fault
> (core dumped)
>
> The OS is Redhat Linux 6.2 - kernel 2.2.16-4. The hardware and
> operating systems are identical. The export was created with:
> TABLES=( about 40 tables )
> ROWS=y
> INDEXES=n
> CONSTRAINTS=n
> STATISTICS=none
> GRANTS=y
> COMPRESS=y
> DIRECT=y
>
> On the same database, I have already imported a 90 Million row
> partitioned table with no problems.
>
> If I do the import with INDEXFILE=x, the file 'x' is truncated at:
> REM ... 2 rows
> REM CREATE TABLE "DBO"."IO_ANALYSIS" ("ID_ANALYSIS" NUMBER(8, 0) NOT
> NULL
> REM ENABLE, "ID_CLIENT" NUMBER(8, 0) NOT NULL ENABLE, "ID_UNIT_DEF"
> REM NUMBER(8, 0) NOT NULL ENABLE, "ID_REC" NUMBER(8, 0) NOT NULL
> ENABLE,
>
> Which almost makes me think that the seg fault is happening during
> table creation, EVEN though the table gets created in the DB correctly
> before the seg fault.
>
> > > Richard Sutherland
> > > rvsutherland_at_yahoo.com
> > >
>
>
> Sent via Deja.com
> http://www.deja.com/
Received on Mon Jan 01 2001 - 17:09:29 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US