Search This Blog

Thursday, July 22, 2010

Online Tutorial of Oracle APEX.



Here is the brief description description that i found at the oracle’s website.
“Oracle Application Express (Oracle APEX) is a rapid web application development tool for the Oracle database. Using only a web browser and limited programming experience, you can develop and deploy professional applications that are both fast and secure. Oracle APEX is a fully supported, no cost option of the Oracle database.”
…….and this is the link where you can learn how to use this tool.
http://www.mandsconsulting.com/oracle-apex-video-training-tutorials-complete-list

2 comments:

  1. sir, why and what is the main purpose of this apex.. is it use for report generation stuffs???

    or having some other work.. reply back

    ReplyDelete
  2. Well its an alternative to developer 2000 which oracle has developed.

    With oracle developer you can create front end applications for the database using oracle forms and reports, but you need to know PL/SQL in order to work with that. Also it requires a lot of time and effort to create applications through developer 2000.

    Apex or also called oracle application express is a very simple solution, you can create full fledged enterprise level front-end applications for your database within days instead of months.
    Plus you don't have to know any PL/SQL, basic sql is more than sufficient.

    Apex has a wizard based interface with which you can develop application at a faster rate which will be less prone to human coding errors and code generated will be highly optimised with respect to the application load on the database server.

    ReplyDelete