Why String type is unable to get converted to integer type here ?

About SQL function this is written in Oracle Documentation :
"If you call a SQL function with an argument of a datatype other than the datatype expected by the SQL function, then Oracle attempts to convert the argument to the expected datatype before performing the SQL function."But here in this query , i am getting error :
select abs("15") "Absolute" from dual;error :ORA-00904: "15": invalid identifierCan you please tell why "15" is not converted to 15 (integer) type ?
Edited by: bootstrap on Nov 20, 2011 5:19 PM

Hi,
bootstrap wrote:
Etbin wrote:
Maybe according to your description you meant select abs('15') "Absolute" from dual;
Oracle too called "15" an identifier not a string
Regards
EtbinWhat is the problem if write "15" instead of '15' ? Why Oracle is unable to convert "15" to integer 15 ?As Etbin said, Oracle considers items inside double-quotes to be identifiers, such as column names. If you wanted to name a column "15", then you would have to enclose it in double-quotes, otherwise Oracle would think you were talking about the number 15. If you want to use the 2-character string '15', then enclose it in single-quotes. Single-quotes are how you tell Oracle that something is a string literal; double-quotes are how you tell Oracle that something is an identifier.
I can hear you saying "Naming a column "15" is a really bad idea!" I agree, but Oracle allows people to do lots of really stupid things if they want to. Naming a column "15" would not be anywhere near the worst idea seen on this forum in the last week.

