Is oracle going to discontinue support to apex?

Hello to all
I heard that some time later oracle is not going to provide support to ApEx, Please let me know if it is true.
I am working in ApEx & currently don't have any other option except it, if it is really true please inform all.
And please don't take it otherwise, I heard this from a oracle guy only that's why wanted to confirm this.
Regards

Hi "Apexfan",
+>> I heard that some time later oracle is not going to provide support to ApEx, Please let me know if it is true.+
Utterly not true. Application Express continues to grow and evolve. The latest version of Application Express will be included in the next Oracle 12 database release. Oracle Application Express is the primary interface of the Oracle Database Cloud (and primary administration/signup interface of the Oracle Public Cloud http://cloud.oracle.com).
+>> I heard this from a oracle guy+
Can you please send to me the name of this "oracle guy"? My name is Joel Kallman. Since you most likely know the format of Oracle email addresses, hopefully you can reason what my email address is too (I don't want to post it on here).
+>> what he was telling like oracle is getting huge losses in ApEx and they are neglecting their existing ApEx customers+
I'm not sure what that means to be getting huge losses in APEX. That Oracle is losing money on APEX? And what did he mean by Oracle is neglecting their existing APEX customers - I think the APEX community and existing Oracle customers would tell you a different story.
Anyway - there may be some intentional or inadvertent misunderstanding here. I would be most appreciative if you can send to me the name of this "oracle guy".
Thanks.
Joel

Similar Messages

  • How can Firefox state that it is going to discontinue support for 3.6.17 when Mac OS 10.4.X cannot accept Firefox 4? This whole situation is crazy. Someone at Firefox please correct this insanity.

    WE cannot download Firefox 4 because it is not compatible with Mac OS 10.4.11.

    There is a third party version of Firefox 4 that runs on OS X 10.4/10.5 and PPC Macs, for details see http://www.floodgap.com/software/tenfourfox

  • How to add dbms_registry in Oracle 9.2.0.1 for APEX 3.0

    I tried installing APEX 3.0 everything went right but just at the end it has given me errors and I searched for those errors and found that dbms_registry package is not available in oracle 9.2.0.1 and I also found that APEX 3.0 is compatible with 9.2.0.3 or higher versions, but i have 9.2.0.1. and in documents oracle says that it supports oracle 9.2 at least so i thought i do have 9.2, and will be able to do the installation.
    **some last messages and errors are:**
    Thank you for installing Oracle Application Express.
    Oracle Application Express is installed in the FLOWS_030000 schema.
    The structure of the link to the Application Express administration services is as follows:
    http://host:port/pls/apex/apex_admin
    The structure of the link to the Application Express development interface is as follows:
    http://host:port/pls/apex
    Updating user account expiration.
    timing for: Upgrade
    Elapsed: 00:00:01.11
    JOB_QUEUE_PROCESSES: 10
    Performing Application Express component validation - please wait...
    dbms_registry.loaded('APEX','3.0.0.00.20');
    ERROR at line 4:
    ORA-06550: line 4, column 8:
    PLS-00306: wrong number or types of arguments in call to 'LOADED'
    ORA-06550: line 4, column 8:
    PL/SQL: Statement ignored
    ORA-06550: line 7, column 13:
    PLS-00306: wrong number or types of arguments in call to 'UPGRADED'
    ORA-06550: line 7, column 13:
    PL/SQL: Statement ignored
    ORA-06550: line 9, column 13:
    PLS-00306: wrong number or types of arguments in call to 'LOADED'
    ORA-06550: line 9, column 13:
    PL/SQL: Statement ignored
    I Tried 3 to 4 times but every time same thing is happening.
    But now i think if i can add dbms_registry then i might be able to user APEX 3.0 with oracle 9.2.0.1
    So if anybody can help me that is it possible to add dbms_registry in oracle 9.2.0.1, if yes how can i do that. or if any other method that i can use to install APEX 3.0 with Oracle 9.2.0.1.
    Regards
    Abbas
    Edited by: user10233011 on Feb 11, 2011 3:30 AM

    Thanks fro reply
    I have done as you say. I have created MYPROC_LOG_TABLE. Add insert statement in "update_attendance" to insert rows in MYPROC_LOG_TABLE.
    my procudure code is now like this
    CREATE OR REPLACE PROCEDURE update_attendance IS
    hr_date date := null;
    server_date date := null;
    BEGIN
    select max(time_in) into hr_date from attendance@hr;
    select max(time_in) into server_date from attendance;
    if hr_date > server_date then
    --select count(*) into tot from attendance@hr a where a.time_in > server_date;
    insert into attendance
    select * from attendance@hr a where a.time_in > server_date;
    end if;
    INSERT INTO MYPROC_LOG_TABLE VALUES ('PAYROLL',SYSDATE);
    commit;
    EXCEPTION
    WHEN OTHERS THEN null;
    END update_attendance;
    I have created a new job as like this
    declare
    v_job number:=33;
    begin
    dbms_job.SUBMIT(v_job,'update_attendance;',sysdate+10/86400,'sysdate+10/86400');
    commit;
    end;
    and i have run this job as under
    execute dbms_job.RUN(62);
    Again it run only once insert one row MYPROC_LOG_TABLE and insert rows from remote server database to the client database.
    But after it did not insert rows MYPROC_LOG_TABLE and also did not insert rows from server database to the client database.
    I have check the dba_jobs view as under.
    select * from dba_jobs;
    the "Next_sec" colums is seccessfully changed to the new time after every 10 seconds. But why the procedure did not call after every 10 seconds.
    Please tell me what is the problem.
    I will be very thankful to you.
    Thanks and regards.

  • COREid 7.0.4-  Is Apache HTTP Server 2.2 going to be supported?

    Is Apache HTTP Server 2.2 going to be supported? If so, when?
    Thanks!

    Such a question should of course be answered by product management. maybe you should log a TAR on metalink to get answers.
    What you could try is to configure the COREid into a Apache 2.2 and have this listening on some other ports (eg 90, 543 :-). I did the same in another env where I have the Oracle HTTP Server from the AS and a standard Apache (2.0.46) to use the COREid.
    cu
    Andreas

  • AnyChart 6 (HTML Support) and APEX?

    Hi,
    I would like to know if there are any pans on Orace side to support AnyChart 6 (HTML5 support) in future version of APEX? Flash graphs are very nice, but they are Flash based and show pretty bad performance, even if in APEX 4.0 they perform much better than in earier versions.
    Since Flash is on the way to dissapear, it woud be nice to know what is to be expected of the reporting support in APEX. TIA.
    Tamas

    Hi Patrick and Roel,
    Thank you for the SoD.
    I know that no dates are enclosed and it makes no sense to ask for one, but could you please tell, how will the release cycle of APEX is going to be? With APEX 3.x it was very infrequent, with APEX 4.x it seems to change but still very hard to calculate. On the other hand it would be good to know, wether we should start to use AnyChart 6 and later migrate to the new APEX version that is comming with HTML5 support or we should better wait, because it is comming soon (i.e. in 1-2 months)?
    Regards,
    Tamas

  • I recently upgraded to Yosemite 10.10.2 and Aperture 2.1.4 will no longer open.  I cannot access my photos and I don't want to pay for latest version of Aperture since this application is no longer going to be supported.  How can I get my pictures?

    I recently upgraded to Yosemite 10.10.2 and Aperture 2.1.4 will no longer open.  I cannot access my photos and I don't want to pay for latest version of Aperture since this application is no longer going to be supported.  How can I get my pictures?

    If you want just the originals, then you can go into the Aperture library (right click on it and do "show package contents"). Inside is a directory called "Masters" and you can find the original files in a bunch of subfolders.
    But... you'll lose all adjustments, keywords, and other information, and just have the files as they were imported originally from the cameras.
    Easiest is probably to buy Aperture and update everything, and then migrate to the Photos application down the road if that's what you want. Aperture 3.0 came out in 2010 (five years ago!) so it's not like you've upgraded in a while

  • Whether Oracle 8.1.6 Supports Windows 2003 Server/Windows 2000 Adv. Server

    Dear All,
    Whether Oracle 8.1.6 Supports Windows 2003 Server/Windows 2000 Adv. Server.
    I tried it in windows 2003 server but i couldn't. Atlease tell me wheather it support windows 2000 adv. server. This is my first dba job.
    Under Doc ID: 66397.1 saying Oracle 8.1.6 Not Support Windows NT Server 4.0 Terminal Server Edition.
    Under Doc ID: 77627.1 saying Oracle 8.1.6 Supports Windows 2000 Support.
    Please help me out urgently.

    Since you have access to Metalink, you could be looking at the Certify tab to find this information. But, the answer is that 8.1.6 is no longer supported by Oracle. However, you should be able to install it on Win 2000 advanced server. You just can't get any support for it.
    The earliest version of db supported on Win 2003 was either 9.0 or 9.2, but 9.0 is desupported now as well.

  • When are iOS 7 new icons going to be supported on flash cc?

    When are iOS 7 new icons going to be supported on flash cc?

    There isn’t anything in the UI to let you select all the sizes, that will come in the next update hopefully (which won’t be for a few months). But, you can edit the app descriptor XML to add the missing sizes, and Flash CC will not delete those new lines.
    For what it’s worth, when you switch between iOS and Android publishing of the same app, all the icons are deleted from the XML, so you need to find a solution to that problem. I keep a text file like this:
    http://xfiles.funnygarbage.com/~colinholgate/files/iconsets.txt
    and I just copy and paste the right block of icons into the XML. That way with a new app I don’t even have to select a single size in Flash, let alone 18 of them.
    If you’re seeing the new sizes be deleted from the XML, either you’re using something earlier than the release version of AIR 3.9, or you haven’t done the Flash CC update from last week.

  • How do I log onto iCloud w/o going thru Apple support?

    I'm a little late to the transition of switching to iCloud via MobileMe and very much spoiled from having an easy access bookmark.
    Aside from going through Apple Support how do I log on ? I'm using System OSX 10.7.4 on my MacBook Pro and OSX 10.4.11
    on my iMac. This is probably easier than I realise I know but would really appreciate an answer. Oh and yes, I have successfully
    "moved" over to iCloud via System Preferences to iCloud. I just want an easy access bookmark button.

    Thanks Kappy, this makes perfect sense. I actually was able to go through the support thread
    for access but never the " Log On Page " directly. That said how do I delete unwanted items
    from my Bookmarks Bar " in order to add iCloud ? the .mac button among others were added
    by me or my friend induplicating the lineup on my nw MacBook Pro. The icloud button would
    replace the .mac button on the bookmarks bar. Thanks for taking time to answer basic
    questions from a baby boomer 

  • Oracle RAC DIF/DIX support

    Does Oracle RAC database support DIF/DIX for data integrity? I am assuming this should be supported  with the use of UEK2/3 kernel. Thanks.

    Considering Oracle wrote DIF/DIX support for Linux, yes it does. It requires the use of ASMlib as well.
    See Preventing Silent Data Corruption in Oracle Linux for more information.

  • Oracle 9i Data Guard supported on Windows 2000 platform ?

    Is Oracle 9i Data Guard supported on Windows 2000 platform ?

    YES, we are currently using Data guard on 2000 Windows Server. Will need to have the Management server installed in order to get the Data guard function.

  • Can I use Oracle Report Server to print from APEX? How?

    Hello, we have Oracle Application server, Oracle Report server and now we just installed APEX and doing a pilot project. Since we don't have BI Publisher, how can we use our Oracle Report server to print from apex report? Can it be done and if yes where can I get some detail info that I can share with our DBA?
    I have in past asked questions about the printing issues but I have been refered to http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html#01 section 5 which talks about another installation.
    Thanks so very much for any info.
    -iahmadi

    You can use FOP, but the formatting of the xsl (Xml Style Sheets) takes a little work. If you have the Oracle Reports server up and access to the development product, why not go that route?
    You want the filtering and sorting and searching, yes, but then you also want to print them out.. Then you would probably be best looking at replacing the Oracle Reports setup with BI Publisher. You can convert Most your reports over to bi publisher layouts easily.. (I have heard of some reports that do require recreating in Bi Publisher from Oracle Reports..)
    Then you can have your Apex Reports and call Bi Publisher from APEX and everyone wins..
    Is your Oracle Reports stuff used by non-APEX applications, that could be modified to use Bi Publisher?
    Thank you,
    Tony Miller
    Webster, TX

  • Questions regardin "Oracle Database does not support Hyper-V and "

    Platform 287 Microsoft Windows Server 2008 (64-bit Itanium)
    1 - Can you give me some details about what is not supported of the Hyper-V environment?
    2 - There are know issue running Oracle in a Hyper-V child partition/virtualized partition ?
    2 - There are know issue about curruption of datafile using snapshoting,
    Thanks in advance.

    Hello.
    Can anybody explain, how should I understand this "Certification Information" from Oracle metalink?
    ==Quote ==
    "Oracle Database is certified with the following Windows Server 2008 editions:
    * Windows Server 2008 Standard (x86 and x64)
    Oracle Database does not support Hyper-V and Server Core in Windows Server 2008.
    ==/Quote==
    Does it mean that this OS is supported, but only if it does not run in Hyper-v configuration?
    Thanks for your advice.
    Jakub

  • Oracle is stopping 9i support from July-2008

    Hi All,
    I found somewhere that Oracle is stopping 9i support from July-2008. Currently we are running our production database with Oracle 9iR2, I am wondering that after July-2008, will Oracle metalink will help in Oracle 9i related issues if I will raise a SR , any Idea ?
    Thanks,
    Deep

    Hi All,
    I found somewhere that Oracle is stopping 9i support
    from July-2008. Currently we are running our
    production database with Oracle 9iR2, I am wondering
    that after July-2008, will Oracle metalink will help
    in Oracle 9i related issues if I will raise a SR ,
    any Idea ?You'll probably get help if the issue is known, you won't get fixes and backports, you probably won't get help on unknown issues and you won't get any more CPU updates for your production system.
    Niall Litchfield
    http://www.orawin.info/

  • Oracle RAC Failover (CTF) support

    hi! every developers.
    I am running Portal 6.0
    In the WAS6.40 JDBC configuration,
    Is this JDBC driver THIN?
    and Is this connection String effective on failover (CTF) with Oracle RAC?
    below is our current configration for reference.
    Connection conn =
    DriverManager.getConnection("jdbc:oracle:thin:@(DESCRIPTION =
    (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = *.*.*.11) (PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP) (HOST = *.*.*.12) (PORT = 1521))) (CONNECT_DATA =
    (SERVICE_NAME = HIDB))) ", "scott", "tiger");
    Does anything to need in my configuration WAS6.40?
    thanks in advance.

    Considering Oracle wrote DIF/DIX support for Linux, yes it does. It requires the use of ASMlib as well.
    See Preventing Silent Data Corruption in Oracle Linux for more information.

