Difference between Developer (6i and 10G)

Hi All...
What is the Difference between Developer (6i and 10G).
Thanks & Regards
Sanjeev

Regarding Forms specifically, the most significant difference (in my opinion) is that all versions newer than 6.0.8 cannot be run as a client/server or character mode application. All versions 9.x and newer are deployed as a java applet within a browser.
There are numerous other differences, so describing all here would not be possible. If you have a question about something specific, please let us know and we can try to respond.
I would recommend you refer to the many documents which are available on OTN. Here are references to the most significant pages on OTN regarding Forms and Developer (iDS):
FORMS PRODUCT INFORMATION:
http://www.oracle.com/technology/products/forms/
FORMS UPGRADE INFORMATION:
http://www.oracle.com/technology/products/forms/htdocs/upgrade/
FORMS TECHNICAL WHITE PAPERS:
http://www.oracle.com/technology/products/forms/techlisting10gR2.html
DEVELOPER SUITE PRODUCT INFORMATION:
http://www.oracle.com/technology/products/ids/

Similar Messages

  • At least 6 differences between Oracle 9i and 10g with complete understan

    Hi 2.     
    At least 6 differences between Oracle 9i and 10g                    with complete understanding of each difference .
    cheers

    Hi,
    Forum thread already opened by you
    check what is the major difference between 9i and 10g
    regards,
    kaushal

  • Difference Between Oracle 9i and 10G (Urjent)

    Hi..
    Iam intensively searching net for some whitepapers regarding the difference between Oracle 9i and 10g. I need to give demo to the client on this. So Plzzzz help me in this regard and send me the links if u know....
    thnx in advance
    Sriram

    Hello,
    Go to this link. It is compete and most well defined new features of 10g.
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14214/toc.htm
    http://www.oracle.com/technology/documentation/index.html
    In second link you will find all the versions of database.

  • What is major difference between oracle 9i and 10g

    hi ,
    I hv read some documentation of oracle 9i and 10g ,but i dont understand what is major difference between oracle 9i and 10g .

    Its not the difference, but its the additional feaures.
    There are many more feature in every aspect of database. which area are you specifically looking for..
    I would reccomned a following doc on OTN
    Oracle® Database New Features Guide 10g Release 2 (10.2)

  • What is difference between oracle 9i and 10g?

    Hi All,
    please explain difference between oracle 9i and 10g with example.
    your suggestion would be greatly appreciated.

    user13842301 wrote:
    Hi All,
    please explain difference between oracle 9i and 10g with example.
    your suggestion would be greatly appreciated.One letter and one number :)
    But seriously, they document this stuff (way too much to write in a forum reply).
    For 10.1
    http://download.oracle.com/docs/cd/B14117_01/server.101/b10750/toc.htm
    and for the more popular 10.2
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14214/toc.htm

  • What are all difference between 11g Mediator and 10g Oracle service bus.

    hi all ,
    Apart from SCA concept , storing location
    is thr any other difference between 11g Mediator and 10g Oracle service bus ?
    thx in advance..

    11g introduces the SCA architecture for building the service infrastructure.
    SOA 11g uses:-
    1. Uses the weblogic Server and BEA Aqualogic Service Bus (ALSB) for the Oracle Service Bus.
    2. BPEL uses scalable DOM with reduced memory usage.
    3. New adapters and leverage for Java 2 Connector Architecture (J2CA)
    4. BAM finally ported from .Net to J2EE and is part of the service infrastructure
    5. Oracle Web Services Management built into SOA 11g service infrastructure
    6. New adapters and leverage for Java 2 Connector Architecture (J2CA). Tighter integration with E-Business Suite & large payload support.
    7. Business Rules in SOA 10g business rules are managed using the Rules Author & in SOA 11g business rules are managed using JDeveloper and SOA composer

  • WHAT IS DIFFERENCE BETWEEN DEVELOPER 2000 AND SQL DEVELOPER?

    Hello Everyone.I am new to oracle and want to know the difference between developer 2000 and sql developer in oracle.Pls?

    Developer 2000 is an application for making webforms that will be served on an Application Server, and accessed by the end users through an applet in their webbrowser.
    SQL Developer is a tool for administrating and manipulating data and structure of your database. Like a GUI version of SQL*Plus, not advisable for end users.
    Regards,
    K.

  • Troubleshooting hints - differences between development environment and release environment

    Hello,
    I am using LabVIEW 8.6 for an application involving stepper motors.  We are using 2 Velmex stepper motor systems to run PIR targets for a manufacturing test.  The problem I am having is that the program runs fine in the states where it was developed but hangs approximately every 10th run when running in the manufacturing environment in China.  Since I am on the EAst coast there is the 12 hour time delay, and I am planning on doing a live support call to find out what is going on.  The person who installed the code made some modifications, but I am not aware of the differences.  He also may send his code here and see how it runs.
    The assumption I am making (based on past experiences from here in the States) is that the stepper motor interface is hanging.  since I can't recreate the problem here I can't troubleshoot it.
    With a past prooject I was working I did some code on one machine, and when I ran it on a different machine the order of execution for items in a sequence was different between the machines.  Has anyone run into this before?  Unfortunately for the task at hand the stepper motor has to run at the same time that analog data on multiple channels are being acquired.
    Any suggestions?
    Mike
    Mike

    Thanks for the reply.  I did think about putting in a producer-consumer.  It turns out that there was a problem with the computer it was being run on.  The computer was changed and the problem got better, although it did not go away.  The stepper motor was done through a com port talking to another hardware / software solution.  The tasks are truly independent and pass no data between them.  However, the other task being run involves collecting analog data and updating on a chart (and in one instance stimulating an analog output), and when the stepper motor starts the analog data collection is not updated on the chart.  I figure this could be because the charts are a memory hog.  No data is lost, and it is running, so I figure if it's not broke don't fix it.  It now occasionally locks up. I can run it here for 100 times with zero lock ups, and the last report I got was it ran 30 times in china before locking up.  I may have to start examining differences between their machine and my machine.
    Now as to the configuration management.  It needs to be clarified a wee bit.  I'm doing the initial code development / updating, and then we hand off to china, which can make code tweaks as needed.  They also have 3 lines running this program, and one of the items I did was to load the differences between lines from configiration files (INI files), and that I got working well.  We have fixture variables, items that vary between lines, and configuration items, which are I/O lines and what not.  The digital I/O and analog I/O referenced MAX tasks, and that worked well.  There are also a com port call for the stepper motor, and in another program an RF power meter, which had to be referenced from an INI file.  I will reccomend that they do their code development on one machine and create executables to store on the production lines.  We have been bouncing code back and forth from the team members from the states that are currently in china doing the install.
    Mike
    Mike

  • Difference between Oracle 9i and 10g

    hi,
    is there any document listing the major differences between 9i and 10g technology...

    The Oracle 10g documentation site includes a link to the New Features on its front page. Find out more.
    Cheers, APC
    blog: http://radiofreetooting.blogspot.com

  • Difference between developer workplace and full blown portal

    Hello,
    Can anybody tell me what the difference is between the developer workplace and a full blown portal?
    Thanks,
    Elmar

    Last time I checked, there was no functional difference between the two portal environments - the Developer Workplace, however, must run on Windows, whereas with a generic portal install you can install it on either Windows, or one of the various Unix variants.  The only reason for this restriction is that the Dev Studio has some Windows DLLs that will not work under Unix (although some people have made the Dev Studio mostly work under Unix, this is an unsupported configuration and is therefore not recommended).
    You may also get some extra 'developer-specific' content in the DWP installation that you won't get as part of a generic installation.  That's not to say you couldn't get the content after the fact, and install it on the generic portal install.
    We don't use the Dev Workplace, since our PC desktops are quite restricted, and constantly scanned (in other words, performance is horrible).  We have Unix environments that run multiple portal developer instances (one per developer) - we just point our Dev Studio at those environments and deploy there.

  • DBMS_AQ differences between 9.2 and 10g

    Are there implementation differences between the 9.2 and 10g implementation of the Advanced Queues system ?
    The Oracle 10g docs stress the reliability of that the AQ implementation (because it is based on the Streams mechanism). I did not find however references to the underlying technology of AQ in Oracle 9.2.
    Also, how reliable is the AQ system (bugwise I mean) ?
    Any comments are appreciated
    Alex V

    We've had a serious problem when upgrading 9.2.0.1 to 9.2.0.5 in our ERP. Until 9.2.0.4 Oracle returned a FLOAT column in views uning INTEGER columns. From 9.2.0.5 on, it returns an INTEGER column.
    This causes problems, because we have customers using both versions.
    Have anybody found a way to solve this?

  • Difference between Developer consultant and Technical Consultant

    Hi All,
    I would like to know the difference b/w Developer consultant and technical consultant with respect to XI.
    In SAP Technical consultant means ABAP Consultants.
    Does Technical consultant in XI means Developer who does the coding or wt?
    Also, would like to know the certification code applicable for the developer consultant and technical consultant. C_TBIT51_04 APPLIES TO WHICH CONSULTANT AND C_TBIT44_04 APPLICES TO WHOM?

    Hi Sofia,
    I explain you in detail:-
    1. Technology Consultant
    A Technology cosultant is responsbile for the implementation and operation of SAP XI. The certification ID is C_TBIT51_04. The duration of the certification is 3 hours with 80 questions. The course for certification preparation are:-
    TBIT40 (XI Fundamentals)
    TBIT50 (XI Technical Implementation & Operation - Part 1)
    TBIT51 (XI Technical Implementation & Operation - Part 2)
    2. Development Consultant
    A Development consultant is responsible for development and implementation of the integration scenarios in projects. The certification ID is C_TBIT44_04. The duration of the certification is 3 hours with 80 questions. The course for certification preparation are:-
    TBIT40 (XI Fundamentals)
    TBIT41 (Mapping Concepts)
    TBIT42 (Adapter Concepts)
    TBIT43 (Business Process Management Concepts)
    TBIT44 (Mapping, Adapters and BPM)
    I hope the above gives you a clear understanding.
    Regards.
    Praveen

  • What are the differences between Discoverer 9i and 10g?

    Hi!
    Does Discoverer 9i Plus gives the functionality of creating 'multiple graphs' like in Discoverer 10g? What are the other differences, if there are any other prominent ones?
    Thanks and best regards,
    Aparna

    Hi
    Well not really. Discoverer is an end user reporting tool, providing the ability to generate high end reports, typically with a chart and drillable table. BIP is targeted at the other end of the spectrum, where Oracle Reports sits. It has some disco like capabilities but its strengths lie in generating documents e.g. invoices, POs , letters, listing reports, etc. It can also generate electronic formats, EFT, EDI, XML, etc.
    In its standalone flavor, it comes as a server component, managing users, report security, scheduling, real time reports, etc.
    So, it overlaps a little with Disco, it overlaps far more with Oracle Reports. It the strategic operational reporting solution going forward, its bundled with BIEE. BIEE being the Oracle BI product going forward. I dont think you'll find Disco shipping with BIEE.
    Tim

  • What is the difference between developement system and delivery system?

    Hello Experts,
         I have some questions regarding publishing the content on delivery system.
    Could some one help me.
    1) Can we use Development System as Delivery System?
    2) Can we Publish a Site into Development System?
    3) How to check whether the installation done in development mode or in delivery mode? I mean do we have any procedure to check ?
    4) What are the Advantages of Delivery System over the Development System?
    Note: I installed Webcenter sites11gR1 on Weblogic10.3 server and windows 7.
    Thanks in advance
    Rajendar.

    Rajendar Raj wrote:
    I got the answers.
    1) Can we use Development System as Delivery System?
    Ans:
    Yes, a development system contains the same functionality as a delivery system. Conversely a delivery system doesn't have a contributor interface so it cannot be used for managing assets.
    Not recommended and it also depends on the sizing of your environment and tuning. Delivery systems usually are architected with performance in mind, depending on the expected load, logs are minimal and usually Remote Satellite Servers are added. Important as well is that no content or any assets is created directly on the delivery system, you might run into unique ID constrains when you publish content from Authoring to Delivery, in your case Development.
    2) Can we Publish a Site into Development System?
    Ans:
    Yes, you can.
    Be careful this is not recommended, you can run into unique id constraints issues
    3) How to check whether the installation done in development mode or in delivery mode? I mean do we have any procedure to check ?
    Ans:
    Look in the ominstallinfo directory, in the location where WebCenter Sites was installed. there is a file called omii.ini that contains installation-time choices and parameters. Look for the parameter "Development"
    - true, indicates it was a Development type install. Advanced UI will be available, as will the Contributor UI
    - false, indicates it was a Delivery type install. Only Advanced UI will be available.
    4) What are the Advantages of Delivery System over the Development System?
    Ans:
    A delivery type install is more secure, as the contributor UI and some other editorial components are not installed. It also prevents editors from changing content on the delivery system by mistake.
    In general Delivery systems are architected different, more emphasis on performance, caching and security.
    Thanks and Regards
    Rajendar.Regards,
    Rodney

  • Difference between DEVELOPMENT mode and PRODUCTION MODE.

    Hi Gurus,
    We installed oracle 11g Fusion on our machines and while creating a soa domain we selected development mode, then our B2B performance is completely slow then we later changed it to Production mode, then it was pretty good.
    While installing weblogic (10.3..3), which One you prefer and JDK(Jrockit 4 or jdk 1.6.0021)
    While installing SOA and ADF after running a config.sh file it will prompt for JDK( Which one is preferble)
    And same as while creating a SOA domain which one you prefer (JDK or Jrockit)
    Regards
    RAJ

    Hi Raj,
    As the name indicates, Development mode should be chosen for development environments where load is not too heavy and performance/throughput may be slow but all the features will be same as production mode. Production mode is used on a licensed software and it gives better performance and throughput, even it may bear the heavy load as well.
    For Development environment (Dev mode) you should use sun JDK and for production mode JRockit should be used.
    Regards,
    Anuj

