Characterset between server and db

Hi ,
I am having difficulty undertsanding the import export using these different characterset.
In UNIX environment
Server:US7ASCII character set and AL16UTF16 NCHAR character set
DB:AL32UTF8
In WINDOWS environment
Server:WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
DB:WE8ISO8859P1

From what I know, the DB character set is used for data types like VARCHAR2 and CLOB, and the national character set is used for NVARCHAR2 and NCLOB. You cannot change the DB character set without re-creating the database. US7ASCII is US English only. WE8MSWIN1252 is Windows CP-1252 (Latin1). AL32UTF8 is multibyte (2-4) Unicode, which includes all languages. If you database character set supports the language you need, than you don't need to use the alternate national data types. AL16UTF16 is a fixed 2 byte Unicode character set often used for Asian languages. A fixed byte character set is normally a bit more efficient and faster than multibyte Unicode, but not as universal, but still better than single byte. If the data is ISO-8859-1 encoded data, it should be no problem to import it into a UTF-8 database. UTF-8 can encode every character.
Edited by: Dude on Mar 1, 2011 8:46 PM

Similar Messages

  • Data streaming between server and client does not complete

    Using an ad-hoc app, data streaming between server
    and client does not complete as it supposed to be.
    The process runs well in solaris 5.8, however under 5.9
    we have found the characters stream buffer length limitation
    is around 900 to 950 characters (by default we are using 3072
    characters).
    Example:
    - We are transfering HTML file, which will be displayed
    in the App client, with buffer=3072, the HTML only displayed / transfered
    as xxxxxxxx characters, but with buffer=900 the HTML is displayed properly,
    in this case, the only problem that we have is the file transfer will
    eventually longer than usual.
    - There is another case, where we have to transfer information (data) as stream
    to the client. A long data stream will not appear at all in the client.
    Any ideas why the change between 5.8 and 5.9 woudl cause problems?
    The current app-driver that we are using is compiled using Solaris 5.6,
    if possible we would like to have use of a later version, which is compiled using Solaris 5.9, do you think this will probably solve our problem?
    Thanks
    Paul

    Does this have anything to do with Java RMI? or with Java come to think of it?

  • Serialize the object between Server and Client?

    Hello friends,
    What is the important to Serialize the object between server and client?
    Thanks
    tamilvanan

    in which context ??
    Anyways,checkout the below link and try to understand how do we convert Serializable Object's State to in Stream and send it over network.
    http://java.sun.com/j2se/1.4.2/docs/guide/serialization/examples/index.html
    Hope that might help :)
    REGARDS,
    RaHuL

  • Bandwidth between server and client

    HI
    What is the minimum bandwidth can be allocated between server and client?

    Hi,
    Your question has no standard answer. The minimum bandwidth is variable to each specific system. It depends on many other factors too.
    Thanks,
    Gordon

  • Speed between server and client when using FML

    I using FML between server and client, the server access oracle using only 5 ms, but when tranfer back to client, it about 100ms long. I tuned my hp-ux 11 kernel and tuxedo config file, but useless, Why?

    Hi Tumecan,
    Your expected information available here, check.
    Frontend Network Load - Network Integration Guide (BC-NET) - SAP Library
    few related SAP Notes:
    164102 - Network load between application server and front end
    500235 - Network Diagnosis with NIPING
    62418 - Network Load of SAPGUI Frontend Communication
    679918 - The front-end network time
    578118 - Long response times on the SAP GUI
    161053 - Using SAP GUI in WAN
    Regards,
    V Srinivasan

  • Screen sharing between server and iMac appears to connect but no window opens

    We have been trying to screen share between a server and iMac. Both are running Snow Leopard 10.6.7. It seems like we connect using the share screen app because we don't get any error messages after inputing the username and password but no window opens for the server we are connected to. When I look under the windows tab I can see a checkmark next to our server name and trying 'bring all to front' doesn't do anything. The video card on the server died and was removed by our tech support who said we could still access the computer via screen sharing. Would the server not having a video card be the cause of our problem?
    Thanks.

    Hi,
    A Bit for other reading this thread.
    To change the Login port for any AIM based name you have to obviously Log out first and then Change the port (SSL might need to be selected first) and then Press Enter to "Set" the port.
    This use of the Enter key is the bit that is different to earlier versions of iChat.
    For Gary,
    Which Thomson-Alcatel device do you have ?
    Thomson-Alcatel Speedtouches used to work well when the firmware that ran them was at Version 4.2.5 or less.
    At least at this level you could access the device via Terminal using Telnet and then access the Command Line Interface (CLI) and "Unbind" SIP from port 5060
    Later versions of their Firmware did not allow for a full Unbind of SIP and Video and Audio chats could only be partially successful (about 15 buddies out a list of 50
    Of course using UPnP to open ports for iChat 4 helps with the Screen Sharing as the process is an Screen Share with an Audio Chat along side and both have to work/connect.
    I am surprised to hear that in iChat 5 that Screen Sharing is not working when Video and Audio chats are.
    For this reason I would ask how the ports have been opened in the Thomson device ?
    After that I would keen to know if the Thomson Device or the Time Capsule is doing DHCP to the LAN ?
    (Share an IP on the Time capsule is to Enable DHCP)
    I am not sure how AT&T expect anyone to use their site to gain help or see what they currently offer when you have to type in a phone number or area (ZIP code).
    I did enter the example number and got to this set of pages http://www.att.com/esupport/main.jsp?cv=801#
    I see no reference to any Thomson-Alcatel device.
    8:15 PM Monday; February 15, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Time sync between server and client

    Hi guys,
    I have written a chess server and client. My next step is to implement a clock which will be used in timed games, however, I am not sure of the best solution. I can't think of a reliable method to keep the client's time in sync with the servers because the event latency varies between individual events and clients.
    My first idea was to send a 'tick' event every second but I dont think this the best solution. I have seen many applet based clients which have timers, such as Yahoo chess.
    I know this question is a little vague, I can give more detail if needed.
    Thanks,
    Alex

    To prevent client-side cheating, the server should keep the
    "official" clock. Every so often (perhaps when a move gets made?),
    notify both clients of the official time. Clients count seconds from
    that official time.
    This is a suboptimal solution because it leaves clients vulnerable
    to network lag. I can't think of any other solution that doesn't give
    clients some responsibility for tracking time, though, and that's a
    big security hole.
    If you're willing to open that hole, have each client report back to
    the server the elapsed local time from when they recieved the
    last move to when they made their move. Then update the other
    client's clock accordingly.

  • Capture http traffic between server and proxy

    Hi,
    I am not a solaris admin so I need some help to capture http traffic between proxy and server.
    I used 'snoop port 80' on my proxy server but this command gives me the traffic between client and proxy.
    PS: i do not have access to remote server.
    Thanks
    Linda

    You probably need this instead:
    snoop host server
    where server is the hostname of the server that you are trying to connect to.
    If you have multiple interfaces, you have to be sure you are snooping on the right interface.

  • Move mailboxes between server and computer

    Somehow my mailboxes have become scrambled beween those on the server and those on my computer.  Can I restore the original storage?
    Lelteto

    Hi,
    In your case, please make sure that the Migration.8f3e7716-2011-43e4-96b1-aba62d229136 mailbox exists by running the following cmdlet.
    Get-Mailbox -Arbitration |fl name,alias
    In my last reply, I recommend you check if there is any related error or warning in Application log in Event Viewer.
    Also, you can export your mailboxes into pst files and then import these pst files.
    Hope my clarification is helpful.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Amy Wang
    TechNet Community Support

  • Dental office management software cannot share between server and workstation

    The wsetup files that are located in c:\softdent on the server are not visible on the workstation and the installation will not run until this is resolved.
    The map drive (z: ) doesn’t show the files that are located on the server. The file that should be in z:\setup (folder called wsetupfiles ) does not exist but is live on the server.
    The permissions on the server or WS are incorrect.
    What can be done.

    Hi,
    Could you let us know what's the management software? Were your Server and client all Windows system?
    If yes, what's the version of them?
    Could you ping Server from client either via IP address or Server name?
    This article could be used to troubleshoot:
    Find PCs,  devices, and content on your network
    http://windows.microsoft.com/en-in/windows-8/find-pcs-devices-content-on-network
    Karen Hu
    TechNet Community Support

  • Difference between Server and Client Installation of ODI

    Hi All,
    i am new to ODI, recently i try to install ODI it has three Option 1.Complete 2. Client 3. Server
    i installed Server after installation it contains only Agent. and i tried Client option end of the installation i saw all the ODI components including Agent. i am bit confusion about when do i need to use ODI Server and when do i need to use ODI Client and what is the purpose of both
    Thanks
    Knidhi
    Edited by: knidhi on Oct 6, 2009 2:38 PM
    Edited by: knidhi on Oct 6, 2009 2:38 PM

    Hi,
    Trying to help :-
    What roll ODI Server play in the entire ODI ArchiTechture?
    ODI Server will act as a cenratilsed system for all your ODI clients
    You can call this ODI server as an execution server for all your ODI clients .
    When this is needed ?
    (some real time examples to explain the need)
    If there is team need to work on a cenratlised application ...
    say MachineDev1 (developer1) , MachineDev2 (developer2) .. and MachnAnlayst1 (An1), MachnAnlayst2 (An2) need to work on an single application
    The developer1 will create projects based upon his machine ,
    The developer2 will create projects based upon his machine ,
    and the analysts/operators will try to execute the application from their machines with their machine agents.
    the application will reffer the paths for temperory/supporting files/folders on the agent machines which they are running ...
    this will be a difficult task, if you dont have a similar folder sturcture in all of your machines ..
    In order to avoid this conflict you need a centralised system for running your jobs from different machines
    say SVR (from your example). put all the supporting files/folders in this system while developing projects each develpoer need to consider this server as an execution server.
    so if any execution comes from any clients with this agent, it will reffer to the machine SVR folders and you can have a centralaised enviorment to work for different machines.
    Regards,
    Rathish

  • Connection between server and client using thread

    hi
    i am new to java..i hav done a program to connect a server and client...but i hav not used threads in it..
    so please tel me how to use threads and connect server and client..i tried it out not getin...i am havin thread exception...my program is as shown below
    SERVER PRG:
    import java.io.*;
    import java.net.*;
    public class Server{
    String clientsen;
    String serversen;
    public void go(){
    try{
         ServerSocket serverSock=new ServerSocket(6789);
         while(true) {
         Socket sock=serverSock.accept();
         BufferedReader inFromClient=new BufferedReader(new InputStreamReader(sock.getInputStream()));
         BufferedReader inFromuser=new BufferedReader(new InputStreamReader(System.in));
         DataOutputStream outToClient=new DataOutputStream(sock.getOutputStream());
         clientsen=inFromClient.readLine();
         System.out.println("From Client: "+clientsen);
         System.out.println("Reply mess to Client");
         serversen=inFromuser.readLine();
         outToClient.writeBytes(serversen+'\n');
    } catch(IOException ex) {
         ex.printStackTrace();
    public static void main(String[] args) {
         Server s = new Server();
         s.go();
         CLIENT PRG
    import java.lang.*;
    import java.util.*;
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.net.*;
    import java.lang.Thread;
    import java.applet.Applet;
    class Client1
    public static void main(String argv[]) throws Exception
              String Sen;
              String modsen;
              BufferedReader inFromUser=new BufferedReader(new InputStreamReader(System.in));
    Socket clientSocket=new Socket("192.168.1.2",6789);
              DataOutputStream outToServer=new DataOutputStream(clientSocket.getOutputStream());
              BufferedReader inFromServer=new BufferedReader(new InputStreamReader(clientSocket.getInputStream()));
              System.out.println("Enter the mess to be sent to server");
              Sen=inFromUser.readLine();
              outToServer.writeBytes(Sen + '\n');
              modsen=inFromServer.readLine();
              System.out.println("FROM SERVER: " +modsen);
              clientSocket.close();
    please send me the solution code for my problem...

    sorry for inconvenience...
    SERVER PROGRAM
      *import java.io.*;*
    *import java.net.*;*
    *public class MyRunnable implements Runnable*
       *public void run() {*
       *go();*
    *public void go(){*
    *try {*
        *String serversen;*
       *ServerSocket  welcomeSocket=new ServerSocket(6789);*
       *while(true)*
    *Socket connectionSocket=welcomeSocket.accept();*
    *//BufferedReader inFromClient=new BufferedReader(new //InputStreamReader(connectionSocket.getInputStream()));*
    *System.out.println("enter the mess to be sent to client");*
    *BufferedReader inFromuser=new BufferedReader(new InputStreamReader(System.in));*
    *DataOutputStream outToClient=new DataOutputStream(connectionSocket.getOutputStream());*
    *//clientsen=inFromClient.readLine();*
    *//System.out.println("From Client: "+clientsen);*
    *//System.out.println("Reply mess to Client");*
    *serversen=inFromuser.readLine();*
    *outToClient.writeBytes(serversen+'\n');*
    *} catch(IOException ex) {*
    *        ex.printStackTrace();*
    *class Server1{*
    *public static void main(String argv[]) throws Exception*
         *Runnable threadJob=new MyRunnable();*
    *Thread myThread=new Thread(threadJob);*
    *myThread.start();*
    *}*CLIENT PROGRAM
    import java.io.*;
    import java.net.*;
    class Client2
    public static void main(String argv[]) throws Exception
              //String Sen;
              String modsen;
              //BufferedReader inFromUser=new BufferedReader(new InputStreamReader(System.in));
    Socket clientSocket=new Socket("192.168.1.2",6789);
              //DataOutputStream outToServer=new DataOutputStream(clientSocket.getOutputStream());
              BufferedReader inFromServer=new BufferedReader(new InputStreamReader(clientSocket.getInputStream()));
              //System.out.println("Enter the mess to be sent to server");
              //Sen=inFromUser.readLine();
         //     outToServer.writeBytes(Sen + '\n');
              modsen=inFromServer.readLine();
              System.out.println("FROM SERVER: " +modsen);
              clientSocket.close();
    this is the code which i hav used using thread but i am gwetin error..ts is the error
    Exception in thread "main" java.lang.NoSuchMethodError : Main

  • Synchronisation between server and local systems

    Hello guys,
    I hired a Vserver running with Debian and would like to synchronise it spaced (after/before start/shutdown of my local systems and in between every 30 minutes or so) with my local systems, more precisely with my home directories or some directories I define and not the complete system.
    How could that be realised best?
    Should I take some programs or are there any small scripts as well that do that work?
    I apologise for that stupid question but I have not any experiences with issues like backup and synchronisation.
    Thank you in advance.
    Last edited by orschiro (2009-06-04 23:28:31)

    Hello tkdfighter,
    sorry but I can't follow you. Could you please be more detailed because I don't know how the functions you speak from can help me in my case.
    Basically I just have that problem because I synchronise the server from two different machines and so the archive name differ from machine to machine. I already took a look on the Wikipage but unfortunately it helped me not with that problem.
    Greets
    Last edited by orschiro (2009-06-16 17:56:24)

  • Transfer files between server and clients

    Hi all
    i use oracle forms 11g r2 webutil
    i have some questions :
    1- How i can choose picture from client side and save it on server ( in folder ) ?
    2- How i can print the picture from client side?
    Thanks

    Hello,
    For transfering files, configure the Webutil library, then use its AS_To_Client() and Client_To_AS() methods.
    Francois

  • Passing parameters between server and client side

    Dear All
    I writing a server-side web service and using wsdl to expose its methods for a 'client' to use.
    However, i need to make sre the clients creates a soap header? How can i tell the client it must create a soap header?
    Also can someone tel me how i pass a value from the server-side to the client-side and also get a vlue from the client soap message
    Many thanks

    In your wsdl you would have the header as part of the input for example, see the operation below:
    <wsdl:operation name="foo">
    <soap:operation soapAction="http://www.foobar.com/foo" style="document"/>
      <wsdl:input>
       <soap:body use="literal"/>
       <soap:header message="tns:FooSoapHeader" part="MySoapHeader" use="literal"/>
      </wsdl:input>
      <wsdl:output>
       <soap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>

Maybe you are looking for

  • How to move the Documents folder to another HD

    I'll be installing a second HD by removing the DVD and want to move some folders to that drive. I would like to move Downloads and Documents folders. Thanks in advance, JoaoBra

  • Mixing with Buses

    Hi, I am currently mixing a large project (80 or so tracks) and I'm trying out various bus set ups to try and save on CPU. I want to be able to send groups of channels (i.e. drums or vocals) to a bus via a send (in the normal manner) but I also want

  • How do you drag a file into Apple Mail when it's full-screen?

    I love the full-screen mode for Apple Mail.  However, when I attach files to mail messages, I prefer to drag files to my message (since they often come from various finder windows I might have open).  However, in Mission Control or via swiping, I cou

  • Where is the proof of Exadata load rates of 5Tb/hour

    I ask this because we cant come close to this.. Is it just a theoretical exercise? Or something that is very restricted? ie. if you load 5Tb of data consisting of 1 column of 10 characters, you can complete this in 1 hour? Whats the real world expect

  • 785gm-p45 sound problem

    when no sound is playing, all of the sudden the speakers start doing an static sound, very annoying, which only way of stopping it is if i play a sound in windows or if i disable/enable for example the mic line. I've just reinstalled the latest drive