Cant see hebrew on the unix os

hi!
when i am spooling a file on unix and selecting data from a table contains hebrew charecter's data, i get a file full of ??????????? instead of hebrew.
spool try.txt
select 'name - ' || NAME
from names_tb
spool off;
brings out:
name - ????? ????
name - ???? ????????
when i sending the file to the windows os it still with ????????? instead of hebrew.
the thing is that i do have hebrew on the unix server (i can see hebrew, just not from the db).
does any one have a clue what i need to install / change in the server/db in order to see hebrew from the db?

hi, that solved our problem, thanks.
now, we have another problem, I do not know if this is the right place to ask, but i will try:
We moved a critical part of our system (coded in java) to unix from windows.
while running, for some results the processes insert messages to the db (oracle 10g on the same machine). The error message are being taken from a resource file
(txt which contains CODE=message). the error message are in hebrew, but they are being inserted as ??????????? ??????? insted of hebrew to the db.
some facts:
1) We discovered that hebrew that coded directly in the java src "System.out.println("some hebrew words")" is being shoed as ??????????? on our unix too, but
when we insert it to the db we can see it well.
2) When we take the hebrew from the resource file (we can see it well in the unix) we cant understand it in the db.

Similar Messages

  • Cant see methods of the class

    Hello,
    I am using NetBeans IDE for development. Problem is that, I cant see the methods of the class. I have imported the required class, I have created its reference as public and static. and I have created its object inside the constructor.
    Now, when I type '.' [dot] in front of object created, netBeans displays the list of available methods. But it doesnt show all the methods. What might be the problem? If anything unclear to you, please ask me.
    Thanks and regards.

    Thanks! Following is the sample code snippet. This class is compiled successfully and also its getting executed very well. I am using this code in my project.
    import javax.swing.tree.*;
    import javax.swing.*;
    import java.io.*;
    public class MyTree {
        public static DefaultTreeModel model;
        public static JTree myTree;
        public MyTree() {
            DefaultMutableTreeNode root = new DefaultMutableTreeNode("ROOT");
            model = new DefaultTreeModel(root);
            model.setAsksAllowsChildren(true);
            myTree = new JTree(model);
            myTree.setShowsRootHandles(false);
            JScrollPane jScrollPane3 = new JScrollPane(myTree);       
    }1) model.setAsksAllowsChildren(true);
    No compile time error, No rutime error/exception. But when I type '.' [dot] in front of model, I cant see this method in the list displayed.
    2) myTree.setShowsRootHandles(false);
    Same case with this also.
    i.e. I am using both setAsksAllowsChildren() and setShowsRootHandles() methods, but I cant see them in the dropDownList displayed by typing '.' after corresponding objects i.e model and myTree respectievly.
    hope this will clear the problem.

  • HT1331 cant see disks in the airport extreme setup

    cant see disks in the airport extreme "partions" to set up, tried different disks, cables, restart, etc, bottom line the extreme does not see any attached external hard drives, any ideas?
    Cheers
    Michael

    Checklist:
    1)  The drive must be formatted in Mac OS Extended (Journaled). Unless the documentation with your drive specifically states this fact, the drive is very likely pre-formatted for Windows, which will not work on the AirPort Extreme. Use Disk Utility on your Mac to reformat the drive.
    2)  Even if the drive is formatted correctly, the USB port on the Extreme is underpowered....so it is often necessary to use a powered USB hub with the Extreme.....even if your hard drive has its own power supply.
    3)  The hard drive will not "show up" on the desktop the way that drive that is connected directly to the Mac will do. You must click on the AirPort Extreme icon under the SHARED heading in the Finder, then double click the folder representing the drive to mount it on the desktop.

  • How do you purchase a ringtone? i have enabled 'ringtones' in the 'general' section of itunes preferences and i am connected to the internet but i just cant see where in the itunes store to click once i am at the song i want to turn into a ringtone. help!

    how do you purchase a ringtone? i have enabled 'ringtones' in the 'general' section of itunes preferences and i am connected to the internet but i just cant see where in the itunes store to click once i am at the song i want to turn into a ringtone. help!

    You don't
    You have to create a ringtones.  Google will find several ways to do this.
    I use Garageband.
    How to create custom ringtones in GarageBand 4.1.1
    You can also use itunes:
    Make free iPhone ringtones in iTunes 10

  • I cant see myself on the screen during video calls...

    I cant see myself on the screen during video calls on Windows. What I have to do?

    When you are on a video call, you may see a very small picture-in-picture window (thumbnail size). This is the picture of yourself. Click on it and it will be enlarged.

  • Cant see hebrew from java to unix,db

    hi!
    We moved a critical part of our system (coded in java) to unix from windows.
    while running, for some results the processes inserts messages to the db (oracle 10g on the same machine). The error messages are being taken from a resource file
    (txt which contains CODE=message). the error messages are in hebrew, but they are being inserted as ??????????? ??????? instead of hebrew to the db.
    some facts:
    1) We discovered that hebrew that coded directly in the java src "System.out.println("some hebrew words")" is being showed as ??????????? on our unix too, but
    when we insert it to the db we can see it well.
    2) When java on tour unix take the hebrew from the resource file (we can see it well in the unix) we cant understand it in the db.

    hi,
    we solved the problem.
    we changed the jvm run time encoding to be iso-8859-8 by running java with:
    java -Dfile.encoding="ISO-8859-8"
    and that solved the problem. (the default encoding on the unix was iso-8859-1)...

  • Cant see messages in the External Definitions

    I'm imporing following wsdl into XI. However I cant see messages and seems to be there is some error in wsdl. Would someone help me please?..
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:services.soap.a2z.com" xmlns:intf="urn:services.soap.a2z.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:services.soap.a2z.com">
         <wsdl:types>
              <schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema">
                   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
                   <complexType name="mapItem">
                        <sequence>
                             <element name="key" nillable="true" type="xsd:string"/>
                             <element name="value" nillable="true" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="Map">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="apachesoap:mapItem"/>
                        </sequence>
                   </complexType>
              </schema>
         </wsdl:types>
         <wsdl:message name="exportGroupResponse">
              <wsdl:part name="exportGroupReturn" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importGroupRequest1">
              <wsdl:part name="in0" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importGroupResponse">
              <wsdl:part name="importGroupReturn" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importGroupResponse1">
              <wsdl:part name="importGroupReturn" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importGroupRequest">
              <wsdl:part name="in0" type="xsd:string"/>
              <wsdl:part name="in1" type="apachesoap:Map"/>
         </wsdl:message>
         <wsdl:message name="loadAdaptersResponse">
              <wsdl:part name="loadAdaptersReturn" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="loadAdaptersRequest">
      </wsdl:message>
         <wsdl:message name="exportAdapterResponse">
              <wsdl:part name="exportAdapterReturn" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importAdapterRequest1">
              <wsdl:part name="in0" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="exportAdapterRequest">
              <wsdl:part name="in0" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importAdapterResponse">
              <wsdl:part name="importAdapterReturn" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="exportGroupRequest">
              <wsdl:part name="in0" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importAdapterResponse1">
              <wsdl:part name="importAdapterReturn" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importAdapterRequest">
              <wsdl:part name="in0" type="xsd:string"/>
              <wsdl:part name="in1" type="apachesoap:Map"/>
         </wsdl:message>
         <wsdl:portType name="Adapter">
              <wsdl:operation name="importAdapter" parameterOrder="in0 in1">
                   <wsdl:input name="importAdapterRequest" message="impl:importAdapterRequest"/>
                   <wsdl:output name="importAdapterResponse" message="impl:importAdapterResponse"/>
              </wsdl:operation>
              <wsdl:operation name="importAdapter" parameterOrder="in0">
                   <wsdl:input name="importAdapterRequest1" message="impl:importAdapterRequest1"/>
                   <wsdl:output name="importAdapterResponse1" message="impl:importAdapterResponse1"/>
              </wsdl:operation>
              <wsdl:operation name="importGroup" parameterOrder="in0 in1">
                   <wsdl:input name="importGroupRequest" message="impl:importGroupRequest"/>
                   <wsdl:output name="importGroupResponse" message="impl:importGroupResponse"/>
              </wsdl:operation>
              <wsdl:operation name="importGroup" parameterOrder="in0">
                   <wsdl:input name="importGroupRequest1" message="impl:importGroupRequest1"/>
                   <wsdl:output name="importGroupResponse1" message="impl:importGroupResponse1"/>
              </wsdl:operation>
              <wsdl:operation name="exportAdapter" parameterOrder="in0">
                   <wsdl:input name="exportAdapterRequest" message="impl:exportAdapterRequest"/>
                   <wsdl:output name="exportAdapterResponse" message="impl:exportAdapterResponse"/>
              </wsdl:operation>
              <wsdl:operation name="exportGroup" parameterOrder="in0">
                   <wsdl:input name="exportGroupRequest" message="impl:exportGroupRequest"/>
                   <wsdl:output name="exportGroupResponse" message="impl:exportGroupResponse"/>
              </wsdl:operation>
              <wsdl:operation name="loadAdapters">
                   <wsdl:input name="loadAdaptersRequest" message="impl:loadAdaptersRequest"/>
                   <wsdl:output name="loadAdaptersResponse" message="impl:loadAdaptersResponse"/>
              </wsdl:operation>
         </wsdl:portType>
         <wsdl:binding name="AdapterServiceSoapBinding" type="impl:Adapter">
              <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
              <wsdl:operation name="importAdapter">
                   <wsdlsoap:operation/>
                   <wsdl:input>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:input>
                   <wsdl:output>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="importAdapter">
                   <wsdlsoap:operation/>
                   <wsdl:input>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:input>
                   <wsdl:output>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="importGroup">
                   <wsdlsoap:operation/>
                   <wsdl:input>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:input>
                   <wsdl:output>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="importGroup">
                   <wsdlsoap:operation/>
                   <wsdl:input>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:input>
                   <wsdl:output>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="exportAdapter">
                   <wsdlsoap:operation/>
                   <wsdl:input>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:input>
                   <wsdl:output>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="exportGroup">
                   <wsdlsoap:operation/>
                   <wsdl:input>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:input>
                   <wsdl:output>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="loadAdapters">
                   <wsdlsoap:operation/>
                   <wsdl:input>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:input>
                   <wsdl:output>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:output>
              </wsdl:operation>
         </wsdl:binding>
         <wsdl:service name="AdapterService">
              <wsdl:port name="AdapterService" binding="impl:AdapterServiceSoapBinding">
                   <wsdlsoap:address location="http://vn15:8000/soap/services/AdapterService"/>
              </wsdl:port>
         </wsdl:service>
    </wsdl:definitions>

    Hi S T,
    in the WSDL there occurs the situation that there are in one prtType multiple operations with the same name (e.g. portType "Adapter" contains two definitions for operation with name "importAdapter". Indeed, the original <a href="http://www.w3.org/TR/wsdl">WSDL specification</a> seems to allow this. However, in <a href="http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html">WS-I</a> it is forbidden (see R2304).
    Therefore, the Integration Builder does not consider this document to be valid WSDL. This is a little bit tragic, as the portType definitions are not considered by the following steps anyway. A simple workaround would be to delete everything behind the message definitions.
    Greetings Stephan

  • Why have Link previews been moved to the bottom of the page? I have a toolbar on my my site and my users cant see it because the link preview is obscuring it...

    Well as I can see from other questions asked people are already aware that when you hover over a link the link preview appears at the bottom of the page instead of the status bar.
    Other people have said to install https://addons.mozilla.org/firefox/addon/status-4-evar/
    Well thats fine for me to do that but what about the users who come to my site and cant see my toolbar at the bottom because the link preview (with a long URL) is obscuring it? I cant tell them to go and install an addon, what bright spark thought of this I find it very disrupting.

    As far as I know, [https://addons.mozilla.org/firefox/addon/classicthemerestorer/ the Classic Theme Restorer add-on] is the only way move the Reload button outside the address bar.
    # Install [https://addons.mozilla.org/firefox/addon/classicthemerestorer/ Classic Theme Restorer] and restart Firefox when prompted.
    # Open the Add-ons Manager (Ctrl+Shift+A; Mac: Command+Shift+A), then the Extensions category.
    # Next to Classic Theme Restorer, click the Options button.
    # On the Main tab, make sure "Movable back-forward button" and "Hide urlbars stop & reload buttons" are checked. You might also want to check "Combine stop & reload buttons". Close the options window when done.
    # Right-click an empty area of the tab bar and choose Customize.
    # Drag the Back/Forward, Stop and Reload buttons onto the navigation toolbar.
    # Click the Exit Customize button in the lower right corner when done.
    That being said, I should point out that you can reload pages in other ways.
    * Right-click any tab and choose Reload.
    * Right-click an empty area of the page and choose Reload.
    * Press F5.
    * Press Ctrl+R (Mac: Command+R).

  • My ipod is full but i cant see any of the songs?????

    I've done something and wiped my ipod.. i copied all my songs from the libary back on to the ipod and it says that it is basicaly full. but when you go into the music there is nothing there???? i can play the music if i go into the hidden folders on the pc but its useless otherwise?
    Any sugestions? Thx
    ipod nano   Windows XP  

    http://docs.info.apple.com/article.html?artnum=93499
    thanks for that but unfortunatly that didnt work... The songs are deffinatly there i just cant see them when using the ipod away from the pc or in itune????
    more info.... i had to force itunes to close as it froze and i disconected the ipod when it said "do not disconect" i dont think it was copying anything but it may have been.
    have i damaged somthing or just freaked it out..... would re installing software be an option????? thx for the feedback

  • HT1212 what do i do if i cant see anything on  the phone?

    i cannot see anything on the phone what do  i do  its ring and message do come up but the screen is blank as if the phone is turned off

    Have you tried restarting or resetting your iPhone?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).

  • I cant see all of the words on the screen how can i move or adjust the screen so that i can see all of the words

    for instance when i go on to this clothing website (gojane.com) it has "shopping cart" at the top right-hand corner but now all that i see are the letters "s" and "h". its even happening now with this site, I see the letters "sig" and half of the letter "n". I'm guessing that it says sign in or sign up. please help, thanks in advance.

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    If you have increased the minimum font size then try the default setting "none" as a high value can cause issues like you described.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    *Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"
    You can use an extension to set a default font size and page zoom on web pages:
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • Cant see videos in the video foler on N97

    i have placed videos on my n97 and at 1st they showed up in the tv and video folder but then the phone stoped showing new videos i added the only way it would work is if i completley reset the phone which i dont want to do every time a put a new video on my phone. the videos will play but i have to go to file manager to play them even when i placed the same videos on the phone which did work at the start. has any 1 had the same problem or has a fix solution

    One thing to try is to use Photos to play your videos ( I know it doesn't make a lot of sense, but try it).
    Another thing to try is to RENAME the folder called :
    \Private\10005A3E
    This folder should be in the Mass Memory.
    Then re-open Video and TV and wait to see if it finds the videos.
    640K Should be enough for everybody
    El_Loco Nokia Video Blog

  • I cant see or find the Newsstand App on my iipad2?

    I want to see the basic Newsstand App to store newspapers etc. i cannot find or see this App.

    Yeah, weird.... I just tried to search Newsstand, and nothing showed up on the search, even though I have the Newsstand icon on my screen. Just to make sure - the icon looks exactly like an iBooks empty library shelf....any chance you missed it?
    It doesn't show up under the apps in Settings either, nor does it show up on the apps list on iTunes, but should be on one of the home screen pages.....
    Hope you are able to find it. But if not, I would suggest calling Apple Support or taking it into the nearest Apple Store to see if they can figure out where it is hiding...
    Hope this helps!
    Cheers,
    GB

  • Cant see customer in the CRM customer page

    I have opened a ticket, but its more than 3 weeks now and I need a fix. Client is getting nervous.
    I'm transfering 15 000 customer into my BC site. I can search and do everything as usual but for some reason, when I get into the customer page, I get an endless spinning disc. I waited for almost an hour and nothing came out.
    Anyone as experience this?
    Regards,
    M.Adey

    Finally got a response after 4 months!!! The bug is there to stay. My client is unable to see is clients in the list. Time to move to another platform!

  • HT4108 I have the 1st ipad and I'm trying to hook it up to my TV through the digital AV Adapter.  I can hear whats supposed to be playing but I cant see it on the TV

    I just purchased the AV Digital Adapter and want to use it with my Ipad.  I'm able to hear whats supposed to be playing but I can't see it on my TV screen.  What am I doing wrong?

    If this is an iPad 1, it won't mirror, but it will still output video from the 30 Pin dock connector.
    If your new TV has a conventional VGA in and stereo inputs you can try this connector.
    http://store.apple.com/us/product/MC748ZM/A/apple-composite-av-cable?fnode=3a
    I used to stream video from both Netflix and YouTube and from my Mac using iTunes sharing through my iPad then with this connector plug into my iPad and TV.
    It won't be high resolution, but it will get you picture from iPad to TV.
    Good Luck.

Maybe you are looking for

  • External drive not showing up on desktop

    I have an external hard drive (2T Newertech ministack). We had a power outage the other day. Even though the drive is on it no longer appears on the desktop. I went to Disk Utility and see if it could be repaired but the drive is not even showing up

  • Migrating from Sun One server 7.0 to Sun One Application server 8.2

    To migrate my application i loaded some lib at Classpath Prefix: in JVM settings in the server. I loaded some libs that overrides some server's lib... When i put my lib there they will override the server's???

  • Quicktime errors during install, uninstall, or run

    Quicktime errors during install, uninstall, or run. No error code. It just says it encountered an error and must exit.

  • Can we import RAW photos into iphoto?

    My brother-in-law has many photos from past reunions that are in RAW format. Can we import these into iphoto and have it work? I really want the photos but he thinks it won't work. What are the steps? He says the file sizes are very large

  • Drivers for QuickCam Vision Pro for Macinstosh

    Hi, I first purchased a Logitech QuickCam Pro 9000 (http://tinyurl.com/cboyme) even though it didn't claim to be Mac compatible. It did in fact work with my Mac (10.4.11) and PC. Using the PC software supplied I was able to zoom it in and out on the