Like in 9.2.0.6 versus 9.2.0.4

after migration from 9.2.0.4 to 92.0.6 we have the following problem:
select * from art where art_nummer like '753040204'
ok in 9.2.0.4
no results in 9.2.0.6
select * from art where art_nummer = '753040204'
ok iin auf 9.2.0.4
ok in 9.2.0.6
the column is typ char
is there an explanation ?
regards
Dietmar

it is a bug fix, because like is not supposed to work is art_nummer is a char character
SYS@LSC67 AS SYSDBA/9.2.0.6
SQL> create table art(art_nummer char(10));
Table created.
SYS@LSC67 AS SYSDBA/9.2.0.6
SQL> insert into art values ('753040204');
1 row created.
SYS@LSC67 AS SYSDBA/9.2.0.6
SQL> select * from art where art_nummer like '753040204' ;
no rows selected
SQL> r
1* create table art(art_nummer char(10))
Table created.
SYS@ESTIM61 AS SYSDBA/9.2.0.4
SQL> insert into art values ('753040204');
1 row created.
SYS@ESTIM61 AS SYSDBA/9.2.0.4
SQL> select * from art where art_nummer like '753040204' ;
ART_NUMMER
753040204

Similar Messages

  • I have transfered my library my library to a NAS drive. How do I stop Itunes from creating the default folder on the local drive?

    I've transferred my Itunes Media Library to a NAS drive, and pointed Itunes (using the advanced preferences tab) to the relevant folder on the NAS drive. I have done this to free up disk space on a computer I primarily use for work but which I use both at home and at work. The NAS drive is at home. (To clarify, I am not expecting Itunes to function at work, only at home when access to the NAS drive is available).
    Under certain circumstances Itunes will start-up at work and when it does it will create the folder structure for the Itunes Media Library in the default location (on the local drive) instead of looking for the location I have specified (the NAS drive) which it should not be able to find when I am at work and telling me that it can't find it (which would be fine).
    How do I stop Itunes from recreating the default folder structure and defaulting the file path to the standard media library location on my local drive? Every time this happens I have to re-point Itunes to the NAS drive location, which often requires me to reconsolicate libraries which is tedious and time consuming. It seems that in the process of one of these consolidations I have lost some of the media files. They are still in the library (ie. visible in the Itunes window) but Itunes can't find the media associated with that file - identifying them with an excamation mark "!".
    Any help with this would be appreciated, as I have read several forums and threads, and despite trying several different approaches I have been unable to address the problem, which appears to be exacerbated by the laptop being remote from the NAS drive.

    angelofromnsw wrote:
    Can I put the ".itl" and other database files on the NAS, and if so where would I put them? I'm thinking that if the library file is only available at home then the ITunes library won't get corrupted at work when it can't find the media, in the event that I accidentally start up itunes eg. while opening an attachment or disc that can be read by Itunes.
    iTunes will start up and you will have an empty library.
    Can I put the ".itl" and other database files on the NAS, and if so where would I put them?
    Yes.
    Quit iTunes.
    Copy the /Music/iTunes/ folder on the NAS.
    Move the /iTunes media/ folder currently on the NAS into  the /iTunes/ folder you just copied to the NAS.
    Hold Option, launch iTunes, select Choose library... and select the iTunes folder on the NAS.
    You can delete /Music/iTunes/ folder on the internal drive.
    If you launch iTunes while NOT comnnected to the NAS, iTunes will recreate the /Music/iTunes/ folder and you will have an empty library.
    WHen you are again connected to the NAS, just do step 4 above.
    Do you know what the advantages and disadvantages are of having the database files like the ".itl" files stored locally versus on the NAS?
    Keeping everyhing together inside the iTunes folder makes it "cleaner" and simpler to manage everything.

  • Can I set up a home page on the mozilla for android

    I would like to set up a homepage versus seeing the tabs is this possible?

    Firefox for Android uses the home screen (awesome screen), which can also be customized to a certain degree.
    https://support.mozilla.org/en-US/kb/use-awesome-screen-search-web-bookmarks-and-more

  • Domain Controllers that are DNS servers DNS Client settings

    [Copying verbatim from a mail by Joe ]
    So I have been pinged by a few folks recently on configuration of client DNS settings on Domain Controllers that are also functioning as DNS Servers. Lots of debate. I understand there has been long time debate within MSFT as well.
    From http://blogs.technet.com/b/askds/archive/2010/07/17/friday-mail-sack-saturday-edition.aspx there
    is the quote
    "3.When referencing a DNS server on itself, a DNS client should always use a loopback address and not a real IP address."
    From http://www.microsoft.com/en-us/download/confirmation.aspx?id=9166 (Windows
    Server 2008 R2 Core Network Guide)
    "9.        In Preferred DNS server, type the IP address of your DNS server. If you plan to use the local computer as the preferred DNS server, type the IP address of the
    local computer.
    10.       In Alternate DNS Server, type the IP address of your alternate DNS server, if any. If you plan to use the local computer as an alternate DNS server, type the IP address of
    the local computer."
    From http://technet.microsoft.com/en-us/library/dd378900(v=ws.10).aspx (DNS:
    DNS servers on <adapter name> should include their own IP addresses on their interface lists of DNS servers)
    "The inclusion of its own IP address in the list of DNS servers improves performance and increases availability of DNS servers. However, if the DNS server is also a domain controller and it points only to
    itself for name resolution, it can become an island and fail to replicate with other domain controllers. For this reason, use caution when configuring the loopback address on an adapter if the server is also a domain controller. The loopback address should
    be configured only as a secondary or tertiary DNS server on a domain controller...
    Add the loopback IP address to the list of DNS servers on all active interfaces. The loopback IP address should not be the first server in the list."
    ESPECIALLY "For this reason, use caution when configuring the loopback address on an adapter if the server is also a domain controller. The loopback address should be configured only as a secondary or tertiary
    DNS server on a domain controller." and "Add the loopback IP address to the list of DNS servers on all active interfaces. The loopback IP address should not be the first server in the list."
    Why shouldn't loopback not be first, the justification is why you shouldn't only use loopback, not why it shouldn't be first.
    From http://technet.microsoft.com/en-us/library/ff807362(v=ws.10).aspx (DNS:
    DNS servers on <adapter name> should include the loopback address, but not as the first entry)
    "If the loopback IP address is the first entry in the list of DNS servers, Active Directory might be unable to find its replication partners. 
    The inclusion of its own IP address in the list of DNS servers improves performance and increases availability of DNS servers. However, if the DNS server is also a domain controller and it points only to itself,
    or points to itself first for name resolution, this can cause a delay during startup. For this reason, use caution when configuring the loopback address on an adapter if the server is also a domain controller. The loopback address should be configured only
    as a secondary or tertiary DNS server on a domain controller."
    This also seems like justification against only using loopback versus using it first.
    Are there any actual real documented issues for using loopback first and a remote DNS server second and perhaps third? If the local DNS server service isn't working yet (or at all), I would expect the DNS Client process
    to try to connect to it, fail, and then failover to the secondary just like I would expect it to failover if the remote DNS server was secondary and it was unavailable and it failed back to the loopback. Am I making a bad assumption?
    And by documented I don't mean random responses to questions on the internet or other such items. I mean a KB article or technet article or properly researched and tested other web article from a reliable resource.
    thanks, 
    joe

    As I understand it, the scenario whereby a DC could become an 'island' if it points only to itself, or to itself first, was repaired in the Windows Server 2003 product cycle. See
    http://support.microsoft.com/kb/275278 for information about this scenario.
    However, there is still a known problem of slow boot times that can occur. See
    http://support.microsoft.com/kb/2001093 for information about this. The scenario that is discussed assumes there is a power failure and servers shut down due to overheating while on backup power. When
    multiple servers come online simultaneously after power is restored, there can be a significant delay.
    The recommended configuration is one that avoids a single point of failure, but also tries to optimize the speed of resource record registration, so that Active Directory can properly synchronize.
    -Greg

  • BW Benchmarks / HR

    Hello Gurus,
    I am looking for benchmarks regarding SAP Business Warehouse Projects, in particular SAP Human Resources BW, but the Benchmark figures do not have to only be focused on HR projects. I am searching for numbers like:
    - ratio number of external consultants versus inhouse staff in project team,
    - project duration
    - project budget / cost of implementation,
    - number of connected systems
    - number of countries connected
    - etc.
    - initial situation /industry / which area (MM, FI, CO, HR etc.) / approach / middleware used / lessons learned / pitfalls (if it makes things clearer or better comparable)
    Google, SAP-Homepage,... bring no result.
    ANY input, Link, ... is welcome!
    Thanks in advance.
    Best regards.

    You can try using specialized Site as GartnerGroup or The Technology Evalutation.com.
    That are the URL .
    Gartner :http://www4.gartner.com/Init
    TTE.com :http://www.technologyselection.com
    But the best articles are available only if you'll pay.
    Fabio

  • Object selection post

    Commiserating today with a fellow FH cartographer who is
    trying to get started in Illustrator. I recall a long post here
    about a year ago where someone (Mordy, James T?) compared the
    approaches taken by AI vs FH with regards to selecting objects.
    Something like group-to-path-to-vertex versus vertex-to-group.
    Anyone here know what I'm talking about?
    Also, I'd be interested in hearing from other cartographers
    about creating maps in AI compared to FH.

    Hello Santosh
    You can have a title for each grid instance but not for the splitter container. Simply fill LAYOUT-GRID_TITLE.
    Regards
       Uwe

  • Deleting Images from Photostream

    How do you delete images from Photostream?? Can you??
    Thanks
    Sky

    Seems from what I've read even the reset option in icloud.com doens't actually delete anything.  another forum mentioned that what it would do is this:
    Let's say you have an iPad with photostream off.  and with your iPhone photostream on, you take a picture, it uploads to the cloud.  Then if you do a reset to the cloud, then turn on your iPad, that photo you took on your phone won't download to the iPad.  So it's not like the photo really is ever deleted on the cloud (until 30 days). It's more like it's resetting the old versus the new with devices that enable the cloud.
    Another tip I saw was if you turn off wifi, then your photos won't auto upload to the photostream so gives you a chance to review before they go up so to speak.  I think someone put it best that it's not intended to store your photos forever.  It's intended to allow multiple devices to get to one photo and save it off.
    my 2 cents!

  • Purchase Macbook vs Macbook Air?

    I need to purchase a laptop and would like your opinion on a Macbook versus a Macbook Air.  If Macbook which size , 13" or 15 "?  If you recommend a Macbook Air - which size do you prefer 11" or 13"?  Thanks for any advice and recommendations

    I agree with BGreg. It is important that you try and get some hands-on time with the different options and then pick the one that suits your needs (and pocket). What one person thinks is the perfect size, another will regard as an oversize behemoth.
    If your needs are primarily portability then one of the Airs or the 13" Macbook Pro may fit the bill. I find the 15" Pro a bit large and heavy for my taste. Even the 13" Pro may be too heavy. However, if you need a larger screen and the option of more RAM for image or video manipulation then the 15" Pro may be a good choice - for you.
    At the moment you have not been specific enough about your requirements for anyone to give you a meaningful recommendation.

  • Scan code for hyper key

    I bought a programmable keyboard recently for which I can program the hardware scan code of each key. I would like to have a key that is recognized in X using the default xkb rules as the hyper key, but I can't figure out for the life of me how xkb translates hardware scan codes into "keycodes" which are then mapped to symbols in the /usr/share/X11/xkb/keycodes files. Basically, if someone can tell me how X goes from hardware scan codes to keycodes, or just what the scan code is for hyper in the default X keyboard config, I would appreciate it immensely.

    Thanks for the replies, everyone. So after seeing this thing about setkeycodes, I thought that maybe there was also a getkeycodes, and surely enough there was. Running it gets you a table like this:
    Plain scancodes xx (hex) versus keycodes (dec)
    for 1-83 (0x01-0x53) scancode equals keycode
    0x50: 80 81 82 83 99 0 86 87
    0x58: 88 117 0 0 95 183 184 185
    0x60: 0 0 0 0 0 0 0 0
    0x68: 0 0 0 0 0 0 0 0
    0x70: 93 0 0 89 0 0 85 91
    0x78: 90 92 0 94 0 124 121 0
    Escaped scancodes e0 xx (hex)
    e0 00: 0 0 0 0 0 0 0 0
    e0 08: 0 0 0 0 0 0 0 0
    e0 10: 165 0 0 0 0 0 0 0
    e0 18: 0 163 0 0 96 97 0 0
    e0 20: 113 140 164 0 166 0 0 0
    e0 28: 0 0 255 0 0 0 114 0
    e0 30: 115 0 172 0 0 98 255 99
    e0 38: 100 0 0 0 0 0 0 0
    e0 40: 0 0 0 0 0 119 119 102
    e0 48: 103 104 0 105 112 106 118 107
    e0 50: 108 109 110 111 0 0 0 0
    e0 58: 0 0 0 125 126 127 116 142
    e0 60: 0 0 0 143 0 217 156 173
    e0 68: 128 159 158 157 155 226 0 112
    e0 70: 0 0 0 0 0 0 0 0
    e0 78: 0 0 0 0 0 0 0 0
    which shows that a scan code of e068 maps to 128, the keycode for Hyper, by default. Great, problem solved.
    Unfortunately, when I fired up the keyboard programming software, it wouldn't let me assign a scan code of e068 to any keys, for some unexplained reason. Okay, so I use an unmapped scan code, 0x68,  that it does allow me to use. I figured I'd use setkeycodes to set 0x68 to map to 128. But now when I run showkey -s, the key that I thought I programmed to 0x68 gives 0xe078, with a keycode of 192, even though getkeycodes suggests that 0xe078 is unmapped. I even tried booting the kernel with the atkbd.softraw=0 parameter, to no avail. Furthermore, when I run xev in an X session, the keycode for the key in question now shows up as 249.
    By this point, I had no idea what was going on anymore, so I just gave up and used xmodmap to set keycode 249 to Hyper_R. I now have a Hyper key, but I can only get it via a series of obscure commands, rather than something that works out of the box. Oh well.
    If anyone can explain what was going on here, I'd still like to know, just out of curiosity.
    Thanks again.

  • Must I use frames for this?

    I have some external links that I'd like to keep within a
    site versus opening a new browser window (for branding purposes).
    Do I need to set up a page with frames to essentially bring those
    sites into my main content area?
    Thanks!
    Eric

    This is a multi-part message in MIME format.
    --------------050207030400080007010702
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed
    Content-Transfer-Encoding: 7bit
    sorry, i left this part out of my last message, and just
    wanted to
    mention that i'm aware of the page history button next to the
    back
    button that allows you to choose which page to go back to,
    and use it
    often. but many people do not know about that handy option,
    and would
    instead just keep clicking the button until they get back to
    where they
    want to be.
    that's all!
    courtney (n h c) wrote:
    > sorry, but i disagree. what if the visitor is taken to
    the other site
    > and starts clicking around in that site? then they have
    to click the
    > back button who knows how many times to get back to the
    page they were
    > on to begin with. i, personally, would much rather just
    have to click
    > the close button once on the new tab or window, than
    click "back"
    > however many times it takes me to back to the original
    page.
    > obviously, everyone has their own preferences, but i'm
    gonna have to
    > go with one click over several on this one. not to
    mention, what if
    > the new site has some kind of form on it that they fill
    out? i doubt i
    > have to tell you what happens with a lot of forms when
    you try to
    > click back to where you were before the form.
    >
    > also, what if the visitor gets caught up in the new
    website and
    > forgets where they started in the first place? the back
    button won't
    > help then. they're just gone. and my company has lost a
    potential
    > customer. but if the new site is in a different tab or
    window, when
    > they close it they'll see my site again, and be all
    like, "oh yeah! i
    > was looking at this site before. guess i'll look at it
    some more."
    >
    > i guess i'm not so worried about people who don't notice
    when a new
    > window or tab is opening. it's fairly obvious when that
    happens. and
    > if it's that much of a concern, you can add an alert
    pop-up that lets
    > them know the link is opening a new window. i have a
    link on one of
    > the websites i work on that has an alert that says
    something like
    > "this link is opening a different website in a new
    window. close that
    > window to return to this site." i did this because
    having it open in
    > the same window was confusing people. they thought the
    new site was
    > part of ours.
    >
    > i'd be interested in other people's thoughts on this.
    >
    > Michael Fesser wrote:
    >> .oO(courtney (n h c))
    >>
    >>
    >>> yeah, that would probably be the only way to do
    it. but i'd recommend
    >>> just opening them in a new window. i've done it
    with frames before, and
    >>> it just doesn't work well. you're basically
    trying to fit one website
    >>> into another, and it generally looks horrible
    (not to mention the
    >>> various drawbacks involved in using frames in
    general). i understand the
    >>> desire to keep people on your site, but you can
    achieve that by having
    >>> the links open in a new window/tab, because your
    site will still be
    >>> there when the visitor closes the new
    window/tab.
    >>>
    >>
    >> It's an illusion that you can keep visitors on your
    own site if you open
    >> external links in a new window. People know how to
    use a "back" button -
    >> it's the second-most used function in a browser. New
    windows/tabs might
    >> even be confusing, because they break(!) this
    important function.
    >>
    >> Frames and the 'target' attribute are not allowed in
    all strict (X)HTML
    >> standards for good reasons. It's best to simply link
    to the other site,
    >> without trying to mess with how or where the browser
    will display it.
    >> Let the browser and the user decide such things.
    >>
    >> <a href="
    http://example.com">another
    site</a>
    >>
    >> That's it. Can't get easier.
    >>
    >> Micha
    >>
    --------------050207030400080007010702
    Content-Type: text/html; charset=ISO-8859-1
    Content-Transfer-Encoding: 7bit
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <meta content="text/html;charset=ISO-8859-1"
    http-equiv="Content-Type">
    </head>
    <body bgcolor="#ffffff" text="#000000">
    sorry, i left this part out of my last message, and just
    wanted to
    mention that i'm aware of the page history button next to the
    back
    button that allows you to choose which page to go back to,
    and use it
    often. but many people do not know about that handy option,
    and would
    instead just keep clicking the button until they get back to
    where they
    want to be.<br>
    <br>
    that's all!<br>
    <br>
    courtney (n h c) wrote:
    <blockquote cite="mid:[email protected]"
    type="cite">
    <meta content="text/html;charset=ISO-8859-1"
    http-equiv="Content-Type">
    <title></title>
    sorry, but i disagree. what if the visitor is taken to the
    other site
    and starts clicking around in that site? then they have to
    click the
    back button who knows how many times to get back to the page
    they were
    on to begin with. i, personally, would much rather just have
    to click
    the close button once on the new tab or window, than click
    "back"
    however many times it takes me to back to the original page.
    obviously,
    everyone has their own preferences, but i'm gonna have to go
    with one
    click over several on this one. not to mention, what if the
    new site
    has some kind of form on it that they fill out? i doubt i
    have to tell
    you what happens with a lot of forms when you try to click
    back to
    where you were before the form.<br>
    <br>
    also, what if the visitor gets caught up in the new website
    and forgets
    where they started in the first place? the back button won't
    help then.
    they're just gone. and my company has lost a potential
    customer. but if
    the new site is in a different tab or window, when they close
    it
    they'll see my site again, and be all like, "oh yeah! i was
    looking at
    this site before. guess i'll look at it some more."<br>
    <br>
    i guess i'm not so worried about people who don't notice when
    a new
    window or tab is opening. it's fairly obvious when that
    happens. and if
    it's that much of a concern, you can add an alert pop-up that
    lets them
    know the link is opening a new window. i have a link on one
    of the
    websites i work on that has an alert that says something like
    "this
    link is opening a different website in a new window. close
    that window
    to return to this site." i did this because having it open in
    the same
    window was confusing people. they thought the new site was
    part of
    ours. <br>
    <br>
    i'd be interested in other people's thoughts on
    this.<br>
    <br>
    Michael Fesser wrote:
    <blockquote
    cite="mid:[email protected]"
    type="cite">
    <pre wrap="">.oO(courtney (n h c))
    </pre>
    <blockquote type="cite">
    <pre wrap="">yeah, that would probably be the only way
    to do it. but i'd recommend
    just opening them in a new window. i've done it with frames
    before, and
    it just doesn't work well. you're basically trying to fit one
    website
    into another, and it generally looks horrible (not to mention
    the
    various drawbacks involved in using frames in general). i
    understand the
    desire to keep people on your site, but you can achieve that
    by having
    the links open in a new window/tab, because your site will
    still be
    there when the visitor closes the new window/tab.
    </pre>
    </blockquote>
    <pre wrap=""><!---->
    It's an illusion that you can keep visitors on your own site
    if you open
    external links in a new window. People know how to use a
    "back" button -
    it's the second-most used function in a browser. New
    windows/tabs might
    even be confusing, because they break(!) this important
    function.
    Frames and the 'target' attribute are not allowed in all
    strict (X)HTML
    standards for good reasons. It's best to simply link to the
    other site,
    without trying to mess with how or where the browser will
    display it.
    Let the browser and the user decide such things.
    &lt;a href=<a moz-do-not-send="true"
    class="moz-txt-link-rfc2396E"
    href="
    http://example.com">"http://example.com"</a>&gt;another
    site&lt;/a&gt;
    That's it. Can't get easier.
    Micha
    </pre>
    </blockquote>
    </blockquote>
    </body>
    </html>
    --------------050207030400080007010702--

  • Lion Server odbc mysql install training/help

    Is there any video training available from apple. They don't to document anymore. I am looking to install mysql and odbc on my Lion Server, but would like to see what Apple supports versus all of the incomplete product websites trying to sell me something without documentation.
    I have look at Lynda.com and it's ok. But know seems to approach training from what you might really use a server for. I need my Lion Server for my Web server development, not a Work Group Server. I am developing with PHP, HTML5, MySQL, and Flex ? maybe. Not sure of the future but moving away from Java because of to many frameworks and it has become to fragment as a development environment.

    Same issue here. re-patitioned HD, install Lion 10.7, downloaded server app, progress bar sticks, get "network error" message. Create new network location, delete previous lovations, same result. Refresh DCHP lease, same result. Set static IP, same result. Use wireless, same result.
    Where to next??

  • Need help matching sky tones between pictures

    I have three pictures that I am printing for our new house, but they were each taken in different light and have slightly different sky tones, like one is more light teal versus another is a deep blue.  Because I am going to hang the three pics together, I feel like the sky should look the same in each. How can I use some color correction feature to get them all to match?  A quick response is greatly appreciated, I have to send these to Ritz tonight so we can pick them up tomorrow and pack them in the moving van!!! THANKS!

    Selective Color- or Hue/Saturation-Adjustment Layers would be good starting points.
    In either You can select Blue or Cyan and add/subtract colors or change Hue/Saturation/Luminance for the color region.
    Additionally it might be advisable to add a Layer Mask to the Adjustment Layers that roughly covers the sky-part of the image.
    Edit: Under Selective Colors and in case of a drab sky Gray may also be a useful color region.

  • JDOM or DOM?

    Well i have studied all day and it looks like I should be using DOM over SAX since I am just storing my objects to a file and reading them back. Further, it looks like JDOM is even more object related than DOM?
    i'm getting stuck on the jump from DOM to JDOM. It was suggested to use DOM if I was storing objects and not 'documents.' But then I go and read DOM and they say the same thing, to use JDOM if I am storing objects and not 'documents.'
    I need a recommendation. Should I use JDOM or DOM for storing my objects into files. My objects are simple and include mostly primitives and other objects and very little text data.
    Also, is JDOM found within the Sun JRE, or is this something I must install seperately?
    Thanks!

    When choosing a parser, DOM and JDOM are equivalent. They solve the same problem, namely converting an XML document into a tree structure. I believe that the original reason for JDOM was that it was supposed to be simpler to program with than DOM. If you want JDOM you'll have to download it. Don't know where from but I'm sure Google does. So the main reason to choose JDOM over DOM is that you like programming with JDOM better, and the main reason to choose DOM over JDOM is that you don't like having open-source code in your system. Or some reasons like those.
    As for DOM versus SAX: if you want to read through an XML document and output data to files as you go along, then SAX is the natural choice. (Stands for Sequential Access to XML or something like that.) But if you need to put pieces together that are in separate parts of the source document before you can output the result to a file, then SAX becomes clumsy because sequential access doesn't work any more. In such a case it may be easier to allow DOM/JDOM to build a tree in memory, then let your program wander around the tree picking out the pieces it needs.

  • ITunes U - Support for Subscribing to All Podcast Tabs?

    Here is a enhancement I filled with bug reporter about supporting the ability to subscribe to all tabs in a podcast like with a "subscribe all". Versus only subscribing based on the selected tab.
    Bug ID# 5714471
    Is it possible to subscribe to an entire podcast with multiple tabs?
    For example, the button "Subscribe" appears to correspond to the select tab in a podast.
    Podcast - Tab 1
    http://deimos.apple.com/WebObjects/Core.woa/Feed/utah.edu.1413595482.01418814678
    Podcast - Tab 2
    http://deimos.apple.com/WebObjects/Core.woa/Feed/utah.edu.1413595482.01420757081
    Podcast - Tab 3
    http://deimos.apple.com/WebObjects/Core.woa/Feed/utah.edu.1413595482.01413595494
    But, is there any option to subscribe to an entire podcast, including all tabs?
    Maybe, have a "Subscribe All" button to subscribe to all tabs for a podcast?
    Is this supported and I am simply not seeing the option?

    I think this would be a great enhancement as well!
    Thanks,
    neil

  • Updating to ios 6 and now my phone isn't recoignized.

    i was getting the new software update (ios 6) for my iphone (4) when it suddenly said there was an error. now itunes says it sensed an iphone in recovery mode. it then told me i should restore it to factory settings which erase all my media and other data but that i can restore my contacts, calendars, text messages and other settings later. i'm really freaking out. it doesn't even recoignize my iphone like normal (it just says "iphone" versus "katie's iphone"). i also just read a thread that said people are losing their text messages when they restore from their back ups and i REALLY can't lose my text messages. i am totally not computer savvy so please dumb your answers down as much as possible.
    thank you.

    If your phone is in recovery mode, all data is lost.  You should have backed up your phone before any major change, including a software upgrade.  You've no choice but to restore your phone, which will wipe it completely (again, your data's already gone).  Then restore from your most recent backup.

Maybe you are looking for

  • Saving forms on database

    Hi all, i tried to save a form into the database insead of ile system, but it does not save. Is there any setting or somthing for doing that? Best Regards, hany

  • Java.io.NotSerializableException: java.awt.AWTEventMulticaster

    I have an Applet. When I try to use the "print" feature on IE to print out the applet. I'm getting this Exception. java.io.NotSerializableException: java.awt.AWTEventMulticaster What should I do? Andy

  • Not-so automatic login.

    1. I have set my machine to "connect automatically when needed" in the network prefs. So why does it always ask me for my connection password whenever I try to connect manually (for example, if authentication failed during login)? The password is sav

  • How to handle the duplication of objects in two folders?

    Hi, In my case, there are two folders and all the elemnts in both are same. As and when we try to change the property one template in first folder ,it gets changed in second folder too in same template. And if i try to create a new element it gets co

  • Apex 4.02 BUG: text field with autocomplete. wrong help text

    Following the wizard for a text field with autocomplete you reach a screen where you can enter a LOV query. The text area for the query has the following help text Enter the query that will return the list of values. The query must select two columns