When did CAST first appear in the Oracle DB

I am trying to find out the earliest version of the Oracle database where the CAST() function was first supported. I have only been around Oracle since the 8i DB, and I know it is there.
Thanks.

I am talking about:
SELECT CAST(some_column AS some_other_data_type) AS column_alias

Similar Messages

  • Save As ... When did it first appear?

    Obviously, Apple has choosen to drop the Save As ... feature.
    I was wondering, when did this feature first show up?
    As I recall, Cut, Copy, Paste and Undo first appeared with the original Mac (the 128K version). Although, I could be wrong. It might have been on the Lisa.
    Was Save As ... a feature back then? I know I have a 512K Mac tucked away in it's Apple carry case, so I suppose I could see if it still boots up.

    It's been around as long as I can recall which goes back to System 6.

  • My Iphone 5s doesn't work. When i power on appear searching the sim card, but doesn't connect to the operator. Who can help me?

    Hy dear!
    My Iphone 5s doesn't work. When i power on appear searching the sim card, but doesn't connect to the operator. Who can help me? I reset the Iphone, but doesn't fix the probem.
    Thanks

    Hi dear!
    I'm very disappointed with Apple products! I was 15 days without my Iphone 5, because it stopped working and the had to be replaced by authorized apple. Then i bought an iphone 5s in two days it stopped working. Doesn't read the sim card. I call to Apple suport and discovery that the model A1533 is not warranted in Brazil and need to be replaced, because there is a hardware problem. In a moment i don't have anyone Phone. Why Apple does not send other equipment equal to authorized to exchange my Iphone, because in Brasil doesn't have the same model? I liked a lot this Apple phone, but i can't use, i have one brand new, but doen'st work. I don't have anybody in USA to exchange in one Apple store. Please help me!
    Thanks.

  • My ipod makes a strange sound when on ans nothing appears in the screen, is it a hard drive problem?

    my ipod makes a strange sound when on ans nothing appears in the screen, is it a hard drive problem?

    it is disrespectul not responding not responding to my request. anyone i can report that to?

  • When sending email message appears "sending the message failed because you exceeded your sending limit. A copy has been placed in you outbox"

    When sending email message appears "sending the message failed because you exceeded your sending limit.  A copy has been placed in your outbox"

    Who's the provider? Do they have a limit?
    https://discussions.apple.com/message/22929931#22929931

  • How to restore iPod when it doesn't appear in the Source List?

    About 6 months ago I stupidly wiped my iPod Nano (5th Gen) and reformatted it as fat32. I assumed that when I formatted it back to Mac OS Journaled it would work normally as an iPod again but it doesn't. When it is plugged into my Mac running 10.5.8, it appears on the desktop/mac harddrive (without its individualised nano icon) and it fails to appear in the source list in iTunes (10.2.2).
    I have tried everything I know how to do, including the steps outlined in this support document:
    http://support.apple.com/kb/TS1410
    I need to restore the iPod to factory settings, but need a way to do this not through iTunes seeing as the iPod is not recognised. Specifically, in the following support document I cannot complete step 4:
    http://support.apple.com/kb/HT1339
    One last thing I have tried is duplicating the files (including hidden ones) from a 5th gen nano that does appear in my source list, and placing those files into my apparently invisible nano but this has not made any difference.
    Does anyone have any suggestions? I have basically been left with a bricked paperweight (due mostly to my own stupidity!) but would love to be able to use it again.
    Thanks for any help offered

    Hello kismet_kracker,
    What happens if you place the iPod into Disk Mode with it still connected to your Mac?  Does it then show up in Finder as a mounted drive?  Here are instructions for putting your iPod into Disk Mode.
    http://support.apple.com/kb/ht1363
    B-rock

  • ORA-25228 error occurs when Foreign JMS Server connecting to the Oracle AQ

    Hi,
    I configure of a Foreign JMS Server that uses the Oracle JDBC Driver to connect to the AQ Topic. I use OSB messaging proxy service as a JMS client to connect the Foreign JMS Server. After the launch, I get the following error:
    ####<Jan 30, 2013 4:51:49 AM MSK> <Error> <EJB> <EPRUSARW0520> <osb_server1> <RequestEJB7826682746890400115XX35047bed.13c85602eea.X7f53> <<anonymous>> <> <0000Jm8w2Es6qI_5xRh8iW1H1sMk0001sD> <1359507109078> <BEA-010079> <An error occurred while attempting to receive a message from JMS for processing by a message-driven bean: oracle.jms.AQjmsException: JMS-120: Dequeue failed
    Nested exception: java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at line 11
    ORA-25228: timeout or end-of-fetch during message dequeue from MDM.ALL_NSI
    The exception is : oracle.jms.AQjmsException: JMS-120: Dequeue failed
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:315)
         at oracle.jms.AQjmsConsumer.jdbcDequeue(AQjmsConsumer.java:1620)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:1035)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:960)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:938)
         at oracle.jms.AQjmsConsumer.receive(AQjmsConsumer.java:790)
         at weblogic.deployment.jms.WrappedMessageConsumer.receive(WrappedMessageConsumer.java:201)
         at weblogic.ejb.container.internal.JMSMessagePoller$1.run(JMSMessagePoller.java:262)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.ejb.container.internal.JMSConnectionPoller.doPrivilegedJMSAction(JMSConnectionPoller.java:2752)
         at weblogic.ejb.container.internal.JMSMessagePoller.processOneMessage(JMSMessagePoller.java:257)
         at weblogic.ejb.container.internal.JMSMessagePoller.pollContinuously(JMSMessagePoller.java:351)
         at weblogic.ejb.container.internal.JMSMessagePoller.pollForParent(JMSMessagePoller.java:483)
         at weblogic.ejb.container.internal.JMSMessagePoller.run(JMSMessagePoller.java:499)
         at java.lang.Thread.run(Thread.java:722)
    Caused by: java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at line 11
    ORA-25228: timeout or end-of-fetch during message dequeue from MDM.ALL_NSI
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:397)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)
         at oracle.jdbc.driver.T4Caqdq.processError(T4Caqdq.java:497)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
         at oracle.jdbc.driver.T4Caqdq.doOAQDQ(T4Caqdq.java:183)
         at oracle.jdbc.driver.T4CConnection.doDequeue(T4CConnection.java:4704)
         at oracle.jdbc.driver.PhysicalConnection.dequeue(PhysicalConnection.java:17863)
         at oracle.jdbc.driver.PhysicalConnection.dequeue(PhysicalConnection.java:17949)
         at oracle.jdbc.OracleConnectionWrapper.dequeue(OracleConnectionWrapper.java:1624)
         at weblogic.jdbc.wrapper.XAConnection_oracle_jdbc_driver_LogicalConnection.dequeue(Unknown Source)
         at weblogic.jdbc.wrapper.JTAConnection_weblogic_jdbc_wrapper_XAConnection_oracle_jdbc_driver_LogicalConnection.dequeue(Unknown Source)
         at oracle.jms.AQjmsConsumer.jdbcConnectionDequeueCheck25242(AQjmsConsumer.java:1713)
         at oracle.jms.AQjmsConsumer.jdbcDequeue(AQjmsConsumer.java:1295)
         ... 13 moreHowever, when I put message to AQ topic, the OSB proxy receives and processes it. But SQLException occurs every five seconds and pollute logs.
    Request help to resolve this.
    Thanks in advance.
    Regards
    Alexander.

    Maybe this can help: http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::p11_question_id:4018285967344

  • Help: when did my account last access the internet...

    How I can to know, when my account were connected with the internet last time ?
    Subject/title edited for clarity.

    The problem appears to be caused by having the Cool Iris add-on attached to Firefox. I have removed Cool Iris and the problem has gone! I also note that there is now a 'fix' to the Cool iris add-on available for this specific problem
    Paul

  • Every time i click anywhere, on any page, the blinking line that shows up when you're typing appears on the page.

    for instance, when i was typing this question, the blinking line appeared in the box. when i clicked outside the box, it appeared next to the header above this form, as if i could type there.
    a lot of the time, if i try to click away, the blinking line applies itself to the entire page. if i do manage to get it to vanish, i can't scroll with my arrow keys; if i don't, hitting the down arrow takes me to the bottom of the page, and hitting the up arrow does nothing.
    i can still follow links and such.

    You may have switched on [http://kb.mozillazine.org/accessibility.browsewithcaret caret browsing]: press F7 to toggle
    See http://kb.mozillazine.org/Scrolling_with_arrow_keys_no_longer_works
    Tools > Options > Advanced : General: Accessibility: [ ] "Always use the cursor keys to navigate within pages"
    See http://kb.mozillazine.org/Accessibility_features_of_Firefox

  • When Did Automator Stop Appearing When Folder Was Ctrl-Clicked?

    Having upgraded/updated over the past year and not used Automator much, I have suddenly realised I can't summon it by ctrl-clicking a folder as I used to.
    When did it disappear, why and is there an alternative method of launching it other than by placing an alias in the dock?

    http://portableapps.com/forums/support/firefox_portable

  • When I redact, lines appear in the document

    Running OS 10.8, Acrobat Pro XI, 11.0.02.  I mark my redactions and when I click apply, I get the black boxes, but I also have lines that start from the top each cell that contains the redaction to the bottom left corner of the page.  The redactions are needed to redact sensitive material in a form that I believe is setup with tables.  I've tried turning off/on different comments/annotations, but still.  Only work around is highlight what I need redaction and choose the color to be black.  Clicking on the lines do nothing.  Not sure if I need to turn something on/off or if it's the form itself. 
    Any suggestions?
    Thanks,
    Cheryl

    This is the screenshot of lines.  In testing other PDFs, both created and scanned, it seems to be on these reports I receive.  Maybe a protection they use?  To get around this I used the highlight function and select black as the highlighted.

  • WHEN I SYNC MY IPHONE MY SONGS DO NOT SORT IN ORDER. MY MOST LISTENED TO SONGS ON ITUNES APPEAR AT THE BOTTOM OF MY PLAYISTS WHEN THEY SHOULD BE APPEARING AT THE TOP. THIS ISSUE ONLY STARTED HAPPENING SINCE UPGRADING TO THE NEW iOS PLATFORM. please help!!

    when i sync my iphone to my computer to update my music, it syncs as normal to my phone but it re-arranges the most played songs and puts them at the bottom of the app rather in the exact order its appearing as in itunes. this only started happening when i updated to the new iOS platform. can somebody else? i need them to sync so that my most played songs remain at the top and not the opposite!!
    PLEASE HELP!

    You may have to try deleting all the music from your phone (by going to Settings>General>Usage>Music, swipping All Music and tapping Delete), then sync it all back on with iTunes in order to fix this.

  • How do I reconfigure a Time Capsule when it doesn't appear in the list?

    Mac book pro connected to internet wirelessly with Time Capsule, Airport Utility will not recognize or find this Time Capsule..Was getting message "can't find Time Capsule"  ..Mine is not listed in Time Machine Preferences for "select back-up disc"  How do I reconfigure Time Ca[sule to acccess my backup files to to back up in the future?

    If your internet is working this is the standard problem of TC disappearing yet network is really connected.
    You list mountain lion.. it this still correct??
    Test with the newest version of Mavericks if you have updated.. the new version is 10.9.3 and may help.
    Otherwise the process is described in this thread.
    https://discussions.apple.com/message/25859781#25859781

  • How can Bookmarks menu 'Seperators' be removed when they don't appear in the Library dialog window?

    Bookmarks menubar drop down list has extra seperators. After importing HTML favorites from other computers and consolidating the imports, there are several seperators that can not be removed. The Library dialog does not show these top-level seperators.

    If you click the bookmarks menu item in the window, on the left, you should be able to select and delete the separators, on the right.

  • When I bootup first thing in the morning it won't have sound and boots in safe mode then if you reboot it works ok can anyone help

    The system has been restored and still does it

    Hmmm, bit of a hail Mary here, but...
    Open Audio Midi Setup in Applications>Utilities, see the input & output options & KHz setting there, some things will change it for their own use, then not set it back. Or if toggling things brings it back.
    To find out if it's system wide or user specific, try this...
    Open System Preferences>Accounts, unlock the lock, click on the little plus icon, make a new admin account, log out & into the new account.
    Does Sound work in the new account?

Maybe you are looking for

  • Creating a Survey - Novice Question

    Hello, I am extrememely new to Javascript.  I have been doing some research online and copy/pasting code to create the results I need.  I am trying to create an online survey in which users select buttons to answer questions and then the total result

  • General Error while exporting QT

    The last couple of projects I've done have been online conforms to HD 10bit uncompressed. After finishing all of my tweeks, I wish to output a master Quicktime. As usual I place my in and out markers at the beginning and end of my timeline, and selec

  • Maps of Russia

    For some reason Nokia removed whole regions from newer maps of Russia. For example, in maps that was available when N95 just came out, there was even Chechen Republic covered, now it's completely missing. They did make maps of larger cities like Mosc

  • CS5 is shutting down when I attempt to open a file

    I'm having issues with CS5 shutting down when I attempt to open a file.  I have reinstalled it to no avail.

  • Meine seriennummer wird nicht akzeptiert

    nach einem crash musste ich photoshop cs6 neu installieren. beim setup wird die seriennummer gefragt, aber die meldung kommt, dass die seriennummer nicht anerkannt ist. die eingegeben nummer ist aber richtig und steht auf der rechnung