Similar Messages

  • Why string type shared variable takes more time to update in the client

    I am using shared variables to share the data across a master and the client PCs connected in a network. (Network published & no buffering)
     I have created an integer type shared variable(I32) and a string type shared variable (data size is 60 bytes) in the Master and subscribing to the same in the client PCs. In the master PC, I am modifying the data in this order - update the data in the string type variable and then update the data in the integer vaiable.
    But in the client PCs, due to the size difference in the variables, I am receiving the data of the integer first and after that about 3-4 sec later only I am receiving the string data. Can any optimization be done to reduce this latency period? Instead of the string data type any better data type will reduce this delay?
    Please suggst. Advnced thanks.

    Latency has a lot to do with your network.  3-4 seconds is a long time though.  This could also be due to the larget data size of your string.  The integer data size is definitaly not 60 bytes.  If you're looking for better performance, I would highly recommend looking into Datasocket communication or TCP/IP communication.  (There are shipping example for both.)
    When it comes to performance of throughput and efficiency, network-published variables are lower on the totem pole.
    I hope this helps,
    Kevin S.
    Applications Engineer
    National Instruments

  • How do i convert String type to an BinaryEntry Type ?

    We have to differentiate between keys that come to Erase method of custom publisher. So, we appended "|" at the end of the key as below
    key = "a"; //Actual key that is in Cache
    if(//some condition)
    newKey = "a|"; //newKey to differntiate
    getCache().remove(newKey);
    else
    getCache().remove(key);
    Now, the call comes to Erase method of our custom publisher. Here, we need to perform different operation for the key which has "|" in it. So, we added below code in custom Erase method.
    public void erase(BinaryEntry binEntry)
    String key = (String) binEntry.getKey();
    if(key.contains("|"))
    //Need to perform some DB operation here. Then,
    //now the key is "a|". we need to remove the "|" symbol and call erase method to remove the actual key ("a") from cache. So we added below code
    String newKey = (dnsDomainName).replace("|", "");
    //Here the problem is, key is of type String. But, Erase method can take only BinaryEntry type. So, we tried this
    binEntry = (BinaryEntry)(binEntry.getContext().getKeyToInternalConverter().convert(key));
    super.erase(binEntry); //but it dint work. The entry is not getting deleted from Cache.
    //How do we convert the key that is of String type to BinaryEntry ?
    else
    super.erase(binEntry);
    Can someone suggest ?

    LSV wrote:
    We have to differentiate between keys that come to Erase method of custom publisher. So, we appended "|" at the end of the key as below
    key = "a"; //Actual key that is in Cache
    if(//some condition)
    newKey = "a|"; //newKey to differntiate
    getCache().remove(newKey);
    else
    getCache().remove(key);
    Now, the call comes to Erase method of our custom publisher. Here, we need to perform different operation for the key which has "|" in it. So, we added below code in custom Erase method.
    public void erase(BinaryEntry binEntry)
    String key = (String) binEntry.getKey();
    if(key.contains("|"))
    //Need to perform some DB operation here. Then,
    //now the key is "a|". we need to remove the "|" symbol and call erase method to remove the actual key ("a") from cache. So we added below code
    String newKey = (dnsDomainName).replace("|", "");
    //Here the problem is, key is of type String. But, Erase method can take only BinaryEntry type. So, we tried this
    binEntry = (BinaryEntry)(binEntry.getContext().getKeyToInternalConverter().convert(key));
    super.erase(binEntry); //but it dint work. The entry is not getting deleted from Cache.
    //How do we convert the key that is of String type to BinaryEntry ?
    else
    super.erase(binEntry);
    Can someone suggest ?Excuse me, but you write here totally does not make sense on its own.
    1. What class is this method on?
    2. Why do you want to use a key in the place of an entry?
    If I correctly interpret what you try to achieve, your super-class implementation has to know how to deal with the trailing pipe character as you are never supposed to change the key on an entry, and the entry without the pipe does not exist either.
    Best regards,
    Robert

  • Why iam unable to get the valu from combobox

    when i run this code
    everytime iam getting blank alert
    y iam unable to get the selected item from combo box
    thank u
    <%@ page import="java.util.Date"%>
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
        pageEncoding="ISO-8859-1"%><%@page import="java.sql.*,java.util.*,java.text.*,java.util.ArrayList, java.util.List,org.joda.time.DateTimeConstants,org.joda.time.LocalDate,
    org.joda.time.Weeks"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML>
      <HEAD>
      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
        <TITLE>Reading Data From Text Fields</TITLE>
      </HEAD><BODY onload=Datevalue()>
         <form name="form1" action ="" method="post" onSubmit="update();">
        <img src="nendrasys_logo.gif" align="right"></img>
      <b><font color="669900"><h4 align="left">UserName:</font> 
    <jsp:useBean id="user" scope="session" class="nendrasys.User" />
    <jsp:getProperty name="user" property= "name"/>
    &nbsp&nbsp&nbsp&nbsp
    <b><font color="90be00"><h4 align="left">Designation:</font>
      <jsp:getProperty name="user" property= "designation"/>
      <br><font color="669900"><h4 align="right">Project:</font>
        <select name="Projects">
         <option>Project:1</option>
         <option>Project:2</option>
         <option>Project:3</option>
         <option>Project:4</option>
         <option>Project:5</option>
    </select>
    <%! String s; %>
    <% DateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd");
            Date date = new Date();
            //out.println(dateFormat.format(date));
                s=  dateFormat.format(date);
    %>
    <select name="Dates" sizes=1 id="dates" onchange="Datevalue(this.value)">
    <script type="text/javascript">
    <!--//
    var begDate = new Date("10/01/2008");
    var endDate = new Date();
    var previousDate =new Date();
    var presentDate =new Date("<%=s %>");
    endDate.setDate(presentDate.getDate()+14);
    begDate.setDate(begDate.getDate()+(6-begDate.getDay()));
    while (begDate <= endDate) {
    var datestring=[begDate.getDate(),(begDate.getMonth()+1),begDate.getFullYear()].join('/');
    //  var datestring=[begDate.getDate().padZero(2),(begDate.getMonth()+1).padZero(2),begDate.getFullYear()].join('/');
    if(previousDate < presentDate && presentDate <= begDate )
        document.writeln('<option selected>'+(datestring)+'</option>')}
    else   
    document.writeln('<option>'+(datestring)+'</option>')};
         previousDate.setDate(begDate.getDate());
        previousDate.setMonth(begDate.getMonth());
         previousDate.setYear(begDate.getYear());
        begDate.setDate(begDate.getDate()+7);
    document.writeln('</select>');
    //-->
    </script>
    <br><br>
    <TABLE BORDER="2" BORDERCOLOR="#336699" CELLPADDING="2" CELLSPACING="2" WIDTH="100%">
    <TR>
    <TD>&nbsp&nbsp&nbsp</TD>
    <TD bgcolor="669900"><label  id="sun"></label></TD>
    <TD bgcolor="90be00"><label for="mon" id="Mon">Mon</label></TD>
    <TD bgcolor="669900"><label for="tue" id="tue">Tue</label></TD>
    <TD bgcolor="90be00"><label for="wed" id="wed">Wed</label></TD>
    <TD bgcolor="669900"><label for="thu" id="thu">Thu</label></TD>
    <TD bgcolor="90be00"><label for="fri" id="fri">Fri</label></TD>
    <TD bgcolor="669900"><label for="sat" id="sat">Sat</label></TD>
    <TD bgcolor="90be00"><label for="tot" id="tot">Total</label></TD>
    </TR>
    <tr>
    <th>Project Work</th>
    <td bgcolor="669900"><input type="text" name="c11" size="2" value="7" onBlur="javascript:document.frm.c12.value = document.frm.c11.value"></td>
    <td bgcolor="90be00"><input type="text" name="c12" size="2" value="3"></td>
    <td bgcolor="669900"><input type="text" name="c13" size="2"></td>
    <td bgcolor="90be00"><input type="text" name="c14" size="2"></td>
    <td bgcolor="669900"><input type="text" name="c15" size="2"></td>
    <td bgcolor="90be00"><input type="text" name="c16" size="2"></td>
    <td bgcolor="669900"><input type="text" name="c17" size="2"></td>
    <td bgcolor="90be00"><input type="text" name="c18" size="4"></td>
    </tr>
    <tr>
    <th>Internal N/C</th>
    <td bgcolor="669900"><input type="text" name="c21" size="2"></td>
    <td bgcolor="90be00"><input type="text" name="c22" size="2"></td>
    <td bgcolor="669900"><input type="text" name="c23" size="2"></td>
    <td bgcolor="90be00"><input type="text" name="c24" size="2"></td>
    <td bgcolor="669900"><input type="text" name="c25" size="2"></td>
    <td bgcolor="90be00"><input type="text" name="c26" size="2"></td>
    <td bgcolor="669900"><input type="text" name="c27" size="2"></td>
    <td bgcolor="90be00"><input type="text" name="c28" size="4"></td>
    </tr>
    <tr>
    <th>Public Holidays</th>
    <td bgcolor="669900"><input type="text" name="c31" size="2"></td>
    <td bgcolor="90be00"><input type="text" name="c32" size="2"></td>
    <td bgcolor="669900"><input type="text" name="c33" size="2"></td>
    <td bgcolor="90be00"><input type="text" name="c34" size="2"></td>
    <td bgcolor="669900"><input type="text" name="c35" size="2"></td>
    <td bgcolor="90be00"><input type="text" name="c36" size="2" ></td>
    <td bgcolor="669900"><input type="text" name="c37" size="2"></td>
    <td bgcolor="90be00"><input type="text" name="c38" size="4"></td>
    </tr>
    <tr>
    <th>Holidays Taken</th>
    <td bgcolor="669900"><input type="text" name="c41" size="2"></td>
    <td bgcolor="90be00"><input type="text" name="c42" size="2"></td>
    <td bgcolor="669900"><input type="text" name="c43" size="2"></td>
    <td bgcolor="90be00"><input type="text" name="c44" size="2"></td>
    <td bgcolor="669900"><input type="text" name="c45" size="2"></td>
    <td bgcolor="90be00"><input type="text" name="c46" size="2"></td>
    <td bgcolor="669900"><input type="text" name="c47" size="2"></td>
    <td bgcolor="90be00"><input type="text" name="c48" size="4"></td>
    </tr>
    </TABLE>
    <br>
    <center><input type="submit"  value="Submit" /> </center>
    <%
    String username   = request.getParameter("userid");
    String pwd  = request.getParameter("pwd");
    String connectionURL = "jdbc:mysql://localhost:3306/timestamp";
    Connection connection = null;
    Statement statement = null;
    ResultSet rs = null;
    String sql=null;
    Class.forName("com.mysql.jdbc.Driver").newInstance();
    connection = DriverManager.getConnection(connectionURL, "root","nendrasys");
    statement = connection.createStatement();
    //rs=statement.executeQuery(sql); %>
    </form>
    <SCRIPT language='Javascript'>
    function update()
        alert("ciaoooooo");
        <%
            try
                String value=request.getParameter("c11");
                String value1=request.getParameter("c12");
             //   if(value!=null)
              //  System.out.println(value);             
               // System.out.println(value1);
            catch(NullPointerException n)
        %>
    </script>
    <SCRIPT language='Javascript'>
    function Datevalue(date)
           //  document.getElementById("dates").innerHTML=document.getElementById("sun").value;
      alert(date);
             //  alert( document.getElementById("dates"))
                <% System.out.println("bye");%>
    </SCRIPT>
    </BODY>
    </HTML>

    You mixed Java and Javascript in the expectation that they runs simultaneously.
    You are Wrong.
    You need to distinguish between the server side languages and client side languages. Java/JSP runs at the server side and produces a HTML page with other client side stuff in it like CSS and Javascript. When the HTML page is finished, it will be sent to the client and then Java/JSP stops. Once the HTML page is arrived at the client, there is no one line Java code in it, only its output/result. Do a View Source in your favourite web browser to see it. Only from that moment on, Javascript runs and/or can be invoked.
    Whenever you want to use Java variables in Javascript, you need to print them out as a Javascript variable. Whenever you want to use Javascript variables in Java, you need to invoke a request to the server and pass them as parameters. The request can be either synchronous (a link or a form submit) or asynchronous (ajaxical).

  • How to convert an int variable into String type

    hi everybody
    i want to know how to convert an interger variable into string variable
    i have to implement a code which goes like this
    Chioce ch;
    for(int i=0;i<32;i++)
    // here i need a code to convert the int variable i into a string variable
    ch.add(String variable);
    how do i convert that int variable i into a String type variable??
    can anyone help me?

    Different methods:
    int a;
    string s=a+"";or
    String.valueOf(int) is the better option because Int.toString() generated an intermediate object to get the endresult
    Ema

  • Vdisk gets converted to type fixed from expandable during installation to native VHD...

    I've tried everyway to Sunday to get work-arounds for this but I'm stumped...
    I am breaking into the Windows 8.1 with Update installation after adding my license, and creating a setup to use Native VHD to install to.
    I create a vdisk type=expandable, yet at some point during the installation it is getting converted to fixed!
    I've tried everything I could think of including formatting it while in the CLI prior to refreshing the volumes, and selecting the VHD disk volume for installation.  Yet, after the installation is complete... the "actual" vdisk file should
    only be around 11-14GB (regardless of the maximum size during its' creation with diskpart), however... sure enough, after Windows has finished doing its' thing and rebooting... the file ends up being the same size as the maximum property provided during the
    vdisk creation with diskpart.... it should not be, it was of type "expandable" >.<
    Why is this happening?

    Hi,
    It's not possible that without any settings, it converts into fixed disk. So how did you configure?
    Please follow this guide to check if you have operated that:
    Converting to a fixed virtual hard disk–the easy way
    http://blogs.msdn.com/b/virtual_pc_guy/archive/2011/12/28/converting-to-a-fixed-virtual-hard-disk-the-easy-way.aspx
    Hyper-V Virtual Hard Disk (VHD) Operations Explained
    http://blogs.technet.com/b/yungchou/archive/2013/01/23/hyper-v-virtual-hard-disk-vhd-operations-explained.aspx
    In addition, compacting is not usefull with fixed disks.
    Karen Hu
    TechNet Community Support

  • Date condition in BEx is getting converted as String prompt in Crystal

    Hi,
    The Date condition in BEx is getting converted as String prompt in Crystal Reports.
    User is not getting the flexibility to select date using Calendar option because of string type
    Please advice
    Thanks,
    Vishal

    Post your question BEX and B1 and classic SAP data source issues to the Integration Kit forum

  • File not getting converted to the .EXT type

    Hello Experts,
    Please help me with an issue ...
    Actually Iam doing a mailing program.... in which a newly generated invoices are sent to user....
    the mailing is working fine.
    The file which the user is getting in his mail box should be a .EXT type file....from where he will download the file and upload it in  the airtel portal..... from where it been sms to the different number's present in that file......
    But the problem is the file is not getting converted to .EXT type and when we are trying to upload it in airtel portal it is saying that file is not in UTF-8 format..
    To check whether conversion to file type is working  when Iam trying to convert the file in .TXT type its getting converted to text format...but not working with .EXT type when passing 'EXT' in doc_type   of FM .
    I checked the SCOT transaction if any setting exist but ...didnt found anything useful ...
    Please help me to resolve the isuue

    Hi joel,
    From this thread
    Shared Files - problems after upgrading APEX 3.0 to 3.1
    i have taken your words,
    In my development of the browser cache support for static files, I did notice some unexplainable behavior with IE and Firefox. When uploading static files and then testing them, it almost seemed like the browser would request the resource only some of the time (and then get the HTTP 304). If an Expires tag is not computed, I know Firefox will compute one itself.
    As per my understanding, Is it cache_expire should be calculated?
    I could not get that line.Could you please explain me.
    Thanks in advance.
    bye
    Srikavi.

  • Hi all. I am new to iPad and am trying to buy certain apps thru iTunes. I keep getting messages saying "this app is not yet available in the South African store"! which means i am unable to buy it. Why not and how can i get around this. Thanks

    Hi all. I am new to iPad and am trying to buy / download certain apps thru iTunes and or App Store. I have found the apps i want yet I keep getting messages saying "this app is not yet available in the South African store"! which means i am unable to buy it. Why not and how can i get around this? Thanks

    If you see a dialog telling you the app is not avaiable, then it's not available.
    And keep in mind, your credit or debit card credentials must be associated with the same country where you reside.
    "Although you can browse the iTunes Store in any country without being signed in, you can only purchase content from the iTunes Store for your own country. This is enforced via the billing address associated with your credit card or other payment method that you use with the iTunes Store, rather than your actual geographic location."
    From here >  The Complete Guide to Using the iTunes Store | iLounge Article

  • Dynamic Convert get conversion error-Unable to get dynamic conversion.

    Hi ,
    I cheked in a Academy template that system delivered in path /app/ucm/server/customer/DynamicConvert/samples/gui_template and a default layout that system delivered in path /app/ucm/server/customer/DynamicConvert/samples/gui_layout. Then i clicked the info button in check in process page and clicked the GetConversion link . The system prompts me
    Unable to get dynamic conversion. Failed to export document '000002' using template 'AcademyName' and layout 'default layoutname. Export process: 'DCExport'
    Does it mean that i have not done the indexing configuration ?
    Thanks,
    Jiahua

    I used word 2003 to do the convert. Following is my error detail.
    Content Server Request Failed
    Unable to get dynamic conversion. Failed to export document '000002' using template 'DC1' and layout 'DCLAYOUT2'. Export process: 'DCExport'
    [ Details ]
    intradoc.common.ServiceException: !csFailedToExport,000002,DC1,DCLAYOUT2!$Export process: 'DCExport'
         at dynamicconverter.DynConverterHandler.doConversion(Unknown Source)
         at dynamicconverter.DynConverterHandler.runHtmlConversion(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
         at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:142)
         at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:75)
         at intradoc.server.Service.doCodeEx(Service.java:488)
         at intradoc.server.Service.doCode(Service.java:470)
         at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
         at intradoc.server.Service.doAction(Service.java:450)
         at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
         at intradoc.server.Service.doActions(Service.java:445)
         at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
         at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
         at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
         at intradoc.server.Service.executeServiceEx(Service.java:3448)
         at intradoc.server.Service.executeService(Service.java:3432)
         at intradoc.server.Service.doSubService(Service.java:3421)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
         at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
         at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
         at intradoc.server.Service.doCodeEx(Service.java:505)
         at intradoc.server.Service.doCode(Service.java:470)
         at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
         at intradoc.server.Service.doAction(Service.java:450)
         at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
         at intradoc.server.Service.doActions(Service.java:445)
         at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1111)
         at intradoc.server.Service.executeActions(Service.java:431)
         at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632)
         at intradoc.server.Service.doRequest(Service.java:1709)
         at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357)
         at intradoc.server.IdcServerThread.run(IdcServerThread.java:195)
    Do you have any idea ?

  • TS1538 Why is my iPhone device grayed out under "devices?" I am unable to get it to sync, etc.

    Why is my iPhone device grayed out under "devices?" I am unable to get it to sync, etc.

    This might answer you're question https://discussions.apple.com/message/25541394#25541394

  • I converted my old 3G to an iPod but am unable to get Playlists to auto repeat. Any ideas would be helpful.

    Using old iPhones for ipods
    I converted my old 3G to an iPod but am unable to get Playlists to auto repeat. Any ideas would be helpful.

    select use as new phone if you want it blanked out.... and select restore from backup if you want it to go back to a previous state.
    with the original sim that was in there it will eventually drop the "waiting for activation" messages and will just say No Service... at least thats what mine did

  • Can a "no wait"  latch type gets converts to "willing to wait" latch type?

    We have no wait latches like redo copy latch . If it not acquires a latch in its first call, it will make a new request to acquire the latch again.
    Is there any limit for making in these number of new requests
    or
    will it keep on making the new request, till it acquire the latch
    or
    after so many request, if it does not acquire , this latch will get converted to willing to wait latch type?
    Thanks
    Naveen.

    ALTER SYSTEM SET spin_count = <integer>;But before you touch that keyboard ... read this:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28274/technique.htm#i11221 ... item #4 specifically

  • How did my pdf files get converted from 'open with Adobe Reader' to open with Adobe Acobat'?  And if I have a ''free'' Acrobat account why does it not open?  When I do click on the account it ask me to pay $89.99.  I never wanted Acrobat.  How can I get -

    How did my stored files get converted from 'open with Adobe READER' to 'open with Adobe ACROBAT'? How can I get them re-set to open with 'Adobe Reader'?
    Please reply to my e-mail:   [email protected]

    It sounds as if you downloaded Adobe Acrobat Pro. If you did, uninstall it. Then repair Adobe Reader.
    The free Acrobat account has no connection to any of this.

  • HT1807 I am unable to get service in Germany with my iphone5? Why? I understand I don't need to have a plan and that I can pay as I go.

    I called Verizon before leaving the US and was told I could pay as I go for phone service with my iPhone 5. I cannot get on to any service here in Germany.

    Verizon is CDMA. Use German GSM SIM to use your iPhone 5. Else call Verizon to address the issue.

Maybe you are looking for

  • When receiving an email, I can't open it.

    When I receive an email, like from the Breast Cancer site, with a spot to click on for free mammograms, a little circle keeps turning around, but it never opens up, so I can click on the free mammogram site. Also, on facebook, I can open it, but can'

  • Looking for a way to pass parameter to external list from infopath

    Hey, i have a Sharepoint 2010 list for which I want to create Infopath form. I have an external content type and external list based on it. I want to prepopulate some fields in my Sharepoint list with data from external list. I tried to use external

  • Msi gtx 760 2gd5/oc hdmi port dont work

    my hdmi port dont work but the dvi does...why is this any info please?

  • By default in a table,adf query panel should be executed first time output

    Hello all, I am using adf 11g. I have taken adf query panel and i have taken seperate another table.My Requirement is first time in table ,query should be executed after that in search button then according to date/query should be executed in a table

  • SUN ray and windows License

    Hi, I want to use sun ray solution with 100 windows client. can someone tell me which is the best license solution. i mean , should I go with windows terminal license or vmare solution. if you can please explain me about the vmare solution and benefi