Is this a like query bug?

Oracle
version:9.2.0.1
character:AMERICAN_AMERICA.US7ASCII
The sql is like this , There is a chinese character '仙' in the where clause:
select * from ta where mc like '%仙%';
but the result records don't have the character '仙' in the colomn mc.
I tried this sql in oracle10.2.0.1, the result is still wrong.
Why?
How could I solve this problem?
anyone could help,thanks very much!
Edited by: user511131 on 2008-10-26 上午12:43
Edited by: user511131 on 2008-10-26 上午1:22

<h3>Unicode String Literals</h3>
<p>
You can input <a name="sthref842" title="sthref842"></a><a name="sthref843" title="sthref843"></a>Unicode string literals in SQL and PL/SQL as follows:
</p>
<ul>
<li>
<p>
     Put a prefix <code>N</code> before a string literal that is enclosed with single quote marks. This explicitly indicates that the following string literal is an <code>NCHAR</code> string literal. For example, <code>N'r&eacute;sum&eacute;'</code> is an <code>NCHAR</code> string literal. For information about limitations of this method, see NCHAR String Literal Replacement.
</p>
</li>
<li>
<p>
     Use the <code><a name="sthref844" title="sthref844"></a><a name="sthref845" title="sthref845"></a>NCHR(</code><code>n</code><code>)</code> SQL function, which returns a unit of character code in the national character set, which is AL16UTF16 or UTF8. The result of concatenating several <code>NCHR(</code><code>n</code><code>)</code> functions is <code>NVARCHAR2</code> data. In this way, you can bypass the client and server character set conversions and create an <code>NVARCHAR2</code> string directly. For example, <code>NCHR(32)</code> represents a blank character.
</p>
<p>
     Because <code>NCHR(</code><code>n</code><code>)</code> is associated with the national character set, portability of the resulting value is limited to applications that run with the same national character set. If this is a concern, then use the <code>UNISTR</code> function to remove portability limitations.
</p>
</li>
<li>
<p>
     Use the <code><a name="sthref846" title="sthref846"></a><a name="sthref847" title="sthref847"></a>UNISTR</code>('<code>string'</code>) SQL function. <code>UNISTR</code>('<code>string'</code>) converts a string to the national character set. To ensure portability and to preserve data, include only ASCII characters and Unicode encoding in the following form: <code>\xxxx</code>, where <code>xxxx</code> is the hexadecimal value of a character code value in UTF-16 encoding format. For example, <code>UNISTR('G\0061ry')</code> represents <code>'Gary'</code>. The ASCII characters are converted to the database character set and then to the national character set. The Unicode encoding is converted directly to the national character set.
</p>
</li>
</ul>
<p>
To solve this problem,,should I use UNISTR to convert the character to unicode,
how to ...
I have no idea?:|
</p>

