Change the default encoding in Database

Hi everyone:
Here is a big problem in our project and I think one of you can help us.
Our new system will be a multi-language system. So the DBA set the db encoding into American_America.UTF8. But our business users just use the encoding type American_America.ZHS16GBK. That means we will insert GBK encoding character into the UTF8 database. But such setting will let my Report make some unreadable characters.
Can anyone tell me how to solve such problem. Thanks.

Thank you. But I think you misunderstand what I mean. I think if the Database is set to UTF8 and I insert the UTF8 encoding multi-language characters into it, my report will work well. That means the UTF8 database support any character but these character should be inserted in UTF8 format then the Report will work.
But in my solution, the database is UTF8. If I insert the UTF8 character, my report will work well Oracle Report will translate it to GBK or JIS. If I insert the GBK character into such database, Oracle Report will do the SAME TRANSLATION and make the characters unreadable. What I want is to provent such translation.

Similar Messages

  • Error trying to Change the default encoding for JVM

    I tried to change the default encoding for my JVM on a SUN but when i use the java -Dfile.encoding = ISO8859_1 command, i obtain the following error:
    Error occurred during initialization of VM
    java.lang.Error: java.io.UnsupportedEncodingException:
    Is there something wrong with my command or something that i have to take into account in order to try to change this property?
    I am using the j2sdk1.4.1_02 and now i have ISO646-US an i need to use ISO8859_1 on a Sun Solaris Box
    Thanks in Advance.

    try Dfile.encoding=ISO-8859-1
    (I saw that in http://forum.java.sun.com/thread.jsp?forum=37&thread=405778&tstart=15&trange=15)

  • How to change the default password file's name and path when the database created?

    how to change the default password file's name and path when the database created?
    null

    Usage: orapwd file=<fname> password=<password> entries=<users>
    where
    file - name of password file (mand),
    password - password for SYS and INTERNAL (mand),
    entries - maximum number of distinct DBA and OPERs (opt),
    There are no spaces around the equal-to (=) character.

  • How to change the default save encoding of the dvm files when create dvm???

    When I creating a DVM(domain-value mapping) in Chinese on the ESB control and confirm it, then restarted the SOA service, the DVM that I created in Chinese disappeared from ESB control. All the maps(both English and Chinese ) are in DVM Repository.
    After I updated the encoding from ‘UTF-8’ to ‘GB2312’ in the three files below, and restarted the SOA service, the DVM in Chinese appeared on ESB control.
    But when I adding the second row in Chinese and save it, then restart the SOA service, the DVM in Chinese disappeared from ESB Control once again. Because the encoding in the three files below is updated from ‘GB2312’ to ‘UTF-8’ .
    Files:
    C:\product\10.1.3.1\OracleAS_1\integration\esb\oraesb\artifacts\store\metadata\files\dvm.def.xml
    C:\product\10.1.3.1\OracleAS_1\integration\esb\oraesb\artifacts\store\metadata\files\dvm\Chinese.xml.def.xml
    C:\product\10.1.3.1\OracleAS_1\integration\esb\oraesb\artifacts\store\content\files\dvm\Chinese.xml_1.0
    How to change the default save encoding of the dvm files when create dvm in ESB control ???

    I have the same problem.  When I updated to Mavericks now the bookmarks bar font is huge.  I liked it the way it was before.  I liked the smaller font.  Also wish I could change the color of the sidebar and font/folders too.
    I tried to see in preferences if there was anyway to change it, but I don't see anything there.

  • How to change the default database charset to ISO8859-1?

    Hi all,
    I have created a table with a nvarchar field to store string, may i now how to change the default NLS charset to ISO88591 charset?
    Thanks in advance.
    chin.

    Thank you!
    I will try later!
    But,who can tell me more detail !
    thx

  • Is it possible to change the default file encoding?

    I have just learned that the "file.encoding" system property should be treated as read-only.
    (http://developer.java.sun.com/developer/bugParade/bugs/4163515.html)
    I am using this property to tell javac that the command arguments file has some other encoding than the system deafult, like this:
    javac -J-Dfile.encoding=UTF-8 @files-to-compile.lst
    On windows xp with us english locale it worked for all the SDK releases I checked, but for Windows 2000 Japanese Edition only one of the J2SDK 1.4.1 releases worked.
    My question is: is there an acceptable way to tell the JVM what the default encoding is? Or inform javac about the encoding of the argument file?
    The reason for having a UTF-8 encoded javac argument list file is that our application generates Java source files that can have unicode characters in their names. Seemingly Windows supports unicode file names so I did not want to restrict file names to those supported by the system encoding.

    Use javac's "-encoding" option.
    $ javac 
    Usage: javac <options> <source files>
    where possible options include:
      -g                        Generate all debugging info
      -g:none                   Generate no debugging info
      -g:{lines,vars,source}    Generate only some debugging info
      -nowarn                   Generate no warnings
      -verbose                  Output messages about what the compiler is doing
      -deprecation              Output source locations where deprecated APIs are used
      -classpath <path>         Specify where to find user class files
      -sourcepath <path>        Specify where to find input source files
      -bootclasspath <path>     Override location of bootstrap class files
      -extdirs <dirs>           Override location of installed extensions
      -d <directory>            Specify where to place generated class files
      -encoding <encoding>      Specify character encoding used by source files
      -source <release>         Provide source compatibility with specified release
      -target <release>         Generate class files for specific VM version
      -help                     Print a synopsis of standard options

  • How to change the default admin password for IAS/UDDI

    Using "OracleAS UDDI Registry" 10g Release 2 (10.1.2)
    http://docs.oracle.com/cd/B15904_01/web.1012/b14027/regwsuddi.htm
    How to change the default password
    ias_admin/ias_admin123
    http://xxx.xx.xxx.xx/uddi/publishing

    Hello NJ,
    I tried your solution and its a very good workaround for the workbooks stored in the Database, but when i open workbooks from file system then Discoverer defaults the export path to the Directory from where we have opened the workbook.
    My clients are having most of their workbooks stored in File system & stored at different locations. So i wonder if there is just one common solution if possible?
    Thanks

  • How to change the default orientation?

    Hello,
         I'm new to Adobe Flash Builder and I am currently making a mobile application for a school project. I was wondering how you change the default app orientation to landscape. I've tried going into my app.xml and change the aspect ratio to landscape with no luck, and it is very hard to find any answers on the internet. I would greatly appreciate your help.
    HomeView.mxml Code:
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
                        xmlns:s="library://ns.adobe.com/flex/spark"
                        actionBarVisible="false" tabBarVisible="false" title="HomeView">
              <fx:Declarations>
              </fx:Declarations>
              <s:Image left="0" right="0" top="0" bottom="0" scaleMode="zoom" smooth="true"
                                   smoothingQuality="high" source="@Embed('file:///C:/Users/Owner/Downloads/48127-solarsystem-teaser.jpg')"/>
              <s:Button x="-5" y="0" width="410" height="1504"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Sun)"/>
              <s:Button x="444" y="852" width="80" height="80"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Mercury)"/>
              <s:Button x="628" y="742" width="120" height="124"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Venus)"/>
              <s:Button x="836" y="632" width="127" height="117"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Earth)"/>
              <s:Button x="994" y="506" width="99" height="96"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Mars)"/>
              <s:Button x="1255" y="464" width="298" height="279"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Jupiter)"/>
              <s:Button x="1626" y="302" width="274" height="270"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Saturn)"/>
              <s:Button x="1965" y="196" width="175" height="174"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Uranus)"/>
              <s:Button x="2201" y="66" width="175" height="174"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Neptune)"/>
    </s:View>
    App.xml code:
    <!-- The initial aspect ratio of the app when launched (either "portrait" or "landscape").
                                  Optional. Mobile only. Default is the natural orientation of the device -->
                        <!-- <aspectRatio>landscape</aspectRatio> -->
                        <!-- Whether the app will begin auto-orienting on launch. Optional. Mobile
                                  only. Default false -->
                        <!-- <autoOrients>false</autoOrients> -->
    I need to make it so that the app is permanently in landscape.
    Thanks again.
         8th grade student

    <!-- <aspectRatio>landscape</aspectRatio> -->
    <!-- <autoOrients>false</autoOrients> -->
    In XML, everything within <!-- and --> is a comment.  You need to remove the <!-- and -->:
    <aspectRatio>landscape</aspectRatio>
    <autoOrients>false</autoOrients>

  • How to change the default new project folder in Premiere Elements 13?

    I keep all my projects on a different drive than the default My Documents folder. How can I change the default setting so that Premiere Elements does not try to create new projects in the My Documents\Pemiere Elements\13.0 folder? In fact, I do not want that folder to be used for anything (including layouts and styles).

    steveb
    Short version....
    Referring to the 13.0 Folder in the Adobe Folder in documents, you wrote
    In fact, I do not want that folder to be used for anything (including layouts and styles). 
    I do not believe that is possible.
    For my best case scenario
    Set the Scratch disks, not to Same As Project, but set for Custom with the set being the save location that you set for the project file.
    Set the project save in, my preference, File Menu/Save As.
    You are going to end up automatically with a 13.0 Folder in the Libraries/Documents/Adobe/Premiere Elements/13.0 Folder every time you open a Premiere Elements project. No matter how many times you try to delete the 13.0 Folder. And that 13.0 Folder will contain a Layout Folder and, if you applied a Style in the project, a Styles Folder.
    Longer Version....
    There is no problem directing your project file to the save location of choice. You can do that two way
    1. After you open the project to the Expert workspace, go to File Menu/Save As to change the name of the project as well as the location for the save in order to avoid the defaults.
    2. You can also do that through File Menu/New/Project.
    That 13.0 Folder also gains its contents from the settings of the scratch discs in Edit Menu/Preferences/Scratch Disc - some examples preview files, disc encoding files, conformed audio files... Some Files/Folders are placed there automatically. So what to do to keep the Documents area clear of Premiere Elements files, project or otherwise after you have move all that you thought you could to a non Adobe default location? See above best case scenario.
    Miscellaneous
    1. If you set the save location of the project in either of the 2 ways, that setting will not hold from project to project. It will hold for that particular project.
    3. If you set the Scratch disks in Edit Menu/Preferences/Scratch Disks, those settings seem to hold from project to project as well as for in the particular project.
    Stevenb, please review and consider and verify. I have gone through several scenarios on what you would prefer. But, I do not see a way to make that happen with the programming that exists.
    ATR

  • How do I really(!!) change the default ringtone?

    I have a ringtone on my IPhone 3GS which appears correctly amongst the other tones. When I click upon it, a check mark appears and the sound plays successfully. It is 29 seconds long. But when my phone rings, a different tone (which is marked 'default') is used for the ring instead of the checked one. That different one is marked 'default'. I had thought that clicking upon the ringtine sets it as the default. How can I change the default so that this tone is used instead of the one marked default. Online web instructions say that clicking ought to be enough to select the ringtone used.  When I click upon other tones listed, the 'default' designation does not change to them as well.
    Although I do not believe that it is relavant, the following additional information is supplied:  Please note that this ringtone was made by me from a downloaded piece of music. Once before, I had made this into a ringtone, and that time successfuly. But I lost it when I inadvertently reset the phone. Since then, ITunes has changed four times, and this time it would not load the ringtone, even though the ITunes itself had made it. That is why I resorted to an external program. (Yes, I did follow the renaming instructions contained in some of them to verify it ended in 'R'.) An external program, IFunBox was used. It found the file, recognized it as a ringtone, and copied it into the IPhone, where it shows up as a ringtone within Settings.
    I believe if I could find a way to make it the 'default', the phone would use it..
    Thank you

    Jon:
    Dragging the thumbnails to the desktop and exporting are essentially the same process, producing copies of the full sized image file. Exporting gives you other options, however. Once you get the photos out of iPhoto you can run PhotoInfo on them and then import as new files. iPhoto will see those new files with the correct date. If you try running PhotoInfo on files already in iPhoto, you can change the EXIF Capture Date in the file but iPhoto won't recognize the changes.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • It should be easier to change the default copyright company in Application Builder

    It should be easier to change the default copyright company in Application Builder.  
    I got the following from NI support to change the name of the company that is copyrighting the software.
    1. To show the desired hidden folder, you must select Tools>> Folder Options >> View >> Under 'Files and Folders'>> 'Hidden files and folders' >> check the 'Show hidden files, folders, or drives' >> Select 'ok'
    2. Navigate to C:\ProgramData
    3. Open ProgramData >> National Instruments >> LVProductDLLInfo >> 12.0.0 >>LabVIEW_ADE_120000.ini   ***Please note that the folder 12.0.0 may instead be 14.1.0 or another numeric value based on which version of LabVIEW you are using***
    4. Change the RegisteredOrganization and RegisteredOwner to the appropriate organization and owner respectively.
    The fix NI support sent me was to change the name of the current software owner.
    The company that owns the software is usually writing the program for another company that is paying to have it developed. If the software owner is not careful they may assign the copyright to their company or to the company that they developed software for last.   I am sure that the company that had software developed will be surprised if their name is not listed as the legal copyright owner.
    Stan

    I've found it now (sheepishly). It is a parameter defined in Home->Application Builder->Application 693->Application Attributes->Edit Definition. I thought it was using the database nls parameters, but it isnt. So I simply had to change the parameter value from $ to £.

  • [svn:bz-trunk] 20927: Didn't realize I also needed to modify SerialContext. java in addition to AbstractEndpoint. java to change the default max object nest level.

    Revision: 20927
    Revision: 20927
    Author:   [email protected]
    Date:     2011-03-20 11:48:41 -0700 (Sun, 20 Mar 2011)
    Log Message:
    Didn't realize I also needed to modify SerialContext.java in addition to AbstractEndpoint.java to change the default max object nest level. Change maxObjectNestLevel in SerializationContext.java to 512 to change the default max object nest level from 1024 to 512.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/io/SerializationContext.java

    As the server.xml is big enough, I took the minimum portion of it. Hope u can proceed with it.
    <!-- Tomcat Root Context -->
    <Context path="" docBase="ROOT" debug="0"/>
    <!-- New contexts -->
    <Context path="/xyz" docBase="pathTo_xyz" debug="0" crossContext="true"/>
    <Context path="/pqr" docBase="pathTo_pqr" debug="0" crossContext="true"/>
    <!-- Tomcat Examples Context -->
    <Context path="/examples" docBase="examples" debug="0"
    reloadable="true" crossContext="true">
    You should also provide a WEB-INF folder under pqr or xyz folder.
    You should also provide a web.xml file under each WEB-INF folder.
    The minimal web.xml is
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/j2ee/dtd/web-app_2_3.dtd">
    <web-app>
    </web-app>
    That's it. Try it out. Hope it is OK.
    Hafizur Rahman
    SCJP

  • Is there any way to change the default AWR thresholds?

    Hi Gurus,
    Is there any way to change the default thresholds or attributes of AWR reports for a database?
    I have a requirement to change threshold for the SQL statements reported based on sharable memory.
    *"SQL ordered by Sharable Memory"*
    By defaults it reports statements only above 1Mb (I think it is in Bytes). So I can find only one statement being reported in this category or some times even nil.
    *"Only Statements with Sharable Memory greater than 1048576 are displayed"*
    It would be great help for me if you guys can help me out as we have issues related to memory often.
    Thanks and regards
    Satish

    U can do it using DBMS_WORKLOAD_REPOSITORY.MODIFY_SNAPSHOT_SETTINGS pararmeter
    DBMS_WORKLOAD_REPOSITORY.MODIFY_SNAPSHOT_SETTINGS(
    retention IN NUMBER DEFAULT NULL,
    interval IN NUMBER DEFAULT NULL,
    topnsql IN VARCHAR2,
    dbid IN NUMBER DEFAULT NULL);

  • Changing the default profile

    Is there a way to change the default profile that is assigned to new users? In other words, instead of user JONES being assigned DEFAULT if no profile is specifed in the create user statement, I want to set up the database so that MY_PROFILE is the profile that is defaulted to instead? This is in Oracle9i R2.

    Hi,
    Yesterday, there was a thread with the same subject, and it seems that you can (thanks to Yoann) :
    Can I alter the default profile
    Nicolas.

  • How can i change the default text "Query by Example"

    Studio Edition Version 11.1.1.3.0
    how can i change the default text *"Query by Example"* in a Panel Collection
    Thx

    Hi thieto,
    The label you are looking for is af_panelCollection.LABEL_MENUITEM_QBE*
    I'm currently writing a blogpost on this issue. In short, you will have to create a skin resource bundle.
    In the skin definition, refer to this bundle class.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <skins xmlns="http://myfaces.apache.org/trinidad/skin">
      <skin>
        <id>mySkin.desktop</id>
        <family>MySkin</family>
        <extends>blafplus-rich.desktop</extends>
        <render-kit-id>org.apache.myfaces.trinidad.desktop</render-kit-id>
        <style-sheet-name>skins/MySkin.css</style-sheet-name>
        <bundle-name>com.blogspot.lucbors.view.bundles.MySkinBundle </bundle-name>
      </skin>
    </skins>In this class, adjust the label text to your needs.
    package com.blogspot.lucbors.view.bundles;
    import java.util.ListResourceBundle;
    public class MySkinBundle extends ListResourceBundle {
      public MySkinBundle() {
        super();
    @Override
      public Object[][] getContents() {
        return _CONTENTS;
    static private final Object[][] _CONTENTS = {
         {"af_panelCollection.LABEL_MENUITEM_QBE","the text that you want"}
    }More in the blogpost
    Good luck
    Luc Bors
    Edited by: lucbors on Jul 26, 2010 11:39 AM (blogpost finished - URL added)

Maybe you are looking for

  • W-7 XP Mode and 32 bits LPT1 printers

    This XP virtual mode is from a W-7 Ultimate 64bits and works well with a couple of 32bits devices, one of them a photo or slides scanner for digital conversion, and others 32bits programs. My system is a Lenovo Laptop TP61p with a mini dock where I h

  • Exception in thread main java.lang.NoClassDefFoundError: com/object/msg/Sms

    Exception in thread main java.lang.NoClassDefFoundError: com/object/msg/SmsService caused by: java.lang.NotFoundException: com.object.msg.SmsService at java.net........................ at java.security....... I'm trying to send SMS using this code an

  • Updated mac mini with latest patch today

    I just updated my mac mini with the latest patch 9/22/2012. After the update the system went into reboot then starts up again then fails and power-down. The screen changed a couple of time from dim to bright. The rolling gear is visible during the sc

  • Change Chart of Accounts

    Hi all, from 01-Jan-08 I need to change all Chart of Accounts. I'd like to have a way to transfers journals from old accounts to new accounts bat in a specific period (Jan-08). Is there any way to do that? Regards

  • Undeletable message

    One of my text-only newsletter subscriptions (ILSTCLAI-D Digest) sends messages to my .mac account which cause a problem for Mail. I click the Delete button. The message disappears. The next time Mail shows "Opening Mailbox" the message reappears in