Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Oracle > IMP-00037: Character set marker unknown

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-02-02, 12:30
omegamark omegamark is offline
Registered User
 
Join Date: Apr 2002
Posts: 1
IMP-00037: Character set marker unknown

$ NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
$ export NLS_LANG
$ mknod imp_pipe p
$ pwd
/images/dbbackup/sprd_cust
$ cat xaa xab xac xad xae > /images/dbbackup/sprd_cust/imp_pipe &
6642
$ imp system/password file=/images/dbbackup/sprd_cust/imp_pipe show=y full=y log=a.sql

Import: Release 8.1.6.3.0 - Production on Tue Mar 26 10:50:02 2002

(c) Copyright 1999 Oracle Corporation. All rights reserved.


Connected to: Oracle8i Enterprise Edition Release 8.1.6.3.0 - Production
With the Partitioning option
JServer Release 8.1.6.3.0 - Production

IMP-00037: Character set marker unknown
IMP-00000: Import terminated unsuccessfully
6642 Broken Pipe
$

I am trying to do an import .The export dump is corrupted it seems .I tried chnaging the nls_land and all other options.

I am getting the same error .I do not have another dump also .
Is there anyother method to import .

Pls let me know
__________________
Radhakrishnan

Last edited by omegamark : 04-02-02 at 12:50.
Reply With Quote
  #2 (permalink)  
Old 04-02-02, 13:59
BSchol BSchol is offline
Registered User
 
Join Date: Jun 2001
Location: The Netherlands
Posts: 38
Looking at the sample I get the impression your export file exists of three parts. Very weird...
Anyway, if this correct you would have to pipe them in the right order since the language info is in the first part.

If however the files are seperate export files and you want to apply them all, you would import them one by one.

In any case I would leave out the pipe altogether as it does not have any advantage. The only case I can imagine where you would use this is when you have a compressed export file and don't have the space to uncompress it.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On