Similar Messages

  • How can I disable the assistive touch programmatically ? This is like a bug. Though the Guided access is enabled a user can take screenshot of my application content. How can I solve this ? any idea ....

    How can I disable the assistive touch programmatically ? This is like a bug. Though the Guided access is enabled a user can take screenshot of my application content. How can I solve this ? any idea ....

    Question: Do you think the response from the support staff is correct? I mean, surely, I can't be the only CF user on a shared box whose other users need to modify the date and time within their applications. Even if they do it at the application level for their domain, surely it wouldn't affect mine, would it? That was what was implied by the support people, but I have a feeling they are way off, or covering for some goof-up on their end. I struggled like hell yesterday trying to get this to work and I did not get very far at all.
    I found an interesting tutorial here which does a comparison of time zones and, theoretically, this might do the trick. But if what the guy told me was nonsense then I won't bother with it. For the record, our calendar has been working fine for about a week now.

  • Firefox 5 is not able to download and open PDF files as Firefox 3.6 was able to. This looks like a bug to me. When will it be fixed?

    There are many web sites that I visit to download statements that are in PDF format. In Firefox 3.6, when I selected a statement to download, Firefox opened a new window that indicated that the PDF is being downloaded. When the download is complete Firefox either opens the document or the document is opened outside of Firefox by Adobe Reader. In both Firefox 4 and 5, the PDF file download never occurs. This functionality has always worked in Internet Explorer and Google Chrome. I currently use Adobe Reader X 10.1.0. I tried going back to Adobe Reader 9.4.5, but this did not make a difference. So I think the problem is in Firefox.

    it is not your ISP BT Retail that owns/repairs the lines it is openreach which although part of the BT Group has no more direct contact then any other ISP
    you can check your exchange here  http://usertools.plus.net/exchanges/mso.php
    http://usertools.plus.net/exchanges/?
    http://btbusiness.custhelp.com/app/service_status
    http://bt.custhelp.com/app/answers/detail/a_id/15036
    http://community.plus.net/exchange-information/
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Flags and colors not taking (seems like a bug to me)

    I'm seeing a bit of an issue I am not sure I understand.
    I have a folder called
    "creative" with four albums in it:
    1
    2
    3
    4
    If I select all the images in the folder and TAG them and add a ORANGE COLOR these tags and colors show up on all the images in the Folder.
    However, /some/ of the images in some of the folders have images that are showing up without the Orange Color and in some case there are images without the Flag or the Orange Color.
    This is so confusing it seems like a bug to me.
    What am I missing?

    Hi. The first image is where I selected all the images and FLAGGED AND COLORED THEM.
    The next two images show SUB-Albums in this folder where there are images that are either not flagged or not colored...
    http://dl.dropbox.com/u/15285654/all%20colored%20and%20flagged_FOLDER.png
    http://dl.dropbox.com/u/15285654/not%20flagged_ALBUM.png
    http://dl.dropbox.com/u/15285654/not%20colored_ALBUM.png
    Is this something I am not understanding or not doing correctly?
    Thank you!

  • "CONNECT BY"-like query using XPath

    Greetings!
    The problem is as follows:
    I have a XML document whose main part contains a set of many subelements names "rasterFile". Each of this elements has an attribute "rasterRefId" which refers to another rasterFile element (to its id attribute). These references form a tree-like structure of parent and child rasters.
    What we need is to be able to effectively extract a subset of this structure, e.g. for rasterFile with id="4" we need to get this element, its referenced elements, and the elements referenced by the previously referenced elements (but we may request event four or five levels).
    Using a relation database, we should use the CONNECT BY statement, but the document is stored in a XMLType table containing only one row (we use only one large document). So I need to do this sort of query in XPath. How? Or is there any other way to do that?
    Thanks in advance.
    Petr
    The sample document (shortened, the original has about ten thousand rasterFile elements):
    <ber:backdropData xmlns:ber="http://www.berit.com/ber">
    <ber:name>bdemx</ber:name>
    <ber:description/>
    <ber:backdropLayer backdropRefId="bt_5002826" structure="hierarchical"
    format="jpeg">
    <ber:rasterFile id="ti_bt_5002826_jpeg_0_0x0" name="0-0x0.jpeg" decreaseRatio="2">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>1.2996519899999999 1.2996519899999999</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_1_1x1" name="1-1x1.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_0_0x0">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.6498259949999999 0.6498259949999999</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_1_1x0" name="1-1x0.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_0_0x0">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.6498259949999999 0.6498259949999999</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_1_0x1" name="1-0x1.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_0_0x0">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.6498259949999999 0.6498259949999999</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_1_0x0" name="1-0x0.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_0_0x0">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.6498259949999999 0.6498259949999999</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_2_3x3" name="2-3x3.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_1_1x1">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.32491299749999997 0.32491299749999997</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_2_3x2" name="2-3x2.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_1_1x1">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.32491299749999997 0.32491299749999997</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_2_3x1" name="2-3x1.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_1_1x0">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.32491299749999997 0.32491299749999997</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_2_2x3" name="2-2x3.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_1_1x1">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.32491299749999997 0.32491299749999997</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_2_2x2" name="2-2x2.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_1_1x1">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.32491299749999997 0.32491299749999997</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_2_2x1" name="2-2x1.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_1_1x0">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.32491299749999997 0.32491299749999997</ber:scale>
    <ber:shear>0.0 0.0</ber:shear>
    <ber:translate>633142.205995 239189.641789</ber:translate>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_2_1x3" name="2-1x3.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_1_0x1">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.32491299749999997 0.32491299749999997</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_2_1x2" name="2-1x2.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_1_0x1">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.32491299749999997 0.32491299749999997</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_2_1x1" name="2-1x1.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_1_0x0">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.32491299749999997 0.32491299749999997</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_2_1x0" name="2-1x0.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_1_0x0">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.32491299749999997 0.32491299749999997</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_2_0x3" name="2-0x3.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_1_0x1">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.32491299749999997 0.32491299749999997</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_2_0x2" name="2-0x2.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_1_0x1">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.32491299749999997 0.32491299749999997</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_2_0x1" name="2-0x1.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_1_0x0">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.32491299749999997 0.32491299749999997</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    <ber:rasterFile id="ti_bt_5002826_jpeg_2_0x0" name="2-0x0.jpeg" decreaseRatio="2" rasterRefId="ti_bt_5002826_jpeg_1_0x0">
    <ber:size>1000 1000</ber:size>
    <ber:trMatrixCoord>
    <ber:scale>0.32491299749999997 0.32491299749999997</ber:scale>
    </ber:trMatrixCoord>
    </ber:rasterFile>
    </ber:backdropLayer>
    </ber:backdropData>

    Thanks for reply.
    Well, the view doesn't seem to help me. We have only one xml document stored and therefore there is only one row in the XMLType table. Using the "SELECT extract()" statement returns one row containing whole result (in CLOB or whatever) and the view has the same problem.
    What would solve this problem is the query for a collection of elements that would return each resulting element in a single row. But I haven't been able to find out how to do such a thing.
    Petr

  • About regex and 'like' query

    Dear all,
    can i doing regex query in SAP B1?
    And how to use 'like' query with table, i mean :
    SELECT * FROM test T0 INNER JOIN test2 T1
    WHERE T0 LIKE '%T1.testfield%'
    thanks for your help

    wait - something came out funny in the previous posting - the system highlighted the name "field" with blue - that is NOT what I typed...
    instead I typed...
    "field" between two brackets ( bracket = [ and the other bracket - I cannot type them in because they come out as a different character)
    what the heck is going on with the forum here???  I am seeing this highlighting in other postings as well...
    Hope THIS one comes out correctly
    Edited by: Zal Parchem on Dec 29, 2007 2:47 PM

  • Sort GridControl modeled with parameterized query (bug?)

    I am using JDev 3.2.3. I created a ViewObject in expert mode which contained a parameterized query:
    select emp_name, salary
    from employees
    where
    dept_no = :1
    Then, through a few workarounds, I managed to create a BC4J data form containing a GridControl linked to the ViewObject.
    Cleared the associated empsRowSetInfo.queryOnOpen(false).
    Created a button with action event:
    empsRowSetInfo.setQueryConditionParams(new Object[] {
    deptId
    empsRowSetInfo.executeQuery();
    This all works fine.
    ***The problem***
    If you press on a header to re-sort the grid, a bad sql query error is thrown and details shows the following bad query:
    select * from (
    select emp_name, salary
    from employees
    where
    dept_no = :1)
    order by asc emp_name
    ORA-00904: invalid column name
    The GridControl headers appear to be getting their own copy of the ViewObject's query, then misinterpretting it. This works fine for non-parameterized queries since the column names are explicit. However :1 is not a column name but a place holder in my parameterized query.
    Shouldn't the headers be using the same mechanism to sort the grid as used to populate the grid model originally?
    Any suggestions for a workaround? Pressing a column header fatally breaks the form. Pressing the button again to re-execute the original query continues to throw the error!
    Thanks,

    This is clearly a bug.
    DAC is in 9.0.2 + replaced by JClient.
    It might be hard to get a fix for this problem.
    As far as a workaround.
    You can provide your own SortDelegate.
    Start with diagnosing the problem by extracting the SortDelegate class out of 'dacf-src.zip'.
    Change it into a mySortDelegate.java.
    Set the sortDelegate property on the gridControl. (use an instance of mySortDelegate).
    You should be able to step into your implementation and see what the problem is.
    Hopefully you will be able to fix the problem in your sortDelegate class.

  • Ipad calander - seems like a bug

    it seems like a bug: a whole day event in ipad calander appears 1 day earlier than the event day.
    Whether the event was generated on MS Outlook and was synchronized to the ipad, and wheater the event was generated on the ipad while not connected to the computer.
    New event which is not a whole day event appears correctly (whether the event was generated on ipad or synchronized).The problem occurs only with a whole day event.

    I've just tried to replicate this on my iPad and it works correctly rather than as you indicate. I believe that if you use mobileme and the birthdays calendar then from memory it either used to or still does add the birthdays a day before the actual date.

  • Is there any LIKE query equivalent in XML?

    Is there any LIKE query equivalent in XML?
    I would like the display words starts with 'A' in flex list, vice versa. I send A as a input.
    Any ideas?

    Hi,
    I don't know that one - but with slight modification I can filter nodes values also - not onlyl attributes:
    var people:XML = <people>
       <person>
                        <firstName>Peter</firstName>
              </person>
       <person>
                        <firstName>Auguste</firstName>
              </person>
       <person>
                        <firstName>Gregory</firstName>
              </person>
       <person>
                        <firstName>Andy</firstName>
              </person>
    </people>
    (so we have nodes that have values - not attributtes)
    and then e.g.:
    var peopleList:XMLList = people.person.(firstName.charAt(0) == "A");
    trace(peopleList);
    (this is dynamic statement - you could replace "A" with variable reference, etc)
    Edit;
    I've googled interesting article you could read on that subject here:
    http://www.senocular.com/flash/tutorials/as3withflashcs3/?page=4
    hth,
    regards,
    Peter
    Message was edited by: Peter Blazejewicz

  • I am having a problem with pop pups and small windows with ads constantly opening up on my safari?? Thought that macs didn't get virus? this looks like one- any experts around? please help me fix it with your instructions? really don't know what to do...

    Hi everyone,
    I am having a problem with my Mac OS X 10.7.5 mac book air , there are constant pop pups and small windows with ads blinking constantly opening up on my safari in front of everything?? it is constantly interupting me and makes me mistakingly click on it then another new windows open behind the one im using..
    I am not too sure if thats a virus or trojan.. I always thought that macs didn't get virus? this looks like one to me… any experts around? please help me fix it with your instructions? really don't know what to do... thanks

    Those are not viruses. You have probably installed some malware:
    The Safe Mac » Adware Removal Guide
    Helpful Links Regarding Malware Protection
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
              Mac OS X Snow Leopard and malware detection
              OS X Lion- Protect your Mac from malware
              OS X Mountain Lion- Protect your Mac from malware
              About file quarantine in OS X
    If you require anti-virus protection Thomas Reed recommends using Dr.Web Light from the App Store. It's free, and since it's from the App Store, it won't destabilize the system. If you prefer one of the better known commercial products, then Thomas recommends using Sophos.(Thank you to Thomas Reed for these recommendations.) If you already use Sophos, then be aware of this if you are using Mavericks: OS X Mavericks- Sophos Anti-Virus on-access scanner versions 8.0 - 9.1 may cause unexpected restarts
    From user Joe Bailey comes this equally useful advice:
    The facts are:
    1. There is no anti-malware software that can detect 100% of the malware out there.
    2. There is no anti-malware that can detect anything targeting the Mac because there
         is no Mac malware in the wild, and therefore, no "signatures" to detect.
    3. The very best way to prevent the most attacks is for you as the user to be aware that
         the most successful malware attacks rely on very sophisticated social engineering
         techniques preying on human avarice, ****, and fear.
    4. Internet popups saying the FBI, NSA, Microsoft, your ISP has detected malware on
        your computer is intended to entice you to install their malware thinking it is a
        protection against malware.
    5. Some of the anti-malware products on the market are worse than the malware
        from which they purport to protect you.
    6. Be cautious where you go on the internet.
    7. Only download anything from sites you know are safe.
    8. Avoid links you receive in email, always be suspicious even if you get something
        you think is from a friend, but you were not expecting.
    9. If there is any question in your mind, then assume it is malware.

  • ORA-22805 - (inserting an XMl type FAILS) I suspect this is a oracle Bug

    We're using
    Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.7.0 - Production
    Basically when I try to execute the following
    dbms_xmlschema.registerschema
    ('MySchema.xsd',
    sys.UriFactory.getUri('/Location/MySchema.xsd'),
    genTables=>TRUE);
    this generates a table for us with the name "xmlt_ds_0"
    when we try to insert into this table, we get an error
    INSERT INTO tddb.xmlt_ds_0
    SELECT sys.xmltype.createschemabasedxml(mq.content, 'http://My.Schema.xsd')
    FROM message_queue mq
    WHERE mq.sys_id = 148100
    ORA-22805: cannot insert NULL object into object tables or nested tables
    Now this works for most xml files, it just one or two that fail, however these files that have failed are well formed, and valid (ie: conform to the scehema)
    however, if I try to do this
    create table tempTest of xmltype
    XMLSCHEMA "Myschema.xsd"
    ELEMENT "schedule"
    then insert into this
    INSERT INTO tempTest
    SELECT sys.xmltype.createschemabasedxml(mq.content, 'http://My.Schema.xsd')
    FROM message_queue mq
    WHERE mq.sys_id = 148100
    Basically, this works for the same file, I just dont understand why it wouldn't work in the "resitering the schema" way. I strongly suspect this is a Oracle Bug
    Has any one encountered this before, any help would be appriciated.

    FIRST of all...
    If you create the table via registerschema, then you table will be created case-sensitive (in general take notice that with XMLDB everything can be / will be case-sensitive). So this means you will have to do things the following way (mark the double quotes):
    NSERT INTO tddb."xmlt_ds_0"
    SELECT sys.xmltype.createschemabasedxml(mq.content, 'http://My.Schema.xsd')
    FROM message_queue mq
    WHERE mq.sys_id = 148100Your statement (see below) will generate a table the default way, that is a table in uppercase
    create table tempTest of xmltype
    XMLSCHEMA "Myschema.xsd"
    ELEMENT "schedule"so ...this will create a table with the name "TEMPTEST".
    regarding the ORA-22805...
    - can you post the schema
    - can you post the values that cause the error...

  • I have an older Ipod touch with 4.2.1 and cannot be updated any further, how do I install apps on it now?  so far every app I have tried says I need an updated IOS.  This sounds like I now have an apple product paper weight.

    I have an older Ipod touch with 4.2.1 and cannot be updated any further, how do I install apps on it now?  so far every app I have tried says I need an updated IOS.  This sounds like I now have an apple product paper weight unless I want to run out and buy the latest and greatest overpriced apple product. 

    Are you willing to buy a newer iPod? How about the 4g @ 16gb for $199* usd or the 5g @ 32gb for $299*.
    * tax not included.

  • Hello, I have a Macbook Pro 2011, and put an SSD on it. Yesterday i upgrade to Yosemite and sadly mi trim is not supported .... I really need (and demand) a solution to this, because like i see in the manual of the mac, Iam allowed to install a disk.

    Hello, I have a Macbook Pro 2011, and put an SSD on it. Yesterday i upgrade to Yosemite and sadly mi trim is not supported .... I really need (and demand) a solution to this, because like i see in the manual of the mac, Iam allowed to install a disk.

    Try a Safe Boot to clear the dyld_shared_cache (dynamic loader cache)
    SafeBoot  http://support.apple.com/kb/HT1564
    Safe Boot, which automatically rebuilds this cache (among other things).

  • When install iTunes 11.1.4   It says Apple Mobile Device Service service will not start.  It was started when I began the installation.  Is this an Apple software bug?

    When install iTunes 11.1.4   It says Apple Mobile Device Service service will not start.  It was started when I began the installation.  Is this an Apple software bug?

    I have this issue. It isn't the MSVCR80 issue. No matter what I do nothing will let me even INSTALL Apple Moblie Device. Further details are in my thread:
    https://discussions.apple.com/thread/5831093

  • Can I conect iMac 2012 with thundelbolt to iMac 2008 mini display port use this iMac like second monitor.

    Can I conect iMac 2012 with thundelbolt to iMac 2008 mini display port use this iMac like second monitor.

    This Apple article:
    What are the requirements for TDM?
    suggests that older iMac do not support Target Dispaly Mode.

Maybe you are looking for