Maybe you are looking for

  • Deleting line items in sales order.

    Hi All, I got as issue while creating the order. issue: I try creatin an order by deleting some of the line items and the customer got the credit check. when i tried chek in the debug mode the deleted line items are not reflecting in the internal tab

  • EJB Client giving error

    Hi All, I am new to EJB programming. I am trying to use EJB3 and Weblogic12c. and would like to know why I am getting this error: run: [echo] Executing client class [java] java.lang.NoClassDefFoundError: com/saurabh/demo/HelloWorldClient [java] Cause

  • I tri upgrade

    Hi iam from puerto rico and buy in best buy the new macbook pro 13.3 and i try upgrade to lion from this site but not support a puerto rico in you states.

  • Mandatory iSetup patches on top of 12.1.1

    Hi All, This is Mugunthan, Development Manager for iSetup. Please apply following mandatory patches on top of 12.1.1. 1) 8602263:R12.AZ.B - 1OFF:8352532:12.1.1:12.1.1:ONDEMAND:ISETUP EXTRACT OF INVENTORY CATEGORY INFORMA 2) 8652905:R12.AZ.B - 1OFF:84

  • Export database objects in Version 3.0

    I'm fairly new to APEX and I need to export some database objects along with my application. I currently have an application on Oracle's site and I need it (along with database tables and sequences) exported to a server that we have onsite. While I c