Is Oracle Apex a freeware tool for development?

Dear All,
Is Oracle ApEx a freeware tool for development purpose?
As per my knowledge as All Oracle products are free for Development purposes. Licenses are required only for professional usage.
i.e for Customers who use Applications developed in Oracle Products.
So I think Oracle ApEx is also a freeware Development tool.
Is that right?
regards,

Abhijit,
Is Oracle ApEx a freeware tool for development purpose?
Oracle Application Express can be used in conjunction with a compatible Oracle Database Server product for which you hold a license.
As per my knowledge as All Oracle products are free for Development purposes. Licenses are required only for professional usage. i.e for Customers who use Applications developed in Oracle Products.
I don't believe that any aspect of what you stated is correct.
Oracle product downloads from OTN are free, i.e., there is no charge for downloading, and the use of the downloaded products are restricted by the license agreement that can be found here: http://www.oracle.com/technology/software/htdocs/devlic.html
So I think Oracle ApEx is also a freeware Development tool. Is that right?
Doesn't sound right to me, no, but "freeware Development tool" is your own terminology. Please refer to the actual license agreement for any Oracle product that you have questions about or contact your Oracle sales representative for further clarification.
Scott

Similar Messages

  • A year or so ago I had turned on a toolbar that sat at the top with the other toolbar, and had many tools for development and checking of websites. You could tu

    A year or so ago I had turned on a toolbar that sat at the top with the other toolbar, and had many tools for development and checking of websites. You could turn Java on/off, javascript on/off, turn on source view, and many other things. Now I cant find that toolbar. All that I can find now turns on a panel in the lower half of the window that probably does all the same stuff, but it takes up much more room. Where did that toolbar go? or was it an add-on or plug-in?

    It sounds like you may be referring to the Web Developer add-on.
    * https://addons.mozilla.org/firefox/addon/web-developer/

  • Is there any tool for developing Postscript code ?

    Hi Friends,
    Is there any tool for developing Postscript code ? (or)
    Is there any IDE for Postscript ? (or)
    Thanks & Regards,
    Navaneeth Sivappan

    Hi Navaneeth,
    > is there any tool for developing Postscript code ?
    An interpreter (GS or Dist), an ascii text editor and your PS skills ;-)
    > is there any IDE for Postscript ?
    Take a look in this Sourceforge project...
    http://sourceforge.net/projects/wxghostscript/
    ...is a Ghostscript debugger.
    MaRC anToni Malagarriga i Picas
    T·(34)938721642 | (34)667517069
    (][ www.femfum.com
    PostScript&PDF Tool Developers
    Desenvolupadors d'Eines PostScript i PDF

  • Please give me your opinion... about tools for develop web service

    If you would like to choose the tool for develop web service.
    what is the most important feature that you will consider,
    Please help me to order these topic from the most to the least
    a. creating web service
    b. creating web service client
    c. searching web service to UDDI registry
    d. publish web service to UDDI registry
    e. connecting to database management systems.
    f. license fee
    g.system requirements
    h. Installation procedures
    thank you very much for your opinion. I will keep your information for my research....
    :)

    Hi Fangnaka,
    You can use JWDSP2.0 + Tomcat 5.X +Jdk1.5 to develop and deploy webservice.
    Better IDEA are Intellij or Eclipse for webservice code development.
    Cheers
    Rajesh R

  • CM Tools for Developer

    We're looking for a good Source Control/Configuration Management
    tool for Developer 2000 applications. My search has yielded
    limited results.
    Does anyone have any recommendations?
    null

    George Robertson (guest) wrote:
    : We're looking for a good Source Control/Configuration
    Management
    : tool for Developer 2000 applications. My search has yielded
    : limited results.
    : Does anyone have any recommendations?
    Recomend StarTeam 4.0, visit www.starbase.com or e-mail
    [email protected]
    null

  • Why should I adopt LABVIEW FPGA as a tool for developing my FPGA projects?

    Dear Friends, 
    Since I have started using LABVIEW FPGA, I got too many questions in my mind looking for answers! 
    1-      Does anybody can tell me “why should I adopt LABVIEW FPGA as a tool for developing my FPGA projects?”
    I mean there are many great tools in this field (e.g. Xilinx ISE, ….); what makes LABVIEW FPGA the perfect tools that can save my time and my money? 
    I’m looking for a comparison can show the following points:
    ·         The Code size and speed optimization.
    ·         Developing time.
    ·         Compiling time.
    ·         Verifying time.
    ·         Ability to developing in future.
    ·         …etc.. 2-     
    I’ve Spartan-3E kit, I’m so glad that LABVIEW support this kit; I do enjoyed programming the kit using LABVIEW FPGA, but there are too many obstacles!
    The examples come with Spartan-3E driver don't cover all peripherals on board (e.g. LAN port is not covered)! There is a declaration at NI website which is "LabVIEW FPGA drivers and examples for all on-board resources" Located at: http://digital.ni.com/express.nsf/bycode/spartan3eI don’t think that is true!
    Anyway, I will try to develop examples for the unsupported peripherals, but if the Pins of these peripherals are not defined in the UCF file, the effort is worthless! The only solution in this case is to develop VHDL code in ISE and use it in Labview FPGA using HDL node!?
    3-      I wonder if NI has any plan to add support for Processor setup in Labview FPGA (Like we do in EDK)?
    4-      I wonder if NI has any plan to develop a driver for Virtex-5 OpenSPARC Evaluation Platform ?http://www.digilentinc.com/Products/Detail.cfm?Nav​Path=2,400,599&Prod=XUPV5 
    Thnaks & regards,Walid
    Solved!
    Go to Solution.

    Thanks for your questions and I hope I can answer them appropriately
    1. LabVIEW FPGA utilizes the intuitive graphical dataflow language of LabVIEW to target FPGA technology. LabVIEW is particularly nice for FPGA programming because of its ability to represent parallelism inherent to FPGAs. It also serves as a software-like programming experience with loops and structures which has become a focus of industry lately with C-to-gates and other abstraction efforts. Here are some general comparison along the vectors you mentioned
    Code Size and speed optimization - LabVIEW FPGA is a programming language. As such, one can program badly and create designs that are too big to fit on a chip and too slow to meet timing. However, there are two main programming paradigms which you can use. The normal LabVIEW dataflow programming (meaning outside a single-cycle loop) adds registers in order to enforce dataflow and synchronization in parity with the LabVIEW model of computation. As with any abstraction, this use of registers is logic necessary to enforce LabVIEW dataflow and might not be what an expert HDL programmer would create. You trade off the simplicity of LabVIEW dataflow in this case. On the other hand, when you program inside a Single-Cycle timed loop you can achieve size and speed efficiencies comparable to many VHDL implementations. We have had many users that understand that way LabVIEW is transformed to hardware and program in such a way to create very efficient and complex systems.
    Development Time - Compared to VHDL many of our users get near infinite improvements in development time due to the fact that they do not know (nor do they have to know) VHDL or Verilog. Someone who knows LabVIEW can now reach the speeds and parallelism afforded by FPGAs without learning a new language. For harware engineers (that might actually have an alternative to LabVIEW) there are still extreme time saving aspects of LabVIEW including ready-made I/O interfaces, Simple FIFO DMA transfers, stichable IP blocks, and visualizable parallism.  I talk to many hardware engineers that are able to drastically improve development time with LabVIEW, especially since they are more knowledgable about the target hardware.
    Compilation Time - Comparable to slightly longer to due to the extra step of generating intermediate files from the LabVIEW diagram, and the increased level of hierarchy in the design to handle abstraction.
    Verification Time - One of our key development initiatives moving forward is increased debugging capabilities. Today we have the abilities to functionally simulate anything included in LabVIEW FPGA, and we recently added simluation capabilities for Imported IP through the IP Integration node on NI Labs and the ability to excite your design with simulated I/O. This functional simualation is very fast and is great for verification and quick-turn design iteration. However, we still want to provide more debugging from the timing prespective with better cycle-accurate simulation. Although significantly slower than functional simulation. Cycle-accuracy give us the next level of verification before compilation. The single cycle loop running in emulation mode is cycle accurate simluation, but we want more system level simulation moving forwrad. Finally, we have worked to import things like Xilinx chipscope (soon to be on NI Labs) for on-chip debugging, which is the final step in the verification process. In terms of verification time there are aspects (like functional simulation) that are faster than traditional methods and others that are comparable, and still other that we are continuing to refine.
    Ability to develop in the future - I am not sure what you mean here but we are certainly continuing to activiely develop on the RIO platform which includes FPGA as the key diffentiating technolgoy.  If you take a look at the NI Week keynote videos (ni.com/niweek) there is no doubt from both Day 1 and Day 2 that FPGA will be an important well maintained platform for many years to come.
    2. Apologies for the statement in the document. The sentence should read that there are example for most board resources.
    3. We do have plans to support a processor on the FPGA through LabVIEW FPGA. In fact, you will see technology on NI Labs soon that addresses this with MicroBlaze.
    4. We do not currently have plans to support any other evaluation platforms. This support was created for our counterparts in the academic space to have a platform to learn the basics of digital design on a board that many schools already have in house. We are currently foccussing on rounding out more of our off-the-shelf platform with new PCI Express R Series boards, FlexRIO with new adapter modules, cRIO with new Virtex 5 backplanes, and more.
     I hope this has anwered some of the questions you have.
    Regards 
    Rick Kuhlman | LabVIEW FPGA Product Manager | National Instruments | ni.com/fpga
    Check out the FPGA IPNet for browsing, downloading, and learning about LabVIEW FPGA IP Cores

  • Tools for Developing/Customizing Forms for Oracle Apps R12.1

    Hi All,
    Could you please help me identify the tools and correct version for developing and customizing Forms for Oracle E-Business Suite R12.1?
    Regards,
    KK

    Also, could you please elaborate your 2nd point regarding template.fmb The Oracle EBS uses a framework. Starting any new (custom) form for the EBS should ALWAYS begin with the template.fmb to ensure your new form has all of the required objects to comply with EBS Forms development standards. You might want to take a look at the Oracle Applications Documentation library. Select your EBS version and then scroll to the Standards section and review the following documents:
    <ul>
    <li>Oracle Applications Developer's Guide
    <li>Oracle Applications User Interface Standards for Forms-Based Products
    <li>Oracle Application Framework Personalization Guide
    </ul>
    Craig...

  • IS designer a good tool for development applications

    Rightnow we are on oracle 7.2 so i wanted to know whether i can use this case tool for all my application development in the future.
    waiting for your valuable suggestions

    No. In my testing of it I found that it failed to do most of what it claimed it would do. I say avoid it.
    It is only good for paving the vendors pocket's with gold.
    Allan

  • Oracle Business Intelligence Administration Tool for Windows

    I am having issues installing Oracle Business Intelligence 11g Client on Windows 7 32 bit.
    This is how we set up our server:
    - OBIEE 11g Server is installed and configured in RHEL 5 64bit.
    (We have installed and configured Oracle Database, RCU and the OBIEE)
    - Our users are working on a Windows 7 32 bit and they are the one who will be accessing the BI Server.
    I have come across a bunch of information regarding our setup. I am sure that our BI Server is working properly as a matter of fact, we can now use Oracle Warehouse Builder of the BI Server.
    According to Metalink Doc Id: 417656.1, OBIEE Tools are only available in Windows platforms. I beleive this is the reason why we only configured OWB in our BI server (which is in RedHat) and we cannot find a way to configure OBIEE Admin Tools. But when I read the doc id, it applies to 10g versions of BI Server, what about 11g? Is there a way to configure and use OBIEE Admin tools from the BI Server in Linux?
    Also, according to the official docs:
    http://docs.oracle.com/cd/E14571_01/bi.1111/e10539/c4_installing.htm#CEGEHEJF
    4.6.1 Installing Oracle Business Intelligence Client Tools
    "..If you installed Oracle Business Intelligence on a computer running a Linux, UNIX, or 64-bit Windows operating system, and you want to use Oracle Business Intelligence client tools, you must perform the following additional steps..."
    So in my own understanding, this fits our current setup. Is this the correct solution so we can access OWB of the BI Server and use BI Admin tools from our 32 bit windows?
    Also, I have read many bloggers and users having issues in Windows 7? Following the official docs i pasted here which has steps 1-3, is Windows 7 supported by Oracle Business Intelligence 11g?
    Any help, confirmation (with credible basis) and further questions about this issue will be very much honored. Thanks a lot!

    Hi ,
    Oracle BI for CC&B has few Standard(Demo) reports packaged with this software for example CI_CSEOPN (Case by Type and Age), If we need to know the logic of this report where do we find the information as the code for this report is not user friendly which is mainly stored as functions and not understandable, Please let me know if you have any information to get the logic of this report.
    Thanks
    Vivek

  • Tools for Developing portal content

    Hi Experts,
    Do we have any other tools like  WEB PAGE COMPOSER for developing  the portal content ?
    Thanks
    Suresh

    Hi Suresh,
    There are options which you can avail for creating portal contents.
    1). SAP NetWeaver Developer Studio.
    Based on open source Eclipse IDE & looks very essential for extensive Java projects and supports standard technologies as well from the SAP technologies & the Infrastructure as well.
    Can work well in both Java & ABAP platforms as it supports different perspective for both of them.
    2). SAP Enterprise Portal Developer Kit (PDK).
    It is a collection of information, samples & tools for use by developers.
    Sample Applications include Portal Data Viewer, OBN, WebDynPro, HTMLB, EPCF & few more.
    3). SAP NetWeaver Visual Composer.
    It is a powerful tool for creating the Portal contents using a visual interface rather than stressing more on writing code.
    Hope this gives you a fair idea.
    Do reward points if found helpful.
    Thanks & Regards
    Gourav.

  • Stress test tool for Developer 6i

    Hi!
    I'm looking for a stress test tool for a client/server 6i Forms/Reports application.
    Any suggestions appreciated!
    Br Niklas Danielsson

    Mercury Loadrunner should do it.
    Check the Web.

  • Where can I have tools for developing web Services?

    I'd like to make Web Services in Java but without making the SOAP envelops by myself!!! I want to do it as esay as do it in Visual Studio.NET. Does someone know a tool for that in Java?

    hi,
    mine also something similar to ur problem.
    I have worked on web services that are supported by .NET
    they are pretty easy.
    nothing special to do it.
    Now what actually i need help for is,
    i want a web service written in Java and acess it from a .NET application. Sounds great right?
    I want to achieve this
    but donno how to proced
    though i know Java pretty well, i don't have any idea about Web Service in java.
    to achieve web service in Java, is it is as easy as it is in .NET?
    i am now trying for some samples..
    its just enough for me a simple example in Java.
    something like, a web service that is returning a string say "hello world".
    what and all i need to do to achieve this?
    do anybody know about this?
    i need some help on thins....
    plz.....
    -Soni

  • Tools for Developing Rich Web Applications

    What tools are others using to Develop Web applications
    against BW 3.5? I have a few years of experience developing web applications using Visual Studio .NET and C#, but the .net PDK is not an option in our current environment.
    I was thinking that writing jsp's would give me the flexibility I needed to develop Rich web applications, but being new to SAP BW I am not sure.
    I am looking for tools in which I can control result sets, write logical code based on users information to filter and return data.
    Please list technologies and Languages.

    Hi Jimmy.  As it relates to SAP,  you can use a couple different technologies.   JSP on the java side, or BSP on the ABAP side will allow you to do pretty much anything you want.  It allows you to use HTML and javascript and also HTMLB.   You could also use Web Dynpro.  Web Dynpro is SAP's new UI strategy.  It is designed to help you create business transactions, so the UI elements are stardard and cannot be modified.  But its cool, because you drag/drop your ui elements in the layout.  Web Dynpro allows you to create robust web applications without coding the UI and allows you to focus on the business logic.  Of course there is some coding to handle UI, and flow, but not as much as when you are developing JSP or BSP.
    Regards,
    Rich Heilman

  • Searching for a deployment tool for Developer Applications

    hey ladies & gentlemen.....I wish that I should've a single setup.exe file to install my appliation developed in Oracle Developer,in addition it should also install the Oracle Database after copying the runtime application files. In this way I wish to facilitate my clients so that they should not call me to re-install the client application if he needs to reinstall the application after a system or windows crash recovery,n he should perform it just like installing another appliation like MS-Office etc. although I know that installing the Oracle Database is a very technical matter,yet I'm looking to fulfill my wish:).thanx.

    You can't deploy a Forms application as an .exe. You need to install the runtime and then all the FMX/PLL/MMX files. There are tools that may help you package this up but not to a .exe file - this is why a web deployed application has advantages over client/server.
    Regards
    GRant Ronald
    FOrms Product Management
    http://www.groundside.com/blog/content/GrantRonald/

  • About Workspace in Oracle Apex 4.0 tool

    Hi,
    I have locked my workspace in Apex 4.0, due to that i cannot able to go inside the workspace. Can you please kindly tell me the steps to follow to release the lock, for accessing the workspace......
    Regards,
    Saravanakumar. C

    hi,
    check following
    URGENT unlock workspace
    Salman

Maybe you are looking for

  • Java 7 not working on OSX 10.8.3

    I need some help with Java 7. I am trying to open my photo lab software, however, it keeps giving me a message saying I need to download the Java Runtime Environment. I clicked on the link and it brought me to the Java site. I sucessfully download th

  • Cell phone to ipad mini

    I have a Blackberry Torch and would like to bridge to ipad mini given to me for Chriistmas. Not my choice. Can i bridge Torch to ipad mini and how. Thanks, ccbjbcab1

  • Inconsistent transparency according to object's position on page

    I have a corner object that uses a radial gradient, with 100% opacity at the center, and 0% opacity at the edge. When laid over a rounded rectangle object, the corner object has the appearance of 'fading out' at the edge, just as intended, no problem

  • XI Post installation steps

    Hi, I'm trying to get XI going at a project.  The basis guys have installed the server but I have an idea none of the 'post installation steps' have been completed. The symptoms are that when I start the Integration Builder (SXMB_IFR) the Windows 'Fi

  • How to add panel to Dialog?

    hi all, I had tried to use setContentPane() methed to include a Panel ,but occured error. how should I do that it is work? thanks!