character set and block corruption

Hi master,

It is not a kind of question, but a discussion...

I would like to know how we can find the character set of database with dynamic display (under Oracle 10.2)? can we change after the installation of the database of characters?

in fact I was facing a problem when you import a .dmp file...


I was importing a dmp to oracle oracle 10.2 10.2 but the character set is different, so importation has not been started, he said possible character set conversion...

and another topic is very different from the previous... What are the causes of corruption block?

So what is the solution for this? I searched the net and got "try the new export file error or a State to support."

and what is the difference between NLS_NCHAR_CHARACTERSET and NLS_NCHAR_CHARACTERSET? and how they affect datbase internal operation?

any suggestion is appreciated


Thanks and greetings
VD

Published by: vikrant dixit on March 3, 2009 04:11

Published by: vikrant dixit on March 3, 2009 04:19

Hello..

ALTER DATABASE SET of CHARACTERS ?;

From metalink
>
This note defines the character combinations that are valid for the
"ALTER DATABASE CHARACTER SET xxxx;" command that can be used in Oracle
8i and 9i.

In Oracle 10 g Cslater script should be used to perform character set conversion.
Csalter depends on CSSCAN to work. >

Go well with

1. change the database character set or National character set of the database (for 8i/9i)
DOC - ID: 66320.1 I

2. for 10 g

Installation and configuration of CSSCAN 10 g and 11g
DOC - ID: 745809.1

3. change the character set of database - valid superset definitions
DOC - ID: 119164.1

HTH
Anand

Published by: Anand... on March 3, 2009 18:45

MEtalink DOC added id

Published by: Anand... on March 3, 2009 18:48

Tags: Database

