Strange behavoir : characterset conversion

there is a strange behavior related to character set conversion under windows. Please take a look at the example below and give me you comment :
-- Under Windows 2000 box
SQL> @.[%NLS_LANG%]
SP2-0310: impossible d'ouvrir le fichier ".[French_France.US7ASCII]"
SQL> desc test_nls
Nom NULL ? Type
C1 VARCHAR2(5)
SQL> select * from nls_database_parameters where parameter='NLS_CHARACTERSET';
PARAMETER VALUE
NLS_CHARACTERSET WE8ISO8859P1
SQL> insert into test_nls values('éàèôï');
1 ligne créée.
SQL> commit;
Validation effectuée.
SQL> col dmp for a40
SQL> select C1, dump(C1) dmp from test_nls;
C1 DMP
éàèôï Typ=1 Len=5: 233,224,232,244,239
-- Under Unix box
SQL> ! echo $NLS_LANG
French_France.US7ASCII
SQL> desc test_nls
Name Null? Type
C1 VARCHAR2(5)
SQL> select * from test_nls;
C1
eaeoi
SQL> é
SQL> col dmp for a40
select C1, dump(C1) dmp from test_nls;SQL>
C1 DMP
eaeoi Typ=1 Len=5: 233,224,232,244,239
SQL> ! export NLS_LANG=French_France.WE8ISO8859P1
SQL> ! echo $NLS_LANG
French_France.US7ASCII
SQL> select * from nls_database_parameters where parameter='NLS_CHARACTERSET';
PARAMETER VALUE
NLS_CHARACTERSET WE8ISO8859P1
SQL> insert into test_nls values('éàèôï');
1 row created.
SQL> commit;
Commit complete.
SQL> col dmp for a40
select C1, dump(C1) dmp from test_nls;SQL>
C1 DMP
eaeoi Typ=1 Len=5: 233,224,232,244,239
i`hto Typ=1 Len=5: 105,96,104,116,111
Under MS-Dos (windows cmd CLI)
SQL> host echo %NLS_LANG%
French_France.US7ASCII
SQL> select dump(convert('é','WE8ISO8859P1','US7ASCII')) from dual;
DUMP(CONVERT('☻','WE8ISO8859P1
Typ=1 Len=1: 2
SQL>
--- Under Unix (Aix 5.2)
SQL> ! echo $NLS_LANG
French_France.US7ASCII
SQL> select dump(convert('é','WE8ISO8859P1','US7ASCII')) from dual;
DUMP(CONVERT('I','WE8ISO8859P1
Typ=1 Len=1: 105

This does seem like strange behaviour, are your windows and Unix clients perhaps of different versions? All I can do is echo Barry's comments, if your database is WE8MSWIN1252 and you want to provide WE8MSWIN1252 data from the client, NLS_LANG must be set to French_France.WE8MSWIN1252.
Note that this must occur before you start SQL*Plus otherwise the setting will not take effect.

Similar Messages

  • R12 Characterset conversion to UTF8 on 11 G R2 Database

    We are doing Characterset conversion to UTF8, i ran csscan its complaning lot of lossy chars and Convertible chars,do i need to take export below all tables..?
    ata Dictionary Tables:
    Datatype Changeless Convertible Truncation Lossy
    VARCHAR2 117,133,414 0 0 0
    CHAR 17,402 0 0 0
    LONG 8,074,421 0 0 0
    CLOB 4,348,695 22,903 0 0
    VARRAY 42,001 0 0 0
    Total 129,615,933 22,903 0 0
    Total in percentage 99.982% 0.018% 0.000% 0.000%
    The data dictionary can be safely migrated using the CSALTER script
    XML CSX Dictionary Tables:
    Datatype Changeless Convertible Truncation Lossy
    VARCHAR2 501 0 0 0
    CHAR 0 0 0 0
    LONG 0 0 0 0
    CLOB 0 0 0 0
    VARRAY 0 0 0 0
    Total 501 0 0 0
    Total in percentage 100.000% 0.000% 0.000% 0.000%
    [Application Data Conversion Summary]
    Datatype Changeless Convertible Truncation Lossy
    VARCHAR2 118,182,641 0 103 1,260,883
    CHAR 265 0 0 0
    LONG 61,948 0 0 0
    CLOB 129,455 827 0 0
    VARRAY 32,797 0 0 0
    Total 118,407,106 827 103 1,260,883
    Total in percentage 98.946% 0.001% 0.000% 1.054%
    Data Dictionary Tables:
    USER.TABLE Convertible Truncation Lossy
    MDSYS.OPENLS_NODES 17 0 0
    MDSYS.SDO_COORD_OP_PARAM_VALS 200 0 0
    MDSYS.SDO_GEOR_XMLSCHEMA_TABLE 1 0 0
    MDSYS.SDO_STYLES_TABLE 78 0 0
    MDSYS.SDO_XML_SCHEMAS 3 0 0
    ORDDATA.ORDDCM_CT_PRED_OPRD 51 0 0
    ORDDATA.ORDDCM_DOCS 9 0 0
    ORDDATA.ORDDCM_MAPPING_DOCS 1 0 0
    SYS.METASTYLESHEET 178 0 0
    SYS.REGISTRY$ERROR 2 0 0
    SYS.RULE$ 21 0 0
    SYS.SCHEDULER$_EVENT_LOG 182 0 0
    SYS.WRH$_SQLTEXT 2,099 0 0
    SYS.WRH$_SQL_PLAN 1,736 0 0
    SYS.WRI$_ADV_ACTIONS 5,452 0 0
    SYS.WRI$_ADV_DIRECTIVE_META 5 0 0
    SYS.WRI$_ADV_OBJECTS 2,278 0 0
    SYS.WRI$_ADV_RATIONALE 9,594 0 0
    SYS.WRI$_ADV_SQLT_PLANS 455 0 0
    SYS.WRI$_ADV_SQLT_PLAN_STATS 288 0 0
    SYS.WRI$_DBU_FEATURE_METADATA 188 0 0
    SYS.WRI$_DBU_FEATURE_USAGE 16 0 0
    SYS.WRI$_DBU_HWM_METADATA 20 0 0
    SYS.WRI$_REPT_FILES 27 0 0
    XDB.XDB$DXPTAB 2 0 0
    XML CSX Dictionary Tables:
    USER.TABLE Convertible Truncation Lossy
    Application Data:
    USER.TABLE Convertible Truncation Lossy
    APPLSYS.BISM_OBJECTS 4 0 0
    APPLSYS.DR$FND_LOBS_CTX$I 0 103 1,260,883
    APPLSYS.FND_CONC_PROG_ANNOTATIONS 272 0 0
    APPLSYS.FND_OAM_CONTEXT_FILES 15 0 0
    APPLSYS.FND_OAM_DOC_LINK 1 0 0
    APPS.FND_OAM_CONTEXT_FILES_1 6 0 0
    AZ.AZ_APIS 11 0 0
    AZ.AZ_SELECTION_SET_ENTITIES_B 48 0 0
    ECX.ECX_DTDS 205 0 0
    ECX.ECX_FILES 91 0 0
    IBC.IBC_ATTRIBUTE_BUNDLES 41 0 0
    JTF.JTF_HEADER_DTD 1 0 0
    JTF.JTF_MESSAGE_OBJECTS 82 0 0
    JTF.JTY_TRANS_USG_PGM_SQL 29 0 0
    ODM.ODM_PMML_DTD 1 0 0
    OKC.OKC_REPORT_SQL_B 3 0 0
    OKC.OKC_REPORT_SQL_TL 2 0 0
    OKC.OKC_REPORT_XSL_TL 5 0 0
    XDP.XDP_PROC_BODY 10 0 0
    [Distribution of Convertible, Truncated and Lossy Data by Column]
    Data Dictionary Tables:
    USER.TABLE|COLUMN Convertible Truncation Lossy
    MDSYS.OPENLS_NODES|SYS_NC00004$ 17 0 0
    MDSYS.SDO_COORD_OP_PARAM_VALS|PARAM_VALUE_FILE 200 0 0
    MDSYS.SDO_GEOR_XMLSCHEMA_TABLE|XMLSCHEMA 1 0 0
    MDSYS.SDO_STYLES_TABLE|DEFINITION 78 0 0
    MDSYS.SDO_XML_SCHEMAS|XMLSCHEMA 3 0 0
    ORDDATA.ORDDCM_CT_PRED_OPRD|SYS_NC00004$ 51 0 0
    ORDDATA.ORDDCM_DOCS|SYS_NC00005$ 9 0 0
    ORDDATA.ORDDCM_MAPPING_DOCS|SYS_NC00007$ 1 0 0
    SYS.METASTYLESHEET|STYLESHEET 178 0 0
    SYS.REGISTRY$ERROR|MESSAGE 1 0 0
    SYS.REGISTRY$ERROR|STATEMENT 1 0 0
    SYS.RULE$|CONDITION 21 0 0
    SYS.SCHEDULER$_EVENT_LOG|ADDITIONAL_INFO 182 0 0
    SYS.WRH$_SQLTEXT|SQL_TEXT 2,099 0 0
    SYS.WRH$_SQL_PLAN|OTHER_XML 1,736 0 0
    SYS.WRI$_ADV_ACTIONS|ATTR5 2,726 0 0
    SYS.WRI$_ADV_ACTIONS|ATTR6 2,726 0 0
    SYS.WRI$_ADV_DIRECTIVE_META|DATA 5 0 0
    SYS.WRI$_ADV_OBJECTS|ATTR4 2,278 0 0
    SYS.WRI$_ADV_RATIONALE|ATTR5 9,594 0 0
    SYS.WRI$_ADV_SQLT_PLANS|OTHER_XML 455 0 0
    SYS.WRI$_ADV_SQLT_PLAN_STATS|OTHER 288 0 0
    SYS.WRI$_DBU_FEATURE_METADATA|INST_CHK_LOGIC 21 0 0
    SYS.WRI$_DBU_FEATURE_METADATA|USG_DET_LOGIC 167 0 0
    SYS.WRI$_DBU_FEATURE_USAGE|FEATURE_INFO 16 0 0
    SYS.WRI$_DBU_HWM_METADATA|LOGIC 20 0 0
    SYS.WRI$_REPT_FILES|SYS_NC00005$ 27 0 0
    XDB.XDB$DXPTAB|SYS_NC00006$ 2 0 0
    XML CSX Dictionary Tables:
    USER.TABLE|COLUMN Convertible Truncation Lossy
    Application Data:
    USER.TABLE|COLUMN Convertible Truncation Lossy
    APPLSYS.BISM_OBJECTS|SYS_NC00023$ 4 0 0
    APPLSYS.DR$FND_LOBS_CTX$I|TOKEN_TEXT 0 103 1,260,883
    APPLSYS.FND_CONC_PROG_ANNOTATIONS|PROGRAM_ANNOTAT 272 0 0
    APPLSYS.FND_OAM_CONTEXT_FILES|TEXT 15 0 0
    APPLSYS.FND_OAM_DOC_LINK|DOC_LINK_INFO 1 0 0
    APPS.FND_OAM_CONTEXT_FILES_1|TEXT 6 0 0
    AZ.AZ_APIS|FILTERING_PARAMETERS 11 0 0
    AZ.AZ_SELECTION_SET_ENTITIES_B|FILTERING_PARAMETE 48 0 0
    ECX.ECX_DTDS|PAYLOAD 205 0 0
    ECX.ECX_FILES|PAYLOAD 91 0 0
    IBC.IBC_ATTRIBUTE_BUNDLES|ATTRIBUTE_BUNDLE_DATA 41 0 0
    JTF.JTF_HEADER_DTD|HEADER_DTD 1 0 0
    JTF.JTF_MESSAGE_OBJECTS|BUS_OBJ_DTD 41 0 0
    JTF.JTF_MESSAGE_OBJECTS|BUS_OBJ_SQL 41 0 0
    JTF.JTY_TRANS_USG_PGM_SQL|BATCH_DEA_SQL 1 0 0
    JTF.JTY_TRANS_USG_PGM_SQL|BATCH_INCR_SQL 5 0 0
    JTF.JTY_TRANS_USG_PGM_SQL|BATCH_TOTAL_SQL 6 0 0
    JTF.JTY_TRANS_USG_PGM_SQL|INCR_REASSIGN_SQL 5 0 0
    JTF.JTY_TRANS_USG_PGM_SQL|REAL_TIME_INSERT 6 0 0
    JTF.JTY_TRANS_USG_PGM_SQL|REAL_TIME_SQL 6 0 0
    ODM.ODM_PMML_DTD|DTD 1 0 0
    OKC.OKC_REPORT_SQL_B|SQL_TEXT 3 0 0
    OKC.OKC_REPORT_SQL_TL|HELP_TEXT 2 0 0
    OKC.OKC_REPORT_XSL_TL|HELP_TEXT 2 0 0
    OKC.OKC_REPORT_XSL_TL|XSL_TEXT 3 0 0
    XDP.XDP_PROC_BODY|PROC_BODY 10 0 0
    [Indexes to be Rebuilt]
    USER.INDEX on USER.TABLE(COLUMN)
    APPLSYS.DR$FND_LOBS_CTX$X on APPLSYS.DR$FND_LOBS_CTX$I(TOKEN_TEXT)
    APPLSYS.DR$FND_LOBS_CTX$X on APPLSYS.DR$FND_LOBS_CTX$I(TOKEN_TYPE)
    APPLSYS.DR$FND_LOBS_CTX$X on APPLSYS.DR$FND_LOBS_CTX$I(TOKEN_FIRST)
    APPLSYS.DR$FND_LOBS_CTX$X on APPLSYS.DR$FND_LOBS_CTX$I(TOKEN_LAST)
    APPLSYS.DR$FND_LOBS_CTX$X on APPLSYS.DR$FND_LOBS_CTX$I(TOKEN_COUNT)
    IBC.IBC_ATTRIBUTE_BUNDLES_CTX on IBC.IBC_ATTRIBUTE_BUNDLES(ATTRIBUTE_BUNDLE_DATA)
    -----------------------------------------------------------------------------------------

    Sawwan,
    I am getting below error
    [oracle@uat nls]$ exp file=exp_utf8.dmp parfile=exp.par
    Export: Release 11.2.0.1.0 - Production on Wed Apr 20 18:43:11 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Username: system
    Password:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export done in UTF8 character set and AL16UTF16 NCHAR character set
    server uses US7ASCII character set (possible charset conversion)
    About to export specified tables via Conventional Path ...
    Current user changed to APPLSYS
    . . exporting table BISM_OBJECTS 4 rows exported
    EXP-00011: APPLSYS.DR$FND_LOBS_CTX$I does not exist ( do i need to procced with truncation of convertable objects..?, please confirm me, i am confusing here)
    http://www.oracle-latest-technology.com/2011/02/how-to-convert-character-set-of-oracle.html
    . . exporting table FND_CONC_PROG_ANNOTATIONS 290 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table FND_OAM_CONTEXT_FILES 15 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table FND_OAM_DOC_LINK 1 rows exported
    EXP-00091: Exporting questionable statistics.
    Current user changed to APPS
    . . exporting table FND_OAM_CONTEXT_FILES_1 6 rows exported
    EXP-00091: Exporting questionable statistics.
    Current user changed to AZ
    . . exporting table AZ_APIS 356 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table AZ_SELECTION_SET_ENTITIES_B 490 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    Current user changed to ECX
    . . exporting table ECX_DTDS 205 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table ECX_FILES 91 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    Current user changed to IBC
    EXP-00011: IBC.IBC_ATTRIBUTE_BUNDLES_DATA does not exist
    . . exporting table IBC_ATTRIBUTE_BUNDLES 41 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    Current user changed to JTF
    . . exporting table JTF_HEADER_DTD 1 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table JTF_MESSAGE_OBJECTS 41 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table JTY_TRANS_USG_PGM_SQL 7 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00010: MDSYS is not a valid username
    EXP-00010: MDSYS is not a valid username
    EXP-00010: MDSYS is not a valid username
    EXP-00010: MDSYS is not a valid username
    EXP-00010: MDSYS is not a valid username
    EXP-00010: MDSYS is not a valid username
    Current user changed to ODM
    . . exporting table ODM_PMML_DTD 1 rows exported
    EXP-00091: Exporting questionable statistics.
    Current user changed to OKC
    . . exporting table OKC_REPORT_SQL_B 3 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table OKC_REPORT_SQL_TL 3 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table OKC_REPORT_XSL_TL 3 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00010: XDB is not a valid username
    Current user changed to XDP
    . . exporting table XDP_PROC_BODY 10 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    Current user changed to ORDDATA
    . . exporting table ORDDCM_CT_PRED_OPRD 51 rows exported
    . . exporting table ORDDCM_DOCS 9 rows exported
    . . exporting table ORDDCM_MAPPING_DOCS 1 rows exported
    EXP-00091: Exporting questionable statistics.
    Export terminated successfully with warnings.
    [oracle@uat nls]$ exp file=exp_fnd_lobs.dmp table=APPLSYS.DR$FND_LOBS_CTX$I
    LRM-00101: unknown parameter name 'table'

  • Characterset Conversion

    Hi,
    I would like to change the characterset of my E-Business Suite R12.1.3 with database 10.2.0.4 from US7ASCII to UTF8. Which is the best document to follow and what all are the things I need to take care of?
    Expecting expert's advice.
    Sony

    Sony,
    Please see the docs referenced in these threads.
    MLS Data Character Set Conversion
    MLS Data Character Set Conversion
    Oracle E-Biz Applications Database characterset conversion
    Re: Oracle E-Biz Applications Database characterset conversion
    Thanks,
    Hussein

  • G Performing database characterset conversion adsvdcnv.cmd

    hi,
    i m installing 11.5.9 EBS on windows XP and getting stuck on some point on this point everytime, no messege nothing just it hangs there for hours
    Step 3 of 5
    100%
    status
    g Performing database characterset conversion adsvdcnv.cmd
    everything was fine installed everything required,
    all checks were passed but it always stucks here
    if anybody can help me since i m stuck with this for last whole week.....
    Edited by: FarhatKayani on Apr 22, 2009 7:47 AM

    I had the same error and it turned out to be an issue with the domain name specification. I have a single node install on a computer not on a network. But it had been part of a domain earlier. I took it out of the domain and followed the instructions posted by Srinath Nanduri in his post 'Steps for **SUCCESSFUL** installation of 11.5.9 on Windows' - Steps for **SUCCESSFUL** installation of 11.5.9 on Windows

  • Database Characterset Conversion from AMERICAN to JAPANESE

    Hello
    We are creating a test environment from a database with NLS_LANG = AMERICAN_AMERICA.WE8ISO8859P1. This needs to be converted into Japanese characterset with NLS_LANG = JAPANESE_JAPAN.JA16EUC
    As per my understanding, I need to first export the database, then create a new database with Japanese NLS_LANG, and then re-import it
    Could someone please confirm the steps please
    1. Do I need to change NLS_LANG before exporting the database?
    2. Can I run a database characterset conversion check before exporting db?
    3. Is there any other pre-cautions that I need to take
    Oracle Version: Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    OS Version: HP-UX B.11.11
    Regards
    Sudhanshu

    Hello,
    I have used the Character Set Scan utility (csscan) Version 1.2. I have attached the report results below.
    To convert the character set instead of export/import, can I simply do
    ALTER DATABASE CHARACTER SET ja16euc;
    I would appreciate feedback on this if anyone has worked on this conversion before.
    Parameter Value
    CSSCAN Version v1.2
    Database Version 9.2.0.6.0
    Scan type Full database
    Scan CHAR data? YES
    Database character set WE8ISO8859P1
    FROMCHAR WE8ISO8859P1
    TOCHAR JA16EUC
    Scan NCHAR data? NO
    Array fetch buffer size 10240
    Number of processes 20
    Capture convertible data? NO
    [Scan Summary]
    Some character type data in the data dictionary are not convertible to the new character set
    Some character type application data are not convertible to the new character set
    [Data Dictionary Conversion Summary]
    Datatype Changeless Convertible Truncation Lossy
    VARCHAR2 3,303,684 386 0 8
    CHAR 5 0 0 0
    LONG 219,988 1 0 0
    CLOB 0 58 0 0
    Total 3,523,677 445 0 8
    Total in percentage 100% 0% 0% 0%
    [Application Data Conversion Summary]
    Datatype Changeless Convertible Truncation Lossy
    VARCHAR2 3,316,273,097 8,517 56 2,675
    CHAR 6,954 0 0 0
    LONG 197,690 0 0 0
    CLOB 0 0 0 0
    Total 3,316,477,741 8,517 56 2,675
    Total in percentage 100% 0% 0% 0%
    Convertible Truncation Lossy
    1 0 0
    4 0 0
    28 0 6
    2,792 43 20
    55 1 0
    45 0 0
    3 0 0
    39 0 0
    978 0 0
    69 0 0
    36 0 0
    16 0 0
    45 0 0
    21 0 0
    102 4 0
    195 4 0
    205 0 2
    102 4 0
    61 0 470
    2 0 0
    6 0 0
    67 0 487
    0 0 1
    1 0 0
    3 0 0
    8 0 0
    1 0 0
    3,115 0 1,689
    261 0 0
    4 0 0
    230 0 0
    5 0 0
    4 0 0
    4 0 0
    6 0 0
    3 0 0
    1 0 0
    58 0 0
    386 0 8
    Convertible Truncation Lossy
    1 0 0
    4 0 0
    28 0 6
    2,792 43 20
    55 1 0
    45 0 0
    3 0 0
    20 0 0
    11 0 0
    2 0 0
    4 0 0
    2 0 0
    978 0 0
    69 0 0
    16 0 0
    10 0 0
    4 0 0
    4 0 0
    2 0 0
    10 0 0
    4 0 0
    2 0 0
    45 0 0
    21 0 0
    4 0 0
    4 0 0
    0 4 0
    59 0 0
    27 0 0
    8 0 0
    4 0 0
    93 0 0
    4 0 0
    0 4 0
    59 0 0
    27 0 0
    8 0 0
    102 0 1
    58 0 1
    35 0 0
    10 0 0
    4 0 0
    4 0 0
    0 4 0
    59 0 0
    27 0 0
    8 0 0
    61 0 470
    2 0 0
    6 0 0
    67 0 487
    0 0 1
    1 0 0
    3 0 0
    8 0 0
    1 0 0
    3,115 0 1,689
    261 0 0
    4 0 0
    73 0 0
    115 0 0
    37 0 0
    5 0 0
    2 0 0
    3 0 0
    4 0 0
    4 0 0
    6 0 0
    2 0 0
    1 0 0
    1 0 0
    58 0 0
    386 0 8
    ---------------- ---------------- ----------------

  • Re: g Performing database characterset conversion adsvdcnv.cmd

    Hi,
    I am trying to install oracle applications 11i on Windows XP Professional on Toshiba laptop centrino 1.743 GHz) and for some reason the process is getting stuck at :
    Step 3 of 5, 40 % done
    And shows 100% of step 3 complete
    Shows this error
    g Performing database characterset conversion adsvdcnv.cmd
    I have tried several times and everytime it is getting stuck at this stage only.
    I am installing in language English only... and selected most of the options defaulted by the system.
    Pls. find below my log file. Pls. advise how to fix this problem.
    The system doesnot give any error message but get stuck at this point for hours. Couldn't figure out the problem... Please throw in some ideas... Thanks in advnance...
    Environment variables:
    ORACLE_HOME =
    PATH = D:\11iStage\startCD\Disk1\rapidwiz\unzip\NT;C:\mks\bin;C:\mks\bin\X11;C:\mks\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;c:\vc\vc98\bin;C:\vc\VC98\bin;C:\WINDOWS\SYSTEM32;C:\make-3.79.1\winrel\gnumake.exe; C:\Windows;C:\vc\VC98\bin ;C:\vc\Tools\WinNT;C:\vc\MSDev98\Bin;C:\vc\Tools;C:\VC98\bin;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;c:\vc\vc98\bin;C:\vc\VC98\bin;C:\MKS\bin;C:\MKS\bin\X11;C:\MKS\mksnt;C:\WINDOWS\SYSTEM32;C:\make-3.79.1\winrel\gnumake.exe; C:\Windows;C:\vc\VC98\bin
    CLASSPATH =
    Username is: applmgr
    Unable to read the list of homes from the inventory.
    Unable to read c:\Program Files\Oracle\Inventory/Contents/OracleHomesList.ser. Some inventory information may be lost.
    Unable to read c:\Program Files\Oracle\Inventory/Contents/CompsList0.ser. Some inventory information may be lost.
    Unable to read c:\Program Files\Oracle\Inventory/Contents/PatchesList0.ser. Some inventory information may be lost.
    Unable to read c:\Program Files\Oracle\Inventory/Contents/LibsList.ser. Some inventory information may be lost.
    Unable to read c:/Program Files/Oracle/Inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    Current Inventory:
    Independent Products:
    Oracle Home: APPS9I_PROD
    Oracle9i Database 9.2.0.1.0
    Oracle 9iR2 Patch Set 9.2.0.3.0
    JDBC Common Files 9.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.1 9.2.0.1.0
    JDBC/OCI Common Files 9.2.0.1.0
    Sun JDK extensions 9.2.0.1.0
    RDBMS Required Support Files 9.2.0.1.0
    Oracle Trace Required Support Files 9.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.2 9.2.0.1.0
    Oracle Client Required Support Files 9.2.0.1.0
    Agent Required Support Files 9.2.0.1.0
    SSL Required Support Files 9.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.4 9.2.0.1.0
    Oracle JDBC/OCI Driver for JDK 1.1 9.2.0.1.0
    Bali Share 1.1.17.0.0
    Parser Generator Required Support Files 9.2.0.1.0
    Oracle Extended Windowing Toolkit 3.4.13.0.0
    Installation Common Files 9.2.0.1.0
    Oracle Ice Browser 5.06.8.0.0
    Enterprise Manager Minimal Integration 9.2.0.1.0
    LDAP Required Support Files 9.2.0.1.0
    PL/SQL Required Support Files 9.2.0.1.0
    Platform Required Support Files 9.2.0.1.0
    Oracle Code Editor 1.2.1.0.0A
    Oracle Core Required Support Files 9.2.0.1.0
    Oracle JFC Extended Windowing Toolkit 4.1.10.0.0
    XML Parser for Java 9.2.0.1.0
    Oracle Help For Java 4.1.13.0.0
    Oracle Help For Java 3.2.13.0.0
    Documentaion Required Support Files 9.2.0.1.0
    Precompiler Required Support Files 9.2.0.1.0
    Oracle Net Required Support Files 9.2.0.1.0
    Precompiler Common Files 9.2.0.1.0
    Oracle9i Globalization Support 9.2.0.1.0
    DBJAVA Required Support Files 9.2.0.1.0
    XDK Required Support Files 9.2.0.1.0
    Enterprise Manager Shared Libraries 9.2.0.1.0
    Enterprise Manager Win32 App Translated Files 9.2.0.1.0
    Enterprise Manager Expert Common Files 9.2.0.1.0
    Enterprise Manager Win32 Application Common Files 9.2.0.1.0
    Enterprise Manager Translated Files 9.2.0.1.0
    SQLServer Monitoring Option 9.2.0.1.0
    Enterprise Manager Win32 Apps Bridge 9.2.0.1.0
    Index Tuning Wizard 9.2.0.1.0
    Expert 9.2.0.1.0
    Trace DataViewer 9.2.0.1.0
    SQL Analyze 9.2.0.1.0
    Performance Manager 9.2.0.1.0
    Capacity Planner 9.2.0.1.0
    Enterprise Manager Events 9.2.0.1.0
    Enterprise Manager Base Classes 9.2.0.1.0
    Required Support Files 9.2.0.1.0
    Enterprise Manager Installation Prerequisite Checks 9.2.0.1.0
    Utilities Common Files 9.2.0.1.0
    Enterprise Manager Quick Tours 9.2.0.1.0
    Oracle Display Fonts 9.0.2.0.0
    regexp 2.0.20.0.0
    Oracle OLAP Worksheet 9.2.0.1.0
    Oracle OLAP API 9.2.0.1.0
    Oracle Developer Server Forms Manager 9.2.0.1.0
    Oracle Intelligent Agent Base Component Files 9.2.0.1.0
    Oracle Internet Directory Client Common Files 9.2.0.1.0
    Sun JDK 1.3.1.0.1a
    Oracle Directory Manager 9.2.0.1.0
    Visigenics ORB 3.4.0.0.0
    Assistant Common Files 9.2.0.1.0
    Enterprise Manager Paging and OMS Common Files 9.2.0.1.0
    XML Parser for C 9.2.0.1.0
    Oracle Net Configuration Assistant 9.2.0.1.0
    Character Set Migration Utility 9.2.0.1.0
    Enterprise Manage Website Translated Files 9.2.0.1.0
    Oracle Net Manager 9.2.0.1.0
    Oracle Net 9.2.0.1.0
    Oracle Perl Interpreter 5.00503.0.0.0c
    Apache Web Server files 1.3.22.0.0a
    Database Configuration Assistant 9.2.0.1.0
    Oracle JDBC/OCI Driver for JDK 1.2 9.2.0.1.0
    Oracle INTYPE File Assistant 9.2.0.1.0
    SQLJ Runtime 9.2.0.1.0
    Advanced Queueing (AQ) API 9.2.0.1.0
    Oracle Caching Service for Java 2.1.0.0.0a
    Recovery Manager 9.2.0.1.0
    JSDK 2.0.0.0.0d
    Apache JServ 1.1.0.0.0g
    Oracle interMedia Java Client 9.2.0.1.0
    Oracle Java Layout Engine 2.0.1.0.0
    Oracle XML SQL Utility 9.2.0.1.0
    SQLJ Translator 9.2.0.1.0
    Enterprise Login Assistant 9.2.0.1.0
    Enterprise Manager Paging Server 9.2.0.1.0
    Oracle Java Tools 9.2.0.1.0
    Oracle ODBC Driver 9.2.0.1.0
    Authentication and Encryption 9.2.0.1.0
    Oracle Wallet Manager 9.2.0.1.0
    Pro*COBOL 1.8.77.0.0
    Oracle Database User Interface 2.2.11.0.0
    Pro*COBOL 9.2.0.1.0
    Oracle SNMP Agent 9.2.0.1.0
    Oracle C++ Call Interface 9.2.0.1.0
    Oracle OLAP Cube Viewer 9.2.0.1.0
    Oracle OLAP CWM Lite 9.2.0.1.0
    Object Type Translator 9.2.0.1.0
    SQL*Plus 9.2.0.1.0
    Oracle Call Interface (OCI) 9.2.0.1.0
    SQL*Loader 9.2.0.1.0
    Secure Socket Layer 9.2.0.1.0
    Oracle Internet Directory Client 9.2.0.1.0
    Oracle Net Listener 9.2.0.1.0
    Advanced Replication 9.2.0.1.0
    Oracle Complete DSS Starter Database 9.2.0.1.0
    Oracle Complete OLTP Starter Database 9.2.0.1.0
    Oracle Starter Database 9.2.0.1.0
    Oracle Message Gateway Common Files 9.2.0.1.0
    Oracle Common Schema Demos 9.2.0.1.0
    Change Management Common Files 9.2.0.1.0
    Oracle UIX 2.0.20.0.0
    Oracle Help for the Web 1.0.7.0.0
    XML Class Generator for C++ 9.2.0.1.0
    XML Parser for C++ 9.2.0.1.0
    XML Parser for Oracle JVM 9.2.0.1.0
    XML Transx 9.2.0.1.0
    XML Transviewer Beans 9.2.0.1.0
    XML Class Generator for Java 9.2.0.1.0
    XSQL Servlet 9.2.0.1.0
    XML Parser for PL/SQL 9.2.0.1.0
    Oracle SQLJ 9.2.0.1.0
    Enterprise Manager Common Files 9.2.0.1.0
    Common Files For Generic Connectivity Using OLEDB 9.2.0.1.0
    Oracle SOAP Client 2.0.0.0.0a
    Oracle Workflow Manager 9.2.0.1.0
    Oracle Net Integration 9.2.0.1.0
    Oracle XML Runtime Components 9.2.0.1.0
    Enterprise Manager Database Applications 9.2.0.1.0
    Oracle SOAP Server 2.0.0.0.0a
    Oracle Database Demos 9.2.0.1.0
    Oracle Ultra Search Common Files 9.2.0.1.0
    Enterprise Manager Console 9.2.0.1.0
    Enterprise Manager Integrated Applications 9.2.0.1.0
    Enterprise Manager Client 9.2.0.1.0
    Database Workspace Manager 9.2.0.1.0
    Oracle interMedia Java Advanced Imaging 9.2.0.1.0
    Oracle interMedia Client Compatibility Files 9.2.0.1.0
    Oracle interMedia Java Media Framework Client 9.2.0.1.0
    Oracle interMedia Client Demos 9.2.0.1.0
    Oracle interMedia Web Client 9.2.0.1.0
    BC4J Runtime for Database 9.0.2.692.1
    Oracle Change Management Pack 9.2.0.1.0
    Oracle interMedia Annotator 9.2.0.1.0
    Data Management Services Common Files 9.2.0.1.0
    Oracle interMedia Common Files 9.2.0.1.0
    Oracle interMedia Image 9.2.0.1.0
    Oracle interMedia Audio 9.2.0.1.0
    Oracle interMedia Video 9.2.0.1.0
    Database Upgrade Assistant 9.2.0.1.0
    Oracle Intelligent Agent Config Tool 9.2.0.1.0
    Oracle Intelligent Agent 9.2.0.1.0
    PL/SQL Embedded Gateway 9.2.0.1.0
    Oracle HTTP Server Extensions 9.2.0.1.0
    Oracle eBusiness Management Extensions 9.2.0.1.0
    Oracle EMD Agent Extensions 9.2.0.1.0
    Oracle interMedia Client Option 9.2.0.1.0
    Oracle SOAP for JServ 2.0.0.0.0a
    MIcrosoft SQLServer(TM) Extensions 9.2.0.1.0
    Oracle Management Pack for Oracle Applications 9.2.0.1.0
    Export/Import 9.2.0.1.0
    Microsoft SQL Server 7.0 Plugin 9.2.0.1.0
    Microsoft SQL Server 6.5 Plugin 9.2.0.1.0
    Microsoft SQL Server 2000 Plugin 9.2.0.1.0
    Microsoft Access Plugin 9.2.0.1.0
    Informix7 Plugin 9.2.0.1.0
    DB2400V4R5 Plugin 9.2.0.1.0
    MySQL Plugin 9.2.0.1.0
    Sybase Adaptive Server 12 Plugin 9.2.0.1.0
    Sybase Adaptive Server 11 Plugin 9.2.0.1.0
    Apache Configuration for Oracle XML Developer's Kit 9.2.0.1.0
    Oracle Tuning Pack 9.2.0.1.0
    Oracle Forms Extensions 9.2.0.1.0
    Oracle XML Developer's Kit 9.2.0.1.0
    Oracle Java Server Pages 1.1.3.1.0
    Oracle Diagnostics Pack 9.2.0.1.0
    Oracle Ultra Search Middle-Tier 9.2.0.1.0
    Oracle Dynamic Services Server 9.2.0.1.0
    Oracle Mod PL/SQL Gateway 3.0.9.8.3b
    Apache Configuration for Oracle Java Server Pages 1.1.2.3.0
    Pro*C/C++ 9.2.0.1.0
    Oracle Text 9.2.0.1.0
    Generic Connectivity Common Files 9.2.0.1.0
    New Database ID 9.2.0.1.0
    Database SQL Scripts 9.2.0.1.0
    Generic Connectivity Using OLEDB - SQL 9.2.0.1.0
    Oracle HTTP Server 9.2.0.1.0
    XML 9.2.0.1.0
    Generic Connectivity Using OLEDB - FS 9.2.0.1.0
    Generic Connectivity Using ODBC 9.2.0.1.0
    Enterprise Manager Webserver Integration 9.2.0.1.0
    Reporting Framework 9.2.0.1.0
    Oracle interMedia Locator 9.2.0.1.0
    Oracle Transparent Gateways 9.2.0.1.0
    Oracle Management Server 9.2.0.1.0
    Oracle Ultra Search Server 9.2.0.1.0
    Oracle interMedia 9.2.0.1.0
    Oracle Trace 9.2.0.1.0
    Oracle9i Syndication Server 9.2.0.1.0
    Enterprise Manager Web Site 9.2.0.1.0
    Oracle Applications Extensions 9.2.0.1.0
    Oracle Intelligent Agent Extensions 9.2.0.1.0
    Oracle Programmer 9.2.0.1.0
    Migration Utility 9.2.0.1.0
    Oracle Enterprise Manager Products 9.2.0.1.0
    Oracle9i Development Kit 9.2.0.1.0
    Oracle Advanced Security 9.2.0.1.0
    Oracle JVM 9.2.0.1.0
    Oracle Migration Workbench 9.2.0.1.0
    Database Verify Utility 9.2.0.1.0
    PL/SQL 9.2.0.1.0
    Oracle Database Utilities 9.2.0.1.0
    Oracle9i 9.2.0.1.0
    Oracle Net Services 9.2.0.1.0
    Oracle Data Mining 9.2.0.1.0
    Oracle OLAP 9.2.0.1.0
    Oracle Spatial 9.2.0.1.0
    Oracle Partitioning 9.2.0.1.0
    Enterprise Edition Options 9.2.0.1.0
    MIcrosoft SQLServer(TM) Extensions Patch 9.2.0.3.0
    Data Management Services Common Files Patch 9.2.0.3.0
    Oracle eBusiness Management Extensions Patch 9.2.0.3.0
    Oracle EMD Agent Extensions Patch 9.2.0.3.0
    Oracle Applications Extensions Patch 9.2.0.3.0
    Oracle Intelligent Agent Base Component Files Patch 9.2.0.3.0
    Generic Connectivity Using OLEDB - SQL Patch 9.2.0.3.0
    Generic Connectivity Using OLEDB - FS Patch 9.2.0.3.0
    XSQL Servlet 9.2.0.3.0
    Oracle Net Configuration Assistant Patch 9.2.0.3.0
    Oracle SQLJ Patch 9.2.0.3.0
    Oracle JDBC Thin Driver for JDK 1.1 Patch 9.2.0.3.0
    Oracle Java Core Patch 9.2.0.3.0
    Oracle Internet Directory Client Common Files Patch 9.2.0.3.0
    Assistant Common Files Patch 9.2.0.3.0
    XML Parser for PL/SQL Patch 9.2.0.3.0
    XML Parser for C Patch 9.2.0.3.0
    XML Parser for C++ Patch 9.2.0.3.0
    Oracle interMedia Client Demos Patch 9.2.0.3.0
    Oracle XML Developer's Kit Patch 9.2.0.3.0
    Oracle Call Interface (OCI) Patch 9.2.0.3.0
    Oracle Ultra Search Server Patch 9.2.0.3.0
    Oracle JDBC Thin Driver for JDK 1.4 Patch 9.2.0.3.0
    Oracle Java Tools Patch 9.2.0.3.0
    DBJAVA Required Support Files Patch 9.2.0.3.0
    Oracle Ultra Search Middle-Tier Patch 9.2.0.3.0
    Oracle Ultra Search Common Files Patch 9.2.0.3.0
    Oracle Spatial Patch 9.2.0.3.0
    Oracle JDBC Thin Driver for JDK 1.2 Patch 9.2.0.3.0
    XML 9.2.0.3.0
    SQLJ Runtime Patch 9.2.0.3.0
    Oracle XML SQL Utility Patch 9.2.0.3.0
    Oracle JVM Patch 9.2.0.3.0
    Oracle Database Demos Patch 9.2.0.3.0
    Secure Socket Layer Patch 9.2.0.3.0
    PL/SQL Required Support Files Patch 9.2.0.3.0
    Oracle Net Manager Patch 9.2.0.3.0
    Oracle Partitioning Patch 9.2.0.3.0
    Oracle OLAP API Patch 9.2.0.3.0
    Oracle Net Patch 9.2.0.3.0
    Utilities Common Files Patch 9.2.0.3.0
    Database Verify Utility Patch 9.2.0.3.0
    Oracle Net Listener Patch 9.2.0.3.0
    Oracle Common Schema Demos Patch 9.2.0.3.0
    Oracle Internet Directory Client Patch 9.2.0.3.0
    XML Parser for Oracle JVM Patch 9.2.0.3.0
    XML Parser for Java Patch 9.2.0.3.0
    Oracle Database Utilities Patch 9.2.0.3.0
    XDK Required Support Files Patch 9.2.0.3.0
    SSL Required Support Files Patch 9.2.0.3.0
    RDBMS Required Support Files Patch 9.2.0.3.0
    Precompiler Required Support Files Patch 9.2.0.3.0
    Oracle Trace Required Support Files Patch 9.2.0.3.0
    Oracle Core Required Support Files Patch 9.2.0.3.0
    Oracle9i Globalization Support Patch 9.2.0.3.0
    Oracle Net Required Support Files Patch 9.2.0.3.0
    LDAP Required Support Files Patch 9.2.0.3.0
    Oracle Client Required Support Files Patch 9.2.0.3.0
    Agent Required Support Files Patch 9.2.0.3.0
    SQL*Plus Patch 9.2.0.3.0
    SQL*Loader Patch 9.2.0.3.0
    Recovery Manager Patch 9.2.0.3.0
    PL/SQL Patch 9.2.0.3.0
    Oracle Trace Patch 9.2.0.3.0
    Oracle C++ Call Interface Patch 9.2.0.3.0
    New Database ID Patch 9.2.0.3.0
    Migration Utility Patch 9.2.0.3.0
    Generic Connectivity Using ODBC Patch 9.2.0.3.0
    Generic Connectivity Common Files Patch 9.2.0.3.0
    Export/Import Patch 9.2.0.3.0
    Database SQL Scripts Patch 9.2.0.3.0
    Advanced Queueing (AQ) API Patch 9.2.0.3.0
    Oracle9i Patch 9.2.0.3.0
    Pro*COBOL Patch 1.8.77.3.0
    Pro*COBOL Patch 9.2.0.3.0
    Pro*C/C++ Patch 9.2.0.3.0
    Precompiler Common Files Patch 9.2.0.3.0
    Object Type Translator Patch 9.2.0.3.0
    Oracle OLAP CWM Lite Patch 9.2.0.3.0
    Oracle OLAP Patch 9.2.0.3.0
    Oracle interMedia Java Advanced Imaging Patch 9.2.0.3.0
    Oracle interMedia Common Files Patch 9.2.0.3.0
    Oracle interMedia Client Compatibility Files Patch 9.2.0.3.0
    Oracle Wallet Manager Patch 9.2.0.3.0
    Authentication and Encryption Patch 9.2.0.3.0
    JDBC/OCI Common Files Patch 9.2.0.3.0
    Oracle interMedia Locator Patch 9.2.0.3.0
    Oracle Text Patch 9.2.0.3.0

    Hi there.
    I had encountered the same hanging problem at "Performing database characterset conversion adsvdcnv.cmd" (On Microsoft Windows Server 2003 - - XEON PROCESSOR - a staging area installation - rapidwiz ver 11.5.9.22 - . ).
    What i did is that i installed the JDK version : 1.4.2.04 instead of 1.3.1 and reinstalled the product. So the installation completed successfully..

  • Strange behavoir of JSF in JDeveloper

    Hi all.
    I'm having a problem with a JSF project thats running in a jdeveloper 9.03 ide. When i send to run a page, the browser shows that page not found. looking in the oc4j-app.log it shows
    javax.servlet.ServletException: Error initializing servlet
    The rare behavoir is that if i donload the proyect from our CVS in other machine it run fine, if i erase the proyect in my machine, download a new one from CVS it don't work and continues with the problem.
    others modules of our proyect work fine, so itsn't the jsf configuration, but even a simple html page fails in the problematic project.
    Does anayone had a similar situation, any suggest to look for?
    tks. group.
    John Cortes

    JDeveloper 9 has problem with JSF u must delete some jar files. U can find this example on oracle.com. So, I suggest u to u install Oragcle JDeveloper 10g and u will not have probles again.

  • Characterset conversion from WE8MSWIN1252 to AL32UTF8

    DB Version:11g
    Is it possible to convert a DB of WE8MSWIN1252 characterset to AL32UTF8?

    Yes it can be done..
    Please refer below metalink notes:
    Changing the Database Character Set ( NLS_CHARACTERSET ) [ID 225912.1]
    AL32UTF8 / UTF8 (Unicode) Database Character Set Implications [ID 788156.1]
    Changing the NLS_CHARACTERSET to AL32UTF8 / UTF8 (Unicode) [ID 260192.1]
    Regards
    Rajesh

  • Characterset conversion from P15 to WE8MSWIN1252

    I have a database with the P15 characterset.
    How can I make a charactersetconversion to WE8MSWIN1252-characterset.
    What´s the most eassyiest way to do this?
    Could someone please help me?

    Start here:
    http://www.oracle.com/technology/tech/globalization/pdf/TWP_Character_Set_Migration_Best_Practices_10gR2.pdf
    Also, consider migrating to WE8MSWIN1252 in place of WE8ISO8859P1. If you have Windows clients, then WE8MSWIN1252 should be used anyway. Even if you do not have Windows clients, WE8MSWIN1252 is a binary superset of WE8ISO8859P1 and can hold all WE8ISO8859P1 codes + ca. 15 characters more. It is better to use it in case Windows clients are used in future.
    -- Sergiusz

  • Characterset conversion from US7ASCII to WE8ISO5589P1

    Hi,
    I need to do a Character set conversion from US7ASCII to WE8ISO5589P1 on a 10g database. I need to make the proper analysis before doing this conversion. Kindly let me know of any links/urls/metalink note ids where i can find relevant docmentation and understand on this so that i can continue with the conversion.
    Regards,
    Amby.

    Start here:
    http://www.oracle.com/technology/tech/globalization/pdf/TWP_Character_Set_Migration_Best_Practices_10gR2.pdf
    Also, consider migrating to WE8MSWIN1252 in place of WE8ISO8859P1. If you have Windows clients, then WE8MSWIN1252 should be used anyway. Even if you do not have Windows clients, WE8MSWIN1252 is a binary superset of WE8ISO8859P1 and can hold all WE8ISO8859P1 codes + ca. 15 characters more. It is better to use it in case Windows clients are used in future.
    -- Sergiusz

  • Strange behavoir of ComboBox

    First, sorry my english.
    I have master-detail form (Swing, ADF), both blocks including JTable.
    When row in first block changed second there is requery on second block by some WHERE condition.
    ComboBox (builder by wizard) on second block shows IDs instead of Names (in each row!) after requery occurs and only after double click on it (or pressing F2-Esc) it become shows Names.
    There is xml page def
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel" version="10.1.3.36.73" id="MeasureScaleMPanelPageDef" Package="forms.pageDefs">
      <parameters/>
      <executables>
        <iterator RangeSize="-1" Binds="AppModuleDataControl.IapMeasureTypesAndBase1" DataControl="AppModuleDataControl" id="IapMeasureTypesAndBase1Iter"/>
        <iterator id="IapScaleFactorsView1Iter" RangeSize="10" Binds="IapScaleFactorsView1" DataControl="AppModuleDataControl">
          <sortCriteria>
            <sort attribute="Name" ascending="true"/>
          </sortCriteria>
        </iterator>
        <iterator id="IapMeasureUnitsView1Iter" RangeSize="10" Binds="IapMeasureUnitsView1" DataControl="AppModuleDataControl">
          <sortCriteria>
            <sort attribute="Name" ascending="true"/>
          </sortCriteria>
        </iterator>
      </executables>
      <bindings>
        <table ColumnSort="entireCollection" id="IapMeasureTypesAndBase1" IterBinding="IapMeasureTypesAndBase1Iter" xmlns="http://xmlns.oracle.com/adfm/jcuimodel">
          <AttrNames xmlns="http://xmlns.oracle.com/adfm/uimodel">
            <Item Value="MutCode"/>
            <Item Value="MutName"/>
            <Item Value="MuName"/>
          </AttrNames>
        </table>
        <table ColumnSort="entireCollection" id="IapScaleFactorsView1" IterBinding="IapScaleFactorsView1Iter" xmlns="http://xmlns.oracle.com/adfm/jcuimodel">
          <AttrNames xmlns="http://xmlns.oracle.com/adfm/uimodel">
            <Item Value="MeutId"/>
            <Item Value="Scale"/>
          </AttrNames>
          <AttrProp name="MeutId">
            <EditorDef RTClass="oracle.jbo.uicli.jui.JULOVEditorPropDef" DTClass="oracle.adf.dt.objects.jui.JUDTLOVEditorProp" Name="ComboBox" binding="meutList"/>
          </AttrProp>
        </table>
        <combobox id="meutList" xmlns="http://xmlns.oracle.com/adfm/jcuimodel" StaticList="false" ListOperMode="0" IterBinding="IapScaleFactorsView1Iter" ListIter="IapMeasureUnitsView1Iter">
          <AttrNames xmlns="http://xmlns.oracle.com/adfm/uimodel">
            <Item Value="MeutId"/>
          </AttrNames>
          <ListAttrNames xmlns="http://xmlns.oracle.com/adfm/uimodel">
            <Item Value="Id"/>
          </ListAttrNames>
          <ListDisplayAttrNames xmlns="http://xmlns.oracle.com/adfm/uimodel">
            <Item Value="Name"/>
          </ListDisplayAttrNames>
        </combobox>
      </bindings>
    </pageDefinition>

    Hi,
    I just repeated
    "I have master-detail form (Swing, ADF), both blocks including JTable. When row in first block changed second there is requery on second block by some WHERE condition. ComboBox (builder by wizard) on second block shows IDs instead of Names (in each row!) after requery occurs and only after double click on it (or pressing F2-Esc) it become shows Names."
    based on the HR demo schema (using Departments with a comboboc for locations and Employees with a combobox for departmentId) and it works for me. Can you try and reproduce this issue based on the HR schema ?
    Frank

  • JTabbedpane strange behavoir-ghost textfields

    Hi have a Jtabbedpane with two tabs , on each tab there are some textfields but when i display them i can see the textfields of the lower tab on the first tab , is there a way so solve this problem
    tia Sven

    hi, here is my code , after the init ,
    i'll run below function to check wich tabb to show
    void showTab (String ana)
    jTabbedPane1.removeAll();
    if (ana.compareTo("VREX")==0)
    jTabbedPane1.add(vrexpanel, recources.getString("VREX"));
    jTabbedPane1.setIconAt(0,new ImageIcon(images.getString("EXPL")));
    else
    if (ana.compareTo("UAS")==0)
    jTabbedPane1.add(jScrollPane1, recources.getString("UAS"));
    jScrollPane1.getViewport().add(uaspanel, null);
    jTabbedPane1.setIconAt(0,new ImageIcon(images.getString("UAS")));
    else
    if (ana.compareTo("CHRONO")==0)
    jTabbedPane1.add(chronopanel, recources.getString("CHRONO"));
    jTabbedPane1.setIconAt(0,new ImageIcon(images.getString("CHRONO")));
    jTabbedPane1.add(startstoppanel, recources.getString("CHRONO"));
    }

  • Characterset conversion from WE8ISO8859P1 to UTF8

    Hi All,
    While running CSSCAN utility from WE8ISO8859P1 to UTF8 after running 8-9H, the process is going to sleep state.
    We need to complete this task in next 1week of time.Can any one share why this is happening.
    Thanks,
    Sekhar

    There is a Metalink note on [Bug 6460895 - CSSCAN may hang / run slowly|https://metalink.oracle.com/CSP/ui/flash.html#tab=Home(page=Home&id=fm2z4pjj()),(page=KBNavigator&id=fm2z4vd6(&viewingMode=1141&userQuery=csscan%20sleep&searchControl=1146))] that looks to be vaguely related. This indicates that the bug was fixed in 10.2.0.4, but unfortunately the bug itself isn't published, so it is rather hard to know if this is your problem or not. It would probably be worth logging a support request to see if Oracle support can determine whether or not you're being affected by this bug.
    Meanwhile, can you apply the 10.2.0.4 patchset and see if that solves the problem?
    Justin

  • SQL*Loader characterset

    Database: 10.2.0.1
    sql> select * from nls_database_parameters t where t.parameter like '%CHARACTERSET%';
    PARAMETER VALUE
    ==============================================
    NLS_CHARACTERSET AL32UTF8
    NLS_NCHAR_CHARACTERSET AL16UTF16
    OS: RHEL5
    $ export | grep LANG
    declare -x LANG="en_US.UTF-8"
    declare -x NLS_LANG="GERMAN_GERMANY.WE8ISO8859P1"
    I have file in latin1 codepage.
    When I create external table (organization external type oracle_loader) I have problems with loading the Ü symbols in this file to the database:
    a;b;c;Ü;d <- row inserted
    Ü;a;b;c;d <- row inserted
    a;b;c;d;Ü <- row failed to insert
    KUP-04021: field formatting error for 1 field
    KUP-04101: record 1 rejected in file latin1.csv
    When I explicitly create external table with "characterset WE8ISO8859P1" clause the latin1 file loads successfully.
    When I load the UTF8 file using external table which was created without clause "characterset WE8ISO8859P1" the file is loads OK too.
    I want to know the process - why the characterset conversion from latin1 file (WE8ISO8859P1) to UTF8 database for some reason fails?
    Is there possible to import latin1 files and do not specify the codepage in the external table DDL (seems that NLS_LANG env variable does not affect SQL*Loader external table)?
    From documentation:
    Specifying the CHARACTERSET parameter tells SQL*Loader the character set of the input datafile. The default character set for all datafiles, if the CHARACTERSET parameter is not specified, is the session character set defined by the NLS_LANG parameter. Only character data (fields in the SQL*Loader datatypes CHAR,  VARCHAR, VARCHARC, numeric EXTERNAL, and the datetime and interval datatypes) is affected by the character set of the datafile.
    Edited by: lynx™ on 15.07.2010 7:46

    Hi Andre,
    this is how I teach my classes normally!
    You need to be aware of some changes you make with NLS_TERRITORY, which is part of NLS_LANG:
    --> if you set NLS_TERRITORY to anohter value then you implicitly change the settings for NLS_NUMERIC_CHARACTERS => , although it is the same with america and australia obviousely the first digit here is the decimal separator and the second one is the grand seperator, thisn can destroy all numeric values if it is set impropper !!!
    NLS_DATE_FORMAT,
    NLS_TIMESTAMP_FORMAT,
    AND NLS_CURRENCY.
    SYS @10gR2 SQL select * from v$nls_parameters
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RRNLS_DATE_LANGUAGE AMERICAN
    NLS_CHARACTERSET WE8ISO8859P1
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    19 rows selected.
    SYS @10gR2 SQL > alter session set NLS_TERRITORY=australia;
    SYS @10gR2 SQL > select * from v$nls_parameters
    2 ;
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AUSTRALIA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AUSTRALIA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD/MON/RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_CHARACTERSET WE8ISO8859P1
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH12:MI:SSXFF AM
    NLS_TIMESTAMP_FORMAT DD/MON/RR HH12:MI:SSXFF AM
    NLS_TIME_TZ_FORMAT HH12:MI:SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD/MON/RR HH12:MI:SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE

  • Unit of Measure conversion in query runtime

    Hi all,
    I am attemoting to utilise the ability to convert key figure quantities in BI7, at query runtime by using a user entry variable and a conversion type.
    Does anybody know of any decent documentation as to how to configure this?  The SAP help documentation seems both confusing and inaccurate.
    My data records contain key figures with unit 0BASE_UOM and conversion between units for each Material code are held in 0MAT_UNIT.  
    Thanks in advance

    Hi
    My feeling is when you do conversion on aggregated level(multiple products), if any of the product has UOM missing then you coversion fails on aggregted level.
    It looks strange that UOM conversion looks fine when you do conversion on each product.
    I suggest you to check whether the UOMs (that you want to convert)are updated correctly on each product on their repective location in the product master under UOM tab.
    regards
    Vijaya.

Maybe you are looking for

  • Reducing PDF File

    How do I reduce the size of a PDF file? It is now 1.9 MB and I would like it to be 150kb. It is just a photograph of me and I can't send it through to some email servers because it is too big. A

  • Nokia PC Suite 7.1.180.94 Blueooth problem

    Nokia PC Suite 7.1.180.94 doesn't recognise my Bluetooth stack, see below: PC Connectivity Solution: Version 12.0.27.0 Nokia Connectivity Cable Driver: Version 7.1.78.0 Operating system: Microsoft Windows XP 32-bit Edition, Service Pack 3 Language: E

  • Bar widths in a graph

    In a bar graph, is there a way in can specify the "bar" width to be (for example) 28 pts without ungrouping and using transform tool? In can get pretty close, but the German in me wishes an exact, controllable width for the bar. cheers, erich

  • Using multiple DEs in arch

    Im pretty new to arch, so in other distros, when i install a DE, this is automatically done for me. How do I make it so I can change the DE I want to log into at the login screen (as opposed to changing it in xinit. I'd appreciate the guide be as tho

  • WIN XP On Lenovo G500 - Intel Core i3-3110M CPU @ 2.40GHz

    Because, I must have WIN XP to run some particular applications, I have installed WIN XP SP3 - 32 bit - on my new Lenovo G500 Machine. Guidance about the necessary drivers for running WIN XP - SP3 - 32 bit is required, as because I am a novice on tha