Insert Chinese data in Oracle but cannot be shown when querying

I use:
JDK 1.1.8, Oracle 8i, thin driver.
The OS is HP Unix.
I successfully insert the Chinese Big5 encoding data into Oracle. But I can't show the Chinese again when I querying.
Here's my code:
Class.forName("oracle.jdbc.driver.OracleDriver");
con = DriverManager.getConnection
("jdbc:oracle:thin:@hpdev.wisers.com:1521
:research", "corp", "corp");
stmt = con.createStatement();
String sqlString = new String("insert into filetable values(1,"
+ var1 + "," + var2 + "...)");
stmt.executeQuery(sqlString);
Then I show the result by "select * from filetable;". However, the Chinese Big5 encoding data cannot be shown, "+??.." is shown instead. There is no problem when the data is in English.
I have tried
byte[] sqlStringBytes = sqlString.getBytes("Big5");
String newsql = new String(sqlStringBytes,"Big5");
stmt.executeQuery(newsql);
but still not successful.
My NLS_LANG is
AMERICAN_AMERICA.ZHT16BIG5
How can I make use of this variable? How can I solve the problem?
I am very in hurry. The program deadline is coming!! Help please!!
null

Your code looks fine ?
What's your db character set ?
I successfully insert the Chinese Big5 encoding data into Oracle.How do you know this ? Did you verify with SQL*Plus to see whether the data can be retrieved ?
What are var1 and var2 ?

Similar Messages

  • Insert Chinese Data(Character Set

    Can any Chinese DBA tell me how to store chinese data in Oracle 8.1.5.0.0 Database.
    I tried the combination of UTF8 database character set with UTF8 national character set and UTF8 database character set with ZHS16MACCGB231280 national character set. A column in a table was defined as nchar/nvarchar2. But when I tried to insert chinese data into the column using insert into... command, I always got the error message 'Character Set Mismatch'.

    Originally NCHAR was defined for a few selective fixed with Aisan character sets. In 9i it was redefined to support unicode. For 8.1.5 you will need to store your Chinese data in char, varchar, and CLOB data types.

  • Steps to insert xml data into oracle

    Please give me next steps to insert xml data into oracle 9i:
    i've been doing this steps :
    1. create folder in oracle port:8080
    2. copy xsd into folder
    3. register schema
    4. Give me next step...
    5.
    6.
    Thanks

    this is my complete xmlschema
    <?xml version = "1.0" encoding = "UTF-8"?>
    <xs:schema xmlns:xs = "http://www.w3.org/2001/XMLSchema">
         <xs:element name = "A3A8Vers" type = "xs:string"/>
         <xs:element name = "F1F5Vers" type = "xs:string">
         </xs:element>
         <xs:element name = "sequence" type = "xs:string">
         </xs:element>
         <xs:element name = "amf" type = "xs:string">
         </xs:element>
         <xs:element name = "trnsKeyNumber" type = "xs:string">
         </xs:element>
         <xs:element name = "mac" type = "xs:string">
         </xs:element>
         <xs:element name = "encryptionKey" type = "xs:string">
         </xs:element>
         <xs:element name = "signature" type = "xs:string">
         </xs:element>
         <xs:element name = "signer">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref = "entityNumber"/>
                        <xs:element ref = "keyNumber"/>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
         <xs:element name = "entityNumber" type = "xs:string">
         </xs:element>
         <xs:element name = "keyNumber" type = "xs:string">
         </xs:element>
         <xs:element name = "pblKey">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref = "entityNumber"/>
                        <xs:element ref = "entityRole"/>
                        <xs:element ref = "keyNumber"/>
                        <xs:element ref = "publicKeyVal"/>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
         <xs:element name = "ntrTime" type = "xs:string">
         </xs:element>
         <xs:element name = "deActionTime" type = "xs:string">
         </xs:element>
         <xs:element name = "actionTime" type = "xs:string">
         </xs:element>
         <xs:element name = "entityRole">
              <xs:complexType>
                   <xs:attribute name = "role" default = "INVALID">
                        <xs:simpleType>
                             <xs:restriction base = "xs:NMTOKEN">
                                  <xs:enumeration value = "TKD"/>
                                  <xs:enumeration value = "SKD"/>
                                  <xs:enumeration value = "INVALID"/>
                             </xs:restriction>
                        </xs:simpleType>
                   </xs:attribute>
              </xs:complexType>
         </xs:element>
         <xs:element name = "publicKeyVal">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref = "exponent"/>
                        <xs:element ref = "mod"/>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
         <xs:element name = "exponent" type = "xs:string">
         </xs:element>
         <xs:element name = "mod" type = "xs:string">
         </xs:element>
         <xs:element name = "encriptionTransKey" type = "xs:string">
         </xs:element>
         <xs:element name = "keyType" type = "xs:string">
         </xs:element>
    </xs:schema>.
    I use command to create table :
    create table elements of xmltype
    xmlschema "http://192.168.1.1:8080/test.xsd"
    element "publicKey"
    . But why the result,table as object type. so i cant use command "desc <table_name>;"

  • CMP to insert CLOB Data in Oracle

    I have a CMP which tries to insert CLOB data into Oracle Database using XMLType column. We have tried multiple options
    1. Inserting String data into XMLType column - if the value is more than 4000 chars, it gives an error
    2. Inserting CLOB Data into XMLType column - Using the OracleCLob option in the deployment descriptor results in a SQLExcepotion Inconsistent datatype expected number found CLOB.
    Can anybody provide a solution to this problem?

    I have a CMP which tries to insert CLOB data into Oracle Database using XMLType column. We have tried multiple options
    1. Inserting String data into XMLType column - if the value is more than 4000 chars, it gives an error
    2. Inserting CLOB Data into XMLType column - Using the OracleCLob option in the deployment descriptor results in a SQLExcepotion Inconsistent datatype expected number found CLOB.
    Can anybody provide a solution to this problem?

  • How to insert chinese data into MS SQL Server 2000 through JDBC

    I am trying to insert chinese data into MS SQL server 2000 using JDBC. how to do this?
    can anybody help me.
    thanx.

    I am trying to insert chinese data into MS SQL server 2000 using JDBC. how to do this?
    can anybody help me.
    thanx.

  • HT1473 I am trying to upload my itunes music from my ipod to my computer.  My current Itunes library is listing the songs, but cannot find them when I try to put them on to my iphone.

    I am trying to upload my itunes music from my ipod to my itunes on my computer.  My itunes music lists all of the music, but cannot find it when I try to load it to my phone.
    The songs are on my ipod, but not on my phone and I don't know how to get them from one device to the other.

    In your case, it would be better to have transferred the library to an external drive from the PC. Then, connect it to the iMac and put the library onto the Music folder.
    You used Migration Assistant, and it creates a new user with the transferred data.
    Open  > Log Out, and log in the new user. Then, open a Finder window, choose Music in the sidebar and you will see the iTunes library. Now, you have to move the iTunes library to /Users/Shared (select Go menu -in the menu bar- > Go to Folder, type that and copy the iTunes library to it). Finally, log in the other user, go to the same folder and move the library to the Music folder.
    After doing that, open System Preferences > Users and Groups, choose the user created by Migration Assistant and press the - button to remove it. This is easier if you have an external drive

  • Need help to upload Excel Chinese data into Oracle

    Hello
    I am very new at internationalization. We are writing an application that
    reads Chinese data from a Microsoft Excel file and writes it out into Oracle
    8i. This is what we have done:
    1. Use JDBC-ODBC driver to read the Excel data directly from .xls.
    2. Write data into oracle database.
    When we open Excel, we can view the Chinese characters. When we use SQL
    PLus, we see only ????. When we write another servlet to retrieve the data,
    it is displayed as ????. The few questions I have are:
    1. How can I verify that the Chinese data has been accurately inserted into
    the database?
    2. Do I need to set anything special (environment variables, config files
    etc) in BEA Weblogic 5.1 and Oracle 8i?
    The environment we have are:
    1. BEA Weblogic SP9 running on WIn NT.
    2. Oracle 8i running on Solaris.
    Thanks

    Make sure that the characters are correct in the app server after you get
    them out of Oracle and before you put them into the web page. This will help
    you determine if the problem is in the JDBC access to Oracle or the encoding
    into the web page. Make sure that you verify that the hex values of each
    character from the db test case are what you expect.
    Peace,
    Cameron Purdy
    Tangosol Inc.
    << Tangosol Server: How Weblogic applications are customized >>
    << Download now from http://www.tangosol.com/download.jsp >>
    "Bernard Ong" <[email protected]> wrote in message
    news:[email protected]...
    Hi Kev
    1. "It doesn't work" means that I still see ??? in the database. WHen I
    retrieve the data, it is still displayed as ??? in a browser.
    2. Codeset to use to display should be UTF-8.
    3. Charset in database server is UTF8. I did a "select * from
    database_parameters" to get this value.
    4. I copied the Chinese characters from Excel and pasted on Notepad. Icould
    see the Chinese characters with the Chinese emulator turned on. WHen Icopy
    ??? from SQL*Plus and paste it into notepad, I see ???.
    Presume:
    1. Yes, running SQL*PLUS on BEA machine.
    2. BEA machine running on WIndows 200 professional. We downloaded aChinese
    emulator. WIndows 2000 is the English version.
    Cheers
    "Kevin Lu" <[email protected]> wrote in message
    news:[email protected]...
    Hi Bernard,
    Please first clarify:-
    1) "It doesn't work" means... cannot display the chinese character as
    you
    desired?
    2) Which codeset that you want it to display, Chinese traditional big5?UTF-8,
    i would think it's still in Java/JDBC codeset.
    3) What's the charset in the database server? Get help from DBA if you
    not
    sure
    how to obtain this information.
    4) Try paste the result(select via SQL*Plus) onto Win Notepad, what's
    the
    outcome?
    Presume:
    1) you're running SQL*Plus on your BEA machine?
    2) BEA machine is running on Chinese O/S or hv NJStar installed andrunning?
    Let me know if i could be of further help.
    -Kev
    "Bernard Ong" <[email protected]> wrote:
    Thanks Kev.
    We had changed the registry in the BEA machine to
    AMERICAN_AMERICA.UTF8.
    THis was done for the Oracle registry in the BEA machine.
    Unfortunately,
    it
    still doesn't work.
    Cheers,
    Bernard
    "Kevin Lu" <[email protected]> wrote in message
    news:[email protected]...
    Hi Bernard,
    I take about the same approach as you while resolving codeset
    problem.
    So,
    first
    i make sure SQL*Plus could display my desired result before proceedto
    application(be
    it Swing, servlet, JSP console etc..). You may try set the NLS_LANGon
    your client
    machine(same machine as where you run SQL*Plus) to the SAME as
    database
    server
    character set, for instance America_American.US7ASCII. You should
    able
    to
    see
    the Chinese characters.
    Hope this help with your first question. I can't help for the restanyway.
    good luck!
    -Kev
    "Bernard Ong" <[email protected]> wrote:
    Hello
    I am very new at internationalization. We are writing an
    application
    that
    reads Chinese data from a Microsoft Excel file and writes it outinto
    Oracle
    8i. This is what we have done:
    1. Use JDBC-ODBC driver to read the Excel data directly from .xls.
    2. Write data into oracle database.
    When we open Excel, we can view the Chinese characters. When we useSQL
    PLus, we see only ????. When we write another servlet to retrievethe
    data,
    it is displayed as ????. The few questions I have are:
    1. How can I verify that the Chinese data has been accurately
    inserted
    into
    the database?
    2. Do I need to set anything special (environment variables, configfiles
    etc) in BEA Weblogic 5.1 and Oracle 8i?
    The environment we have are:
    1. BEA Weblogic SP9 running on WIn NT.
    2. Oracle 8i running on Solaris.
    Thanks

  • Help needed regarding insertion of data into oracle

    Hi,
    I am student currently trying to do a project to up a semantic database using oracle. Have set up the semantic technologies for oracle 11gr2 and used the jena adapter to load an owl into oracle.
    But i am not sure how do i insert sample data that could reference the owl.
    Tried searching but unable to find any simple tutorial and have also looked through the developer's guide and also jenaadaptor guide.
    Is there any tutorials available that could help? thank you

    Hi,
    Please go to the OTN site for more information:
    http://www.oracle.com/technology/tech/semantic_technologies/index.html
    There you can find some training info (try the NCI Oracle By Example, it's a good tutorial):
    http://www.oracle.com/technology/tech/semantic_technologies/htdocs/semtech_training.html
    Regards,
    Vladimir

  • Insert XML data into oracle table

    I want to insert xml data returned by the VB code into oracle table.
    As a prequisite I have installed the XDK capabilities for Oracle by installing JServer & running
    SQL scripts catxsu.sql,xmlparserv2.jar,load.sql to load the XMLSQL Utility (DBMS_XMLQuery) into the database.
    I have also granted following privileges to the user.
    Grant users access to XMLParser and XMLDom packages:
         grant execute on xmldom to public;
         grant execute on xmlparser to public;
         create public synonym xmldom for sys.xmldom;
         create public synonym xmlparser for sys.xmlparser;
    But still i am not able to create procedure which will accept input parameter as an XML document coming from front end which in turn will insert that record into simple oracle table . I am using Oracle 8.1.7
    Thanks in advance

    Would you specify the database version?
    Since DBMS_XMLSave requires DOM, you normally need to divide the huge XML before insertion.

  • Insert Excel data into Oracle

    I am having the following code in Button-Press-Event for inserting the data from the selected Excel sheet. My problem is only the last row of the Excel file is store in Oracle Table. Others are not at all coming. Anybody having idea on this....?
    DECLARE
         M_APPID PLS_INTEGER;
         M_CONVID PLS_INTEGER;
         M_BUFFER VARCHAR2(240);
         M_CNT NUMBER;
         M_ROW NUMBER;
         M_COL NUMBER;
         M_ROWID NUMBER := 0;
         M_ERROR CHAR;
         M_EXCEL_FILE VARCHAR2(2000);
         M_EXIT_FLAG CHAR(1);
    BEGIN
         SET_ITEM_PROPERTY('M_PROCESSING_INFO',VISUAL_ATTRIBUTE,'BP_LOOK');
    :M_PROCESSING_INFO := 'Validating file, please wait...';
         SYNCHRONIZE;
    SET_ITEM_PROPERTY('M_BTN_PREVIEW',ENABLED,PROPERTY_FALSE);
         L_VALIDATE_FILE_EXISTENCE;
         GO_BLOCK('OW_EXCEL_UPLOAD');
         CLEAR_BLOCK(NO_VALIDATE);
         GO_BLOCK('OT_EXCEL_ERROR_LOG');
         CLEAR_BLOCK;
    SET_BLOCK_PROPERTY('OW_EXCEL_UPLOAD',UPDATE_ALLOWED,PROPERTY_FALSE);
    SET_BLOCK_PROPERTY('OW_EXCEL_UPLOAD',DELETE_ALLOWED,PROPERTY_FALSE);
    SET_BLOCK_PROPERTY('OW_EXCEL_UPLOAD',INSERT_ALLOWED,PROPERTY_TRUE);
         GO_ITEM('OW_EXCEL_UPLOAD.OU_ROW_NO');
         M_APPID := DDE.APP_BEGIN(M_EXCEL_FILE|| ' '||CHR(34)||:P_TXT_FILE_NAME||CHR(34), DDE.APP_MODE_MINIMIZED);
         M_CONVID := DDE.INITIATE('EXCEL', :P_TXT_FILE_NAME);
         FIRST_RECORD;
         M_CNT := 0;
         FOR M_ROW IN :M_START_ROW .. :M_END_ROW LOOP
              M_ROWID := M_ROWID + 1;
              FOR M_COL IN :M_START_COL .. :M_END_COL LOOP
                   INSERT INTO TEMP VALUES (M_ROWID, M_COL);
                   M_BUFFER := '';
                   M_CNT := M_CNT + 1;     
                   :M_PROCESSING_INFO := 'Processing R'||M_ROW||'C'||M_COL;
                   SYNCHRONIZE;
                   DDE.REQUEST(M_CONVID, 'R'||M_ROW||'C'||M_COL, M_BUFFER, DDE.CF_TEXT, 240);
                   M_BUFFER := RTRIM(LTRIM(M_BUFFER));
                   M_BUFFER := SUBSTR(M_BUFFER,0,LENGTH(M_BUFFER)-2);
                   :M_PROCESSING_INFO := 'Processed R'||M_ROW||'C'||M_COL;
                   SYNCHRONIZE;
                   IF M_BUFFER IS NULL AND M_COL = 1 THEN
                        M_EXIT_FLAG := 'Y';
                        EXIT;
                   END IF;
    COPY(M_ROWID,'OW_EXCEL_UPLOAD.OU_ROW_NO');
    BEGIN
    IF M_COL = 1 THEN
         :EXU_CONT_NO := M_BUFFER;
    ELSIF M_COL = 2 THEN
         :EXU_LOT_NO := M_BUFFER;
    ELSIF M_COL = 3 THEN
         :EXU_PART_NO := M_BUFFER;
    ELSIF M_COL = 4 THEN
         :EXU_QTY := TO_NUMBER(M_BUFFER);
    END IF;
    EXCEPTION
    WHEN OTHERS THEN
    L_SAVE_ERROR_LOG(:P_TXT_FILE_NAME,M_ROW,M_BUFFER,L_ERR_DESC(3107));
    GO_BLOCK('OT_EXCEL_ERROR_LOG');
    EXECUTE_QUERY;
    END;
    END LOOP;          
              CREATE_RECORD;
              M_CNT := 0;
              IF M_EXIT_FLAG = 'Y' THEN
                   EXIT;
              END IF;
         END LOOP;
         :M_RECORD_CNT := M_ROWID - 1;
         DDE.TERMINATE(M_CONVID);
         DDE.APP_END(M_APPID);
         FIRST_RECORD;
    COMMIT;
              :M_PROCESSING_INFO := 'Data in the Excel Sheet uploaded into the System.';
              SYNCHRONIZE;     
         GO_BLOCK('OW_EXCEL_UPLOAD');
    EXECUTE_QUERY;
    END;
    Note:
    My temp table is having exact number of rows as in Excel sheet.

    Have you used the debugger and single stepped through the code to see where the problem is?

  • Using windows 8 - receive message "ipod detected but cannot be identified" when connecting ipod nano 7th gen. Have unisntalled and reinstalled itunes from apple site as advised with no luck. Has anyone else had this problem and resolved it please?

    Using windows 8 - receive message "ipod detected but cannot be identified properly" when connecting ipod nano 7th gen. Have unisntalled and reinstalled itunes from apple site as advised with no luck. Has anyone else had this problem and resolved it please?

    This is how it's displayed: http://i50.tinypic.com/nd7vk7.jpg
    And this is what happens when I click properties and 'search for solutions': http://i47.tinypic.com/2iu3vrc.jpg (the box disappears after that, apparently having done nothing, when I search online for software it informs me my computer already has the best/latest installed)
    I use a Toshiba Satelite L350-170, my Vista is a 32-bit Thankyou!
    Message was edited by: Martha11

  • HT1386 I synced my Macbook with Iphone4s, but cannot access music when I launch itunes on iphone. I don't even see my library on iphone. The usage option in settings shows that there is music copied on iPhone. I just can't access it. Could anyphone please

    I am a new iTunes user. I have synced my iphone 4s to macbook using iTunes, but I cannot access music in iPhone. I cannot access library when I launch iTunes on my iPhone. When I go to settings->usage->music, I see that there is enough music in the phone to suggest that music has been synced with iTunes. I just don't know how to access it. Could someone pleas help?

    If you want to drag and drop then you would have to select Manually Manage Music.
    Otherwise, just sync your music.

  • I receive emails but cannot reply and when I compose a new email it cannot be sent out.  Help!

    My email worked well for a year.  But this week I cannot reply to any email I receive.  PLus if I compose a email I cannot send it out.  Other people in my company are not having this problem.  It has to be something I did but cannot figure it out.  And ideas?

    Just realised its fine through internet explorer but its Mozilla.. so assuming an issue with my browser?

  • Oracle spawning parallel 128 processes when queried from Cognos

    Hi,
    I am querying a parallel enabled table with DOP set to default. Oracle 11.2 is installed on a 16 core machine while Cognos sits on a 4 core linux system. When querying the same table fromToad, I observe 32 parallel processes. Any thoughts as to why the difference and why that many number of processes get spawned from Cognos?
    Thanks

    What and what are you runnng and how are they configured?
    I ask this because what you are seeing could be as a reulst of so many factors.
    An example is that if you are using Planning Contributor, then you are likely to have more processes reading and writing to the database at the same time. The number of processes will then depend on serveral issues. For instance the number of CPUs on the box, the number of Contributor Applications, the number of Publish Containers and the interval the jobs are configured to run. Using a scenario where you have a single monitorin job on a 2 cpu box for 10 Contributor Applications. Ths may spawn up to 20 processes. To make things worse, if you happen to have some of the previous 20 processes not completing before the next job interval, then it adds more to the number you see.

  • Error while inserting the Unicode (Russian/Chinese) Data in Oracle Database

    Hi all,
         I am using Oracle 9i and have created database with AL32UTF8 character set. I am using OraOLEDDB 9.0.1.0.1 to connect oracle from ATL COM. I have set the NLS_LANG= AMERICAN_AMERICA.AL32UTF8 registry.
         I have created a table ItemMaster with two column ItemName Varchar2(20) and ItemDescription CLOB.
         Values are accepted in ASP page and passed to COM function. In COM function inserting in ItemMaster table using ADO record set.
         It works fine when I insert English Charaters.
         COM is getting crash when insert Russian or Chinese Characters. Error message is given below. Looks like there is problem in OraOLEDB but not sure.
         Guide me if I am doing something wrong.
    Exception: E06D7363
    Address: 0x7C81EB33
    Call Stack:
    kernel32!RaiseException + 0x52
    UTFTran! + 0x4B2D
    UTFTran! + 0x3D39
    UTFTran! + 0x3D11
    UTFTran! + 0x1870
    OLEAUT32!DispCallFunc + 0xC3
    OLEAUT32!DispCallFunc + 0x6D3
    UTFTran! + 0x1C28
    OLEAUT32! + 0x7BF39
    OLEAUT32! + 0x7B1BD
    RPCRT4!NdrProxyFreeBuffer + 0xB5
    RPCRT4!CStdStubBuffer_Invoke + 0x82
    OLEAUT32!VarMonthName + 0xCF89
    ole32!StgGetIFillLockBytesOnFile + 0x10489
    ole32!StgGetIFillLockBytesOnFile + 0x10433
    ole32!CoReleaseMarshalData + 0x7DC
    ole32!CoReleaseMarshalData + 0x701
    ole32!StgGetIFillLockBytesOnFile + 0x10369
    ole32!StgGetIFillLockBytesOnFile + 0x10214
    ole32!StgGetIFillLockBytesOnFile + 0xFF6D
    RPCRT4!NdrGetTypeFlags + 0x1C9
    RPCRT4!NdrGetTypeFlags + 0x12E
    RPCRT4!NdrGetTypeFlags + 0x5A
    RPCRT4!CreateStubFromTypeInfo + 0x2E2
    RPCRT4!CreateStubFromTypeInfo + 0x323
    RPCRT4!NdrConformantArrayFree + 0x28B
    RPCRT4!I_RpcBCacheFree + 0x14C
    RPCRT4!I_RpcBCacheFree + 0x5EA
    RPCRT4!I_RpcBCacheFree + 0x403
    RPCRT4!I_RpcBCacheFree + 0x5D2
    kernel32!GetModuleFileNameA + 0x1B4
    Regards,
    Mani

    Crossposted: http://forum.java.sun.com/thread.jspa?threadID=5293664&tstart=0

Maybe you are looking for

  • Cycle detection with DefaultMutableTreeNode

    Is the cycle detection implemented in the DefaultMutableTreeNode robust ? can I trust in the underneath algorithm of this component ? Can I assure a graph modeled with DefaultMutableTreeNode object has no cycles ?

  • Best of the Month – October '14

    Time passes, months go by, technologies evolve and replace their old selves… but the Forum doesn’t grow old, at least not by its sprit. It still has the same rush of customers swarming through its boards, trying to get help for their HP products and

  • Oracle License

    Hi, I have query regarding Oracle Licensing. Do we need to purchase oracle License if i am using Oracle 10g release 2 enterprise edition for Developing and testing purpose in my organisation. Thanks in advanve. BR, Rajesh Rathod.

  • Is it possible to make a shopping cart that only sends me the info

    I'm trying to make a shopping cart that only sends me the info for my photography site I then deliver the photo to the client in person

  • Is there an Object Repository Helper in XI 3.1?

    Is there an Object Repository Helper administrative tool in 3.1? What about some of the other XI R2 administrative tools like instance manager, etc? I could only find Query Builder. I can't see how one can refresh all CMC reports with updated reposit