Similar Questions

  • character set and the capacity planning

    Hello and happy new year everyone!

    A question again:

    How the impact encoding charset (e.g. UTF8, WE8MSWIN1252. etc.) on the storage space uses?

    I would like to a planning capability for a large DWH with 10 TB of data that grows to about 1 teaspoon per year.

    Thanks in advance,

    Concerning

    Please visit http://docs.oracle.com/cd/E11882_01/server.112/e10729/ch2charset.htm#i1007681

    All your questions will be answered.

    Happy new year.
    ------------
    Sybrand Bakker
    Senior Oracle DBA

  • Character set of database and the national character set?

    Hi all

    I'm sorry if the question is stupid.

    why we need a so-called "national character set"?, I think it's important to keep the consistency of the character set, and this thing "national character set" really confuses me.

    in my opinion, if you are in English speaking countries, use ASCII coding such as your database character set, if not, just use you UNICODE, everything should be good, why?

    Thanks in advance.

    For Oracle Database, database character set is for the data types CHAR, VARCHAR2 and national character set to NCHAR, NVARCHAR2, and NCLOB and CLOB. Please read http://download.oracle.com/docs/cd/E11882_01/server.112/e10729/ch6unicode.htm#CACHCAHF.

  • "testing" a new character set

    11.2

    We have two environments. CHOOSE the value OF V$ NLS_Parameters WHERE parameter = "NLS_CHARACTERSET"; Returns WE8ISO8859P1 AL32UTF8 and one in the other. Asked me to 'test' the support for multibyte characters and see what we need to do.

    I don't know how to approach the issue. So I went to the basics of loading of SQL * Plus and execute: SELECT 'Ä' FROM Dual;

    In WE8ISO8859P1 result:

    '

    -

    ?

    In AL32UTF8:

    '?'

    ---

    ?

    The only difference seems to be the display of single quotes in the header.

    What should I configure SQL * more? Is there a 'simple test' to show the difference between the two environments?

    Your task is not well defined. You cannot 'test data' unless you want to repeat that all the thousands of tests run by Oracle to test its product :-)  You can test some features in the database, but more often, you want to test a business with the database application.

    Certainly, an AL32UTF8 database can store data in any language supported by Unicode. You don't have to test this possibility. Thousands of databases with this character set and store data from around the world. However, AL32UTF8 is a multibyte character set. In other words, you need to store a lot of characters may have different codes of those in a database of the WE8ISO8859P1 and these codes can have more than one byte. Depending on how the columns of the table are defined, lengths of scope are defined, the application is configured, etc, you may or may not notice problems. As you can see, you need test a particular application to useful tests.

    If you want to just test the entry of accented Latin characters of languages of Western Europe on an American or a Western European version of Windows, then:

    -Open Command Prompt

    -Run:

    C:\ > chcp

    Should display:

    Active code page: 437 (or 850)

    If you see 437, enter:

    C:\ > set NLS_LANG =. US8PC437

    If you see 850, enter:

    C:\ > set NLS_LANG =. WE8PC850

    Then, run SQL * more (in the same window from command line!):

    C:\ > sqlplus...

    You should be able to enter Western European characters in the WE8ISO8859P1 database and the AL32UTF8 database with this configuration. Note, WE8ISO8859P1 can't stand not all characters available under Windows. For example, it does not support the Euro character.

    However, I recommend Oracle SQL Developer to test the characters entry in a database. It requires no any configuration for most popular languages. Configuration of fonts in the JDK can prevail for lesser-used languages.

    Thank you

    Sergiusz

  • character set

    Hello

    Can we change the character set, and gather for a particular column in an oracle database?

    Thanx

    Character set AL32UTF8 change, use the Migration Wizard for database for Unicode (http://www.oracle.com/technetwork/products/globalization/dmu/overview/index.html). Its documentation has interesting information about the migration process.

    Oracle has currently no rankings assigned to data (columns, database). Ranking is specified dynamically through the settings of session NLS_SORT/NLS_COMP, or specified explicitly in calls to sensitive ranking functions selected: NLSSORT, NLS_UPPER, NLS_LOWER and NLS_INITCAP.

    -Sergiusz

  • build the new database through scripts must understand Spanish character sets.

    Hello gurus,
    I need to some simple tips, a good chance for some quick points for you.
    I've never built a database to understand any different other than the U.S. English character set. I now have to build a database that will be used for characters Spanish-keyboards, etc. But I will use English to install 11g software. I just want to be able to show the Spanish characters in the data for the names of clients.
    I will create the database with scripts that I did to make the standard model for data files, control files, etc..
    Then I import in a dump that I did and that was done with American English character sets.
    The system is 11g (11.2.0.3.0) on Linux Enterprise Server 5.8.
    I thought I'd use the AL32UTF8 character set, but I'm not sure where to use them.
    My original test showed no Spanish characters for names of customers as the "tilda" or "sueano" (excuse my spelling). But in this case I did the exceptional for Spanish, I used only the construction of standard American English (no change in the file init.ora or original database create script).

    How can I adjust my settings file for the initial creation of the database model to be able to understand the Spanish character set and still be able to import my dump error-free file.

    EXAMPLE of a build script:

    CREATE DATABASE mynewdb
    The USER SYS IDENTIFIED BY sys_password
    The USER IDENTIFIED BY system_password SYSTEM
    LOGFILE GROUP 1 ('/ u01/app/oracle/oradata/mynewdb/redo01.log') SIZE in the 100M.
    GROUP 2 ('/ u01/app/oracle/oradata/mynewdb/redo02.log') SIZE in the 100M.
    GROUP 3 ('/ u01/app/oracle/oradata/mynewdb/redo03.log') SIZE 100 M
    MAXLOGFILES 5
    MAXLOGMEMBERS 5
    MAXLOGHISTORY 1
    MAXDATAFILES 100
    CHARACTER SET US7ASCII
    NATIONAL CHARACTER SET AL16UTF16

    If I replace to AL32UTF8 AL16UTF16 NATIONAL CHARACTER SET, will it work to show the Spanish characters?

    Sorry for the long-winded question, any advice will be great.

    Fortunately,
    Shawn

    Hello
    the national character sets is for the column as nvarchar types not for normal varchar data types. So if your dump file contains column types, you also need to set. The character set is for normal column as a varchar types. The use of unicode is best practice if you use the multiel language, but keep in mind that multibyte character set can be a problem when importing because varchar2 (10) means byte 10 and not 10 characters, so mistakes as an identifier for a long time may occur when importing.
    You can create the database.

    See this documentation:
    http://docs.Oracle.com/CD/B28359_01/server.111/b28298/ch2charset.htm

    You can use a like WE8MSWIN1252 character set which covers the Spanish also (like many, I know) and a superset of us7ascii

    concerning
    Peter

  • Find the character set of the export dump file

    I have a dump export, I don't have the log for this export dump file. How can I check the character set, as it had been exported?

    878226 wrote:
    Connected to: Oracle8i Enterprise Edition Release version 8.1.7.4.1 - Production
    With the partitioning option
    Jserver version 8.1.7.4.1 - Production release

    Export file created by EXPORT: V08.01.07 by conventional means

    CAUTION: objects have been exported by IN, not by you

    import in WE8ISO8859P1 NCHAR character set and WE8ISO8859P1
    export server uses UTF8 NCHAR (possible ncharset conversion) character set

    As a result, UTF8 here is the character set used? Is - this ri8?

    Yes that's correct.

  • Server uses the character WE8ISO8859P15 (possible character set conversion) set

    Hello
    When EXP in 9i receive:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export done in WE8PC850 character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P15 character set (possible charset conversion)
    What is the problem?

    Thank you.

    I exported just a table, how to see if it is exported?

    Dear user522961,

    You have not defined or clarification of the environment variable NLS_LANG before trying to run the command export.

    Here's a small illustration;

    *$ echo $NLS_LANG*
    *AMERICAN_AMERICA.WE8ISO8859P9*
    $ exp system/password@opttest file=ogan.dmp owner=OGAN
    
    Export: Release 10.2.0.4.0 - Production on Mon Jul 12 18:10:47 2010
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    *Export done in WE8ISO8859P9 character set and AL16UTF16 NCHAR character set*
    
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user OGAN
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user OGAN
    About to export OGAN's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export OGAN's tables via Conventional Path ...
    . exporting synonyms
    . exporting views
    . exporting stored procedures
    . exporting operators
    . exporting referential integrity constraints
    . exporting triggers
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting materialized views
    . exporting snapshot logs
    . exporting job queues
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully without warnings.
    
    *$ export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P15*
    $ exp system/password@opttest file=ogan.dmp owner=OGAN
    
    Export: Release 10.2.0.4.0 - Production on Mon Jul 12 18:12:41 2010
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    *Export done in WE8ISO8859P15 character set and AL16UTF16 NCHAR character set*
    *server uses WE8ISO8859P9 character set (possible charset conversion)*
    
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user OGAN
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user OGAN
    About to export OGAN's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export OGAN's tables via Conventional Path ...
    . exporting synonyms
    . exporting views
    . exporting stored procedures
    . exporting operators
    . exporting referential integrity constraints
    . exporting triggers
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting materialized views
    . exporting snapshot logs
    . exporting job queues
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully without warnings.
    

    It will be useful,

    Ogan

  • Changing database character set

    Hi master,

    I use oracle database XE on windows XP platform. This is just a test database. I need to import a schema into the database of the XE. but the problem is the character set conversion.

    According to the oracle documentation, I tried to change the character set, but it is not worked.it says that ORA-12712: new character set must be a superset of the old character set. It is said

    Export file created by EXPORT: V10.02.01 by conventional means
    CAUTION: objects have been exported by < user >, not by you
    import in WE8MSWIN1252 and AL16UTF16 NCHAR character set
    import server uses the AL32UTF8 (possible character set conversion) character set

    I have the same import NCHAR character set was made, but when I try to change the character above error is generated.

    When I tried to change the character set it gives the above error.

    What should I do?

    Thanks and greetings
    VD

    Vikrant dixit says:
    Hi master,

    I use oracle database XE on windows XP platform. This is just a test database. I need to import a schema into the database of the XE. but the problem is the character set conversion.

    According to the oracle documentation, I tried to change the character set, but it is not worked.it says that ORA-12712: new character set must be a superset of the old character set. It is said

    Please provide the details, how you tried to change the character set database and what character set.

    As indicated in MetaLink Note 260192.1 ("Changing WE8ISO8859P1 / WE8ISO8859P15 or WE8MSWIN1252 (AL32) UTF8'"), AL32UTF8 is not a binary superset of these character sets and therefore conversion includes import/export steps in case you have non-US7ASCII character data in your database.

    The MetaLink note explains how to make the change in detail, but I do not know if it is supported for 10g XE.

    If you can afford it, the easiest way is probably to create/install a new database 10g XE by using the Unicode character database, I think that option when installing 10 g XE.

    Kind regards
    Randolf

    Oracle related blog stuff:
    http://Oracle-Randolf.blogspot.com/

    SQLTools ++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676 /.
    http://sourceforge.NET/projects/SQLT-pp/

  • Dynamics Processor Calc does not reach more than [100] ESM blocks during the calculation, please increase the CalcLockBlock setting, and then try again (a small data cache setting can also cause this problem, check the size of data cache setting).

    Hello

    Our environment is Essbase 11.1.2.2 and work on Essbase EAS and components of Shared Services. One of our user tried to execute the Script of Cal of a single application and in the face of this error.

    Dynamics Processor Calc does not reach more than [100] ESM blocks during the calculation, please increase the CalcLockBlock setting, and then try again (a small data cache setting can also cause this problem, check the size of data cache setting).


    I did a few Google and found that we need to add something in the Essbase.cfg file as below.

    Dynamics Processor Calc 1012704 fails to more blocks ESM number for the calculation, please increase the CalcLockBlock setting, and then try again (a small data cache setting can also cause this problem, check the size of data cache setting).

    Possible problems

    Analytical services cannot lock enough blocks to perform the calculation.

    Possible solutions

    Increase the number of blocks of analytical Services can allocate to a calculation:

    1. Set the maximum number of blocks of analytical Services can allocate at least 500.
      1. If you are not a $ARBORPATH/bin/essbase.cfg on the file server computer, create one using a text editor.
      2. In the essbase.cfg folder on the server computer, set CALCLOCKBLOCKHIGH to 500.
      3. Stopping and restarting Analysis server.
    2. Add the command SET LOCKBLOCK STUDENT at the beginning of the calculation script.
    3. Set the cache of data large enough to hold all the blocks specified in the CALCLOCKBLOCKHIGH parameter.

    In fact in our queue (essbase.cfg) Config Server we have given below added.

    CalcLockBlockHigh 2000

    CalcLockBlockDefault 200

    CalcLockBlocklow 50


    So my question is if edit us the file Essbase.cfg and add the above settings restart services will work?  and if yes, why should change us the configuration file of server if the problem concerns a Cal Script application. Please guide me how to do this.


    Kind regards

    Naveen

    Yes it must *.

    Make sure that you have "migrated settings cache of database as well. If the cache is too small, you will have similar problems.

  • Oracle 10 G support Cyrillic and Western European Character Sets

    Hi all


    Our database currently supports EU Western character sets, but we must also support Russian characters.
    Is there a common character set for both? or something that does the job?


    Thank you.

    ---------
    DB: Oracle 10G R2
    OS: Linux
    The current Char value:
    WE8ISO8859P1 NLS_CHARACTERSET
    NLS_CALENDAR GREGORIAN
    NLS_NCHAR_CHARACTERSET AL16UTF16

    AL32UTF8 will always do the job.

    CL8ISO8859P5
    CL8MSWIN1251

    could to employment according to http://download.oracle.com/docs/cd/B19306_01/server.102/b14225/applocaledata.htm#sthref1960.

    Edited by: P. Forstmann August 9, 2011 17:41

  • How to diagnose and recover corrupt datafile?

    DBMS: Oracle v.9.2.0.1.0

    Operating system: MS Server 2003 R2 SP2 x 86

    Problem: The database start to stop every few minutes. I start checking and found one and the largest of the two data files is probably damaged. Now, I don't know how to fix this data file.

    First of all, I look in the alert.log and see that ^.

    ...

    Mon Jul 29 11:02:03 2013

    SMON: enabling the recovery of tx

    Mon Jul 29 11:02:03 2013

    Database character set is CL8MSWIN1251

    off replication_dependency_tracking (no replication multimaster async found)

    Completed: alter database open

    Mon Jul 29 11:02:42 2013

    KCF: writing / open error blocks = 0x3c009f = 1 online

    file = 4 F:\ORACLE\ORADATA\ORCL\USERS_1.ORA

    error = txt 27069: ' OSD-04026: invalid parameter passed. (OS 3932319) "

    Mon Jul 29 11:02:42 2013

    Errors in the c:\oracle\admin\orcl\bdump\orcl_dbw0_3604.trc file:

    ORA-01242: data file failed to support: database in NOARCHIVELOG mode

    ORA-01114: IO error to the file 4 (block # 3932319) writing block

    ORA-01110: data file 4: "F:\ORACLE\ORADATA\ORCL\USERS_1.ORA".

    ORA-27069: skgfdisp: try to do i/o beyond the scope of the file

    OSD-04026: invalid parameter passed. (OS 3932319)

    DBW0: end of litigation because of the error 1242

    Instance terminated by DBW0, pid = 3604

    C:\oracle\admin\orcl\bdump\alert_orcl.log dump file

    ...

    So I lit archivelog and open the database but it continue to stop when someone calls to certain DB objects.

    Then I check v$ headers:

    SQL > select file #, status, recover, fuzzy, nom_tablespace, to_char(CHECKPOINT_CHANGE#), name from v$ datafile_header;

    FOLDER # STATUS REC FUZ NOM_TABLESPACE TO_CHAR(CHECKPOINT_CHANGE#) NAME

    ---------- ------- --- --- -------------------- ---------------------------------------- ----------------------------------

    1 YES SYSTEM 9679059694215 F:\ORACLE\ORADATA\ORCL\SYSTEM ONLINE. ORA

    2 ONLINE WITHOUT CANCELING YES F:\ORACLE\ORADATA\ORCL\UNDO 9679059694215. ORA

    3 NO YES 9679059694215 F:\ORACLE\ORADATA\ORCL\USERS USERS ONLINE. ORA

    4 YES YES 9679059697551 F:\ORACLE\ORADATA\ORCL\USERS_1.ORA USERS OFFLINE

    For some reason, USERS in USERS_1.ORA is offline and marked as requiring recovery.

    I tried to recover datafile, but got some errors:

    SQL > recover datafile 'F:\ORACLE\ORADATA\ORCL\USERS_1.ORA ';

    ORA-00283: cool cancelled due to errors

    ORA-01115: reading block IO file error 4 (block # 3932319)

    ORA-01110: data file 4: "F:\ORACLE\ORADATA\ORCL\USERS_1.ORA".

    ORA-27069: skgfdisp: try to do i/o beyond the scope of the file

    OSD-04026: invalid parameter passed. (OS 3932319)

    Who have look scary to me.

    I try to check the data file:

    dBV blocksize = 16384 logfile=F:\oracle\oradata\orcl\dbvlog.txt file=F:\oracle\oradata\orcl\users_1.ora

    The result of the check was unexpected:

    DBVERIFY: Release 9.2.0.1.0 - Production on Tue Jul 30 05:03:26 2013

    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

    DBVERIFY - verification starting: FILE = F:\oracle\oradata\orcl\users_1.ora

    DBVERIFY - verification complete

    Total Pages reviewed: 3932320

    Total number of Pages processed (data): 94051

    Total Pages failing (data): 0

    Total number of Pages processed (Index): 19378

    Total Pages failing (Index): 0

    Total number of Pages processed (other): 3753059

    Total number of Pages processed (Seg): 0

    Total Pages failing (Seg): 0

    Total Pages empty: 65832

    Total Pages marked corrupt: 0

    Total Pages influx: 0

    Now I have this tablespace offline in the data file probably not corrupted and no idea how get DB in normal condition.

    UPD: I have data validation by RMAN:

    RMAN > BACKUP VALIDATE DATABASE.

    From backup 30 July 13

    using controlfile target instead of recovery catalog database

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: sid = 11 devtype = DISK

    channel ORA_DISK_1: from full datafile backupset

    channel ORA_DISK_1: specifying datafile (s) in backupset

    including current controlfile in backupset

    input datafile fno = name=F:\ORACLE\ORADATA\ORCL\USERS_1.ORA 00004

    input datafile fno = name 00002 = F:\ORACLE\ORADATA\ORCL\UNDO. ORA

    input datafile fno = 00003 name = F:\ORACLE\ORADATA\ORCL\USERS. ORA

    input datafile fno = 00001 name = F:\ORACLE\ORADATA\ORCL\SYSTEM. ORA

    channel ORA_DISK_1: complete set of backups, time: 00:33:06

    Backup finished at 30 July 13

    Which would have been check my DB and put the information of blocks corrupt a v $ DATABASE_BLOCK_CORRUPTION, but no! There is nothing:

    SQL > select * from V$ DATABASE_BLOCK_CORRUPTION;

    no selected line

    However, database doesn't open, until I have bad data offline file ^.

    SQL > alter database datafile 'F:\ORACLE\ORADATA\ORCL\USERS_1.ORA' online;

    Database altered.

    SQL > alter database open;

    change the database open

    *

    ERROR on line 1:

    ORA-01113: file 4 should media recovery

    ORA-01110: data file 4: "F:\ORACLE\ORADATA\ORCL\USERS_1.ORA".

    Post edited by: Llywelyn.yv

    I finally found my case corect solution:

    Refer to Metalink notes:

    Note: 158836.1 "Database crashes when DATAFILE is Auto extended from 4 GB"

    Note: 1668488 "UNABLE TO RECOVER DATAFILE THAT HAS AUTO EXTENDED ON A 4 GB LIMIT.

    Bug is fixed in version 8.1.7.4.1, 9.0.1.4.0 and 9.2.0.2.1.

    So I installed the patch, the complete catpatch.sql and catexp.sql and the WHOLE base become to open without a problem)

  • The problem with IMP-00038 IMP: could not convert to character set environment handle

    The export was made under linux.  I am told that their settings are: (I can't check)

    AL32UTF8 NLS_CHARACTERSET

    NLS_NCHAR_CHARACTERSET AL16UTF16

    export of the version

    Export: Release 11.2.0.3.0

    I'm trying to import into an empty database in windows with the Release 11.2.0.1.0 version (a few levels below patch)

    AL32UTF8 NLS_CHARACTERSET

    NLS_NCHAR_CHARACTERSET AL16UTF16

    Select userenv ('LANGUAGE') of double

    AMERICAN_AMERICA. AL32UTF8

    my var environment NLS_LANG = AMERICAN_AMERICA. AL32UTF8

    The value of KEY_HKLM\Software\oracle\OraDb11g_home1\NLS_LANG is also set to AMERICAN_AMERICA. AL32UTF8

    IMP prod_user/password@instacnename file = exportfile.dmp see the = y

    WITH JUST SHOW = Y ON... (even with him in the distance)

    Import: Free 11.2.0.1.0 - Production Fri Nov 14 11:09:51 2013

    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

    Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit

    Production

    With the partitioning option

    IMP-00038: could not convert to character set environment handle

    IMP-00000: Import terminated unsuccessfully

    NO idea how to solve this problem?  I broadcast the gziped file and a new... to be sure of the xfer wasn't the question...

    I'm stumped... I searched the Forum and the web and tried most of what I found.

    Thanks in advance

    -Ken

    Hello

    I think that there is a single cause - see the example below

    expdp / schemas = bob

    Export: Release 11.2.0.3.0 - Production on Fri Nov 15 18:04:46 2013

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production
    With the partitioning option
    Departure "OPS$ ORACLE." ' SYS_EXPORT_SCHEMA_06 ': / * schemas = bob.
    Current estimation using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 0 KB
    Processing object type SCHEMA_EXPORT/USER
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Object type SCHEMA_EXPORT/TABLE/TABLE processing
    Object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS treatment
    . . exported "BOB." » EMP"                                     0 KB       0 rows
    . . exported "BOB." "" EMP2 "0Ko 0 rows
    Main table "OPS$ ORACLE." "' SYS_EXPORT_SCHEMA_06 ' properly load/unloaded
    ******************************************************************************
    Empty the files together for OPS$ ORACLE. SYS_EXPORT_SCHEMA_06 is:
    /Oracle/11.2.0.3.0.DB/RDBMS/log/expdat.dmp
    Job ' OPS$ ORACLE. " "" SYS_EXPORT_SCHEMA_06 "led to 18:05:19

    [oracle@]:EMZA3:[~]# imp / file=/oracle/11.2.0.3.0.DB/rdbms/log/expdat.dmp]

    Import: Release 11.2.0.3.0 - Production on Fri 15 Nov 18:06:02 2013

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production
    With the partitioning option

    IMP-00038: could not convert to character set environment handle
    IMP-00000: Import terminated unsuccessfully
    [oracle@]:EMZA3:[~]#

    Spot the problem?

    The original dump was expdp, we seek to import with IMP...

    If it is conversely impdp flags it is an exp file - but this round way you get just this random error!

    See you soon,.

    Harry

  • Sometimes, the Firefox doesn't recognize a character set

    Firefox can not decode some English text characters or symbols and instead of characters appear a kind of codes. Just like you would surf the Chinese website without the Chinese character set.

    Like this here

    Why is it so in Firefox? I've never seen what happens in Internet Explorer.

    Pages that use Unicode (UTF-8) format display a small box with the hex code if the character cannot be displayed.
    Which allows you to search the character in a table.

    If you see such a box with hexadecimal code in it, then it means that Firefox cannot map a character to a specific font, and you will need to install a font that covers the affected characters.

    In your case you are missing fonts and font support if it occurs on sites that use the IDEOGRAM.

    You will see something similar on Windows XP if you visit pages that use complex scripts (e.g. hindi and Arabic).

    Windows XP account very basic language support installed by default.

    There are many languages in the world and there are still languages that may require special fonts.

    You probably can't read, so it's your choice if you want to install a font for these pages or just accept the small squares with the hex code.

    See http://en.wikipedia.org/wiki/Supplementary_Multilingual_Plane

  • How to stop people at random me to add and block instantly?

    I get people to randomly add me and when I remove them he gets very annoying to have to go through and block them. I normally get 4-5 a day and Im not really sure where they're getting my name of? Any help?

    Noone you can add if you agree to the request. Contact requests are open design, so that anyone can send a contact request, however they do not add you as a contact if you agree. This is how most of the messaging software and Skype works. Skype is as an open directory anyone can search and find you (if they know how).

    You can however reject and block any communication of the additional requestee. You should also review the tools > settings > privacy and make sure everything is set up as you like.

Maybe you are looking for

  • Newly purchased Lenovo Z400 battery not charging

    Nice dayRecently, I bought my new Lenovo Z400 yesterday and took it for a test run.After testing for a while, I noticed that the battery meter was still 24% (even though it says "plugged in, load").If I disconnected the laptop on a socket, the laptop

  • Mystery icon

    Hello Can someone tell me what the icon of three lines stacked horizontally in different positions like stairs, actually done? It shows up on my phone as if at random, but not often. Every time that I pressed it the notification window wraps simply,

  • PEAK counting with burst count, etc.

    I am writing a program which has peaks (+ spikes) and valleys (-spikes) and gusts (defined as 3 or more pics in a row with 1 msec or less between them) and peaks and valleys which lie in 1 ms of each other.  Pic count part is easy, but I myself doubt

  • Icon of OWA search missing files after migration to exchange 2007-2010.

    Scratcher head on this one.  I've looked everywhere without success.  This has nothing to do with the folders created in Outlook.  There is a default search icon in OWA 2010, but I did a recent migration from 2007 to 2010 to another server 2010.  I n

  • How to open a file *.search-ms Windows XP or open a file .fmd in Windows 7?

    We are a group of work using windows XP and Windows 7. We have a shared location of the pictures, and we want to set up search folders that everyone can use.