HELP and URGENT about Language problem

I have an existing database at the schema manager -> table.
How can I change the language?
Because the database can't support double byte character. I want to change it into the format that can support double byte character. How can I do?
THANKS
URGENT PLEASE

Fine question, there are only one responce: go and prey, and all be OK.
Seriously, what is the version of a database, have you charecter sets in v$nls_valid_values table other than 7bits?
What are in props$ table (for Ora7)

Similar Messages

  • I need help, pop up about Certificate Problems and facebook wont work

    i keep getting a pop up about Certificate Problems on every page, i just updated my soft ware and i cannot go on facebook.

    Trouble Shooting and related keyboard commands:
    Startup Manager: How to select a startup volume
    Mac OS X: Starting up in Safe Mode
    Resetting your Mac's PRAM and NVRAM
    "To continue booting, type 'mac-boot' and press return" Message
    Resetting Cuda/PMU on Power Mac G5, Power Mac G4, Power Macintosh G3
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck
    Mac OS X 10.4, 10.5: Gray screen appears during startup
    Mac OS X 10.4 Help: I see a blank blue screen when I try to start up my computer
    Avoid unnecessarily resetting the SMC or PMU for troubleshooting purposes
    Note: There is NO magic time required to clear the PMU. A firm, complete push is all that is required.
    The PMU reset button is a momentary contact switch because the reset only requires momentary contact.
    Another myth is that more than 2 chimes during a PRAM reset resets better.
    A reset is a reset.
    If you need more than is done in a PRAM reset after 2 chimes, use the NVRAM reset in Open Firmware.
    Keyboard Shortcuts:
    Mac OS X keyboard shortcuts
    Keyboard shortcuts - Mac Guides
    Keyboard shortcuts in OS X | creativebits
    Mac OS X Keyboard Commands
    what does "DOS" mean ??  " boot in to DOS ", as you used it ??
    Disk Operating System
    That would be "DOS like" as in like the screen that you use in booting a Windows machine.
    It's the black with white text screen that you get when you boot to Open Firmware (CMD+OPT+O+F)
    Booting Mac OS X

  • TS3212 Why can't I find a help # to call about my problem "iTunes has stopped working"

    "iTunes has stopped working"
    Acer  system, Windows 8, trying to download iTunes for Windows 8.  Partial loads but at @ 75% stops. Worked with prior version of Windows transferred over.
    Full message: "A problem caused the program to stop working correctly, Windows will close the program and notify you if a solution is available."
    Troubleshooter didn't help, removing and down loading iTunes for Windows 8 did not work. same message each time.
    Windows message says its an "incompatible program."
    How do I get this to load correctly?  AND HOW IN THE WORLD CAN I TALK TO SUPPORT ABOUT THIS PROBLEM, I HAVE SPENT 1/2 DAY TRYING

    Apple don't provide free telephone support for iTunes.
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it, which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Help needed urgently on a problem..plzzz

    hi..this is a linear congruential generator. I have to implement it and i need the execution time for the program.
    for your understanding i'm providing an example below.
    Xn=(( a* xn-1 )+b) mod m
    If X0=7 ; a = 7 ; b =7 ; m=10
    Then
    X0 = 7
    X1 =((7 * 7) + 7))mod 10 = 6
    X2 = ((6*7)+7))mod 10 = 9
    X3 = ((9*7)+7) mod 10 = 0
    X4 = ((0*7)+7) mod 10 = 7
    Now since the cycle is being repeated i.e 7 appears again�so the period is 4 coz there are 4 diff nos. i.e 7,6,9,0�..
    help required urgently....your help will be appreciated...thankyou..

    Hi,
    I wrote the code so that it catches any cycle (not only the "big" one).
    Otherwise it will enter infinite loop...
    The time complexity is O(N*logN): it can do at most N iterations (here N is your 'm'), and in each iteration there can be O(log N) comparisons (since I maintain TreeSet).
    Interesting issue: is it possible to supply such (x0, a, b, m) tuple such that all possible values from 0 to m-1 will be output? I think no :)
    Here is the program:
    package recurr;
    import java.util.TreeSet;
    import java.util.Comparator;
    public class Recurrences {
         private static long x0, a, b, m;
         private static TreeSet theSet;
         public static void main(String[] args)
              long l0, l1, l2, l3;
              try {
                   x0 = Long.parseLong(args[0]);
                   a = Long.parseLong(args[1]);
                   b = Long.parseLong(args[2]);
                   m = Long.parseLong(args[3]);
              } catch(NumberFormatException nfe) {
                   nfe.printStackTrace();
              System.out.println("X[0]: " + x0 + "\n");
              long curr = x0;
              boolean cut = false;
              int i;
              // initialize the set
              theSet = new TreeSet(new LongComparator());
              // we can get at most m distinct values (from 0 to m-1) through recurrences
              for(i=1; i <= m; ++i) {
                   // iterate until we find duplicate
                   theSet.add(new Long(curr));
                   curr = recurrence(curr);
                   if(theSet.contains(new Long(curr))) {
                        cut = true;
                        break;
                   System.out.println("X[" + i + "]: " + curr + "\n");
              if(cut) {
                   System.out.println("Cycle found: the next will come " + curr + "\n");
              } else {
                   System.out.println("No cycle found!");
              System.out.println("----------------------------------");
              System.out.println("Totally " + (i-1) + " iterations");
         private static long recurrence(long previous)
              return (a*previous + b)%m;
         static class LongComparator implements Comparator
              public int compare(Object o1, Object o2)
                   if(((Long)o1).longValue() < ((Long)o2).longValue()) {
                        return -1;
                   } else if(((Long)o1).longValue() > ((Long)o2).longValue()) {
                        return 1;
                   } else return 0;
    }

  • Firefox 4 does not ask me if I want to save my tabs when I quit. Tried all the suggestions in Firefox Help and still have the problem.

    I just got a new MacBook Pro and installed Firefox 4. When I go to quit, I do not get the box that asks if I want to save the tabs before quitting, and they have not been saved. I tried all the Firefox suggestions on the Help Page, and nothing fixed this problem.

    You may well be able to restore the tabs even if there is no explicit message on closing that asks you if you wish to restore.
    You will be able to change firefox 4 to ask you by changing preferences, I am not sure it is covered in any Knowledge Base article, butit is often mentioned, see for instance: https://support.mozilla.com/en-US/questions/799856

  • We need to get some help and explanations about iChat video not working.

    I've read so many postings about iChat Video hoping for an answer to my problem, but not only did I not find an answer, no one else has been receiving an answer either.
    I've had multiple problems with my ichat video not working.
    I either get an error saying someone didn't accept which isn't the case, or I get some error-8 or something ridiculous like that.
    Can we get some help from apple support or something?!

    Short answer: No, we can´t...!
    Apple don´t care about us users, unless you pay for an Apple Care Service. Try your best to follow some advices from around this forum. That´s the only help you will get.
    Some people have got their iChat video working again after following some advice. By the way. I´m not one of them... I´ve tried every single tip I read here, but I´m still stuck with text chat only...
    Good luck.

  • Help and urgent

    i have an applet which i show with appletviewer but the applet is too big and i need something like a scroll bar for the appletviewer.
    Is that possible.
    i tried in a web page but not all the components show up
    PLESAE HELP IT S REALLY URGENT
    thx landolf

    sorry but i got a presentation in less than an
    hour...
    thx but untill now i cant find anything...You are too late in that case.

  • Enquiry about language problem?

    Hi,
    My phone is nokia n82 USA version. I would like to know am i able to update the Firmware from Malaysia Version? Because i guess if i update to Malaysia version firmware so that i can get a chinese language support. Is it possible to do so?
    Many thanks to receive ur reply.

    What you are asking is how to hack the phone software, this is a subject that we cannot discuss here because it would invalidate the phone warranty.

  • PLEASE HELP! URGENT Alter table problem !

    I have 3 tables:
    EVALUATION (No_expert, No_article)
    EXPERT (No_expert, origine, name)
    AUTHOR_ARTICLE (No_Article, Code_author)
    AUTHOR (Code_author, Name, Original)
    and my question is: How can i make a check to refuse each time an EXPERT ADDED to the EVALUATION table. If this one is an AUTHOR, in other words, the EVALUATION.No_expert must <> than AUTHOR.Code_author.
    This is what i did but it doesn't work:
    ALTER TABLE EVALUATION ADD CONSTRAINT No_expert
    CHECK (EVALUATION.No_expert <> AUTHOR_ARTICLE.Code_author);
    thank a lot
    luong.

    I do not think you can refer to table name and column names of other tables in defining a check constraints. Look into using a 'before insert' trigger here.

  • Adobe Acrobat 8 Language problem with Cyrillic text

    I scanned a Russian-language document--however, when I copy the text to a machine translation text box it fails to come up in Cyrillic (Russian). To rectify the situation, I went to Help and Uploaded the Language Update (the doc does not have an embedded font). THis did not help. Any ideas?

    You need program for scanner to encode texts, not adobe
    h
    e
    l
    l
    o

  • I have an urgent question about my indesign. I had problems with the creative cloude app and then uninstalled it and then installed it again. Now it is not opening and I cannot download it again either. Pls give me help and advice if there is anything I c

    I have an urgent question about my indesign. I had problems with the creative cloude app and then uninstalled it and then installed it again. Now it is not opening and I cannot download it again either. Pls give me help and advice if there is anything I can do to repair it

    Please authorize ADE 3 with same credentials that you used with older version of ADE

  • Please , help me for apple id.......  i made new id but there is a credite card option and that's why i am not able to download any free application for iphone,.....so,.....what i do about this problem..???

    please , help me for apple id.......  i made new id but there is a credite card option and that's why i am not able to download any free application for iphone,.....so,.....what i do about this problem..???

    You can create an Apple ID without a credit card by following this guide exactly: http://support.apple.com/kb/ht2534.  Note that you have to start by downloading a free app, then create the ID.

  • Dear Apple I buy a refurbish iPhone 5s the IMEI ******* and ICCID ******** and i restored the device when i restored its locked to iCloud and i don't know the username and password i hope to help me about the problem asap.  Best regard

    Dear Apple
    I buy a refurbish iPhone 5s the IMEI ******** and ICCID ********** and i restored the device when i restored its locked to iCloud and i don't know the username and password i hope to help me about the problem asap.
    Best regard
    <Edited by Host>

    This is a user forum. You aren't talking to Apple here.
    Return your iPhone for a refund. There is no way to remove the Activation Lock. Apple won't get involved.
    <Edited by Host>

  • Lately and i dont know why i see a pop up about a problem with script. can some1 help me?

    there is a pop up about a problem with script. it ask me end and contuniue the script. i didnt have that problem before. plz help me it gets really irritating. it asks a lot

    This issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • I just replaced my macbook's batter and charger about a month ago, but it hasn't been charging for about 2 days now? Could someone help identify the problem and/or provide a solution.

    I just replaced my macbook's batter and charger about a month ago, but it hasn't been charging for about 2 days now? Could someone help identify the problem and/or provide a solution.

    Try Resetting the System Management Controller (SMC)

Maybe you are looking for

  • Identify video card by sight

    I Took the video card out of my G5 which is not working, just a black screen.  How can I identify the model number of the video card?  

  • Reading columns with '#' in name

    I want to read some Oracle specific info using: @Entity @NamedNativeQuery( name="sessionInfo", query="SELECT sid, serial# AS session_serial FROM V$SESSION WHERE audsid = sys_context('userenv', 'sessionid')", And get following exception: Exception Des

  • Fb60 WHT screen get disable

    In Fb60 WHT screen get disable  even i already  make the setting  in vendor master for WHT liable how can I make enable the WHT Screen

  • Best Practice for Commit() after custom method on struts action

    Hi all, I'm curious what's the best way to commit programmatically after an application module custom method, wired to a struts action, inserts a row into a view object. Right now I do this: vo.insertRow(theRow); vo.executeQuery(); getDBTransaction.c

  • LiveCycle Error

    I am getting this error when I open my form. All I'm trying to do is calculate the sum of a few fileds to a totals field. Any suggestions?