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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: error transporting a tablespace from 8i to 9i?

Re: error transporting a tablespace from 8i to 9i?

From: Yechiel Adar <adar76_at_inter.net.il>
Date: Tue, 16 Sep 2003 04:54:32 -0800
Message-ID: <F001.005D00A7.20030916045432@fatcity.com>


It looks like your 8i database is defined with national char set of WE8ISO8859P1 and your target is defined with AL16UTF16 as national char set. They have to match if you want to transport tablespace.

See in metalink:
Note:66320.1 Subject: Changing the Database Character Set or the Database National Character Set

Yechiel Adar
Mehish
----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com> Sent: Monday, September 15, 2003 10:29 PM

> We are trying to transport a tablespace from 8i to 9i. According to
metalink Oracle changed the NCHAR character set to 2 values so we dont have a match.
>
>
> we can do an export/import, but no transportable tablespaces. Any known
work around? Short of destroying all our 8i databases and recreating them to match the 9i standards(since the 9i ones cant use what is in 8i).
>
>
> Connected to: Oracle9i Enterprise Edition RelEase 9.2.0.3.0 - 64bit
Production
> With the Partitioning, OLAP and Oracle Data Mining options
> JServer Release 9.2.0.3.0 - Production
>
> IMP-00002: failed to open expdat.dmp for read
> Import file: expdat.dmp > /mnt/myfile.dbf
>
> Export file created by EXPORT:V08.01.07 via conventional path
> About to import transportable tablespace(s) metadata...
> import done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character
set
> export server uses WE8ISO8859P1 NCHAR character set (possible ncharset
conversion)
> IMP-00017: following statement failed with ORACLE error 19736:
> "BEGIN sys.dbms_plugts.beginImport

('8.1.7.3.0',31,'31',NULL,'NULL',226234"
> ",1569301,1); END;"
> IMP-00003: ORACLE error 19736 encountered
> ORA-19736: can not plug a tablespace into a database using a different
national character set
> ORA-06512: at "SYS.DBMS_PLUGTS", line 1797
> ORA-06512: at "SYS.DBMS_PLUGTS", line 1636
> ORA-06512: at line 1
> IMP-00017: following statement failed with ORACLE error 29344:
> "BEGIN sys.dbms_plugts.checkUser('myuser); END;"
> IMP-00003: ORACLE error 29344 encountered
> ORA-29344: Owner validation failed - failed to match owner 'WEB_OWNER_3'
> ORA-06512: at "SYS.DBMS_PLUGTS", line 1597
> ORA-06512: at line 1
> IMP-00034: Warning: FromUser "myuser" not found in export file
> Import terminated successfully with warnings.
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: <rgaffuri_at_cox.net
> INET: rgaffuri_at_cox.net
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Yechiel Adar
  INET: adar76_at_inter.net.il

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Sep 16 2003 - 07:54:32 CDT

Original text of this message

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