Maybe you are looking for

  • Windows socket funnies

    Hi Using Javaws to run an application under Windows does something funny with the socket I create to my server. I establish a connection, and can see it on both client & server side with netstat, but it doesn't seem to be able to read server response

  • Runtime error using jdk 1.4.1 in jdev

    Hi, I am using jdev 9032. My project uses jdk 1.3.1 the default that comes with jdeveloper. Now i have to make this application work on 1.4.1_05. But when I run the app in jdev by changing the jdk to 1.4.1 or when I deploy in OC4J (standalone) 903 wi

  • BAPI_TRANSACTION_COMMIT with WAIT = 'X' does not work.  Any suggestions?

    1) 'BAPI_PRODORD_CREATE' 2) CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'         EXPORTING           wait = 'X'. 3) BAPI_PRODORD_CHECK_MAT_AVAIL Sometimes it works fine, other times the BAPI_PRODORD_CHECK_MAT_AVAIL passes an error that says the "Order doe

  • Default expanded hierarchy in OBIEE

    Hi, I have designed product hierarchy. It's working as desired. Product Category is at first level with a drill down symbol (+). When I click on that '+', it drills down to Product Subcategory. Similarly I can navigate to products by clicking '+' sym

  • Problem in fetching 7 million record

    Hello all, I need to fetch data from a external database (Oracle 11g) and insert into local database (Oracle 11g) using db link. The query is simple.. >> Select * from table_name where column_name = date. Can i use cursor with bulk collect and bulk i