Share to: share facebook share twitter share wa share telegram print page

Oracle Forms

Oracle Forms is a software product for creating screens that interact with an Oracle database. It has an IDE that includes an object navigator, property sheet, and code editor that uses PL/SQL. It was originally developed to run server-side in character-mode terminal sessions. It was ported to other platforms, including Windows, to function in a client–server environment. Later versions were ported to Java where it runs in a Java EE container and can integrate with Java, and web services that can be launched from a URL. Recent versions provide a means to run the forms from a desktop computer without requiring a browser.

The primary focus of Forms is to create data entry systems that access an Oracle database.

How it works

Oracle Forms accesses the Oracle database and generates a screen that presents the data. The source form (*.fmb) is compiled into a platform-specific "executable" (*.fmx), that is run (interpreted) by the forms runtime module. The form is used to view and edit data in database-driven applications. Various GUI elements, such as buttons, menus, scrollbars, and graphics can be placed on the form. Source code may also be placed in library files (*.pll) which are compiled into library executables (*.plx) used at runtime.

The environment supplies built-in record creation, query, and update modes, each with its own default data manipulations. This minimizes the need to program common, and tedious operations, such as creating dynamic SQL, sensing changed fields, and locking rows.

As is normal with event driven interfaces, the software implements event-handling functions called triggers which are automatically invoked at critical steps in the processing of records, the receipt of keyboard strokes, and the receipt of mouse movements. Different triggers may be called before, during, and after each critical step.

Each trigger function is initially a stub, containing a default action or nothing. Programming Oracle Forms therefore generally consists of modifying the contents of these triggers in order to alter the default behavior. Some triggers, if provided by the programmer, replace the default action while others augment it.

As a result of this strategy, it is possible to create a number of default form layouts which possess complete database functionality yet contain no programmer-written code at all.

History

Oracle Forms is sold, and released separately from the Oracle Database. However, major releases of an Oracle database usually result in a new major version of Oracle Forms to support new features in the database.

Interactive Application Facility (IAF)

Oracle Forms started as Interactive Application Facility (IAF), which had two main components: the compiler (Interactive Application Generator - IAG) and the runtime interpreter (Interactive Application Processor - IAP). Released with the first Oracle Database version 2 (there was no version 1), IAF provided a character mode interface to allow users to enter and query data from an Oracle database.

It was renamed to Fast Forms with Oracle Database version 4 and added an additional tool to help generate a default form to edit with IAG, the form editor.

It was renamed a third time to SQL*Forms version 2 along with the Oracle 5 database version.

Forms 2.x

Forms 2.0 included a forms design editor that included a screen painter.

This release was character-based (rather than GUI) so forms were developed and runtime typically in a terminal. The source file was an *.INP ASCII file and was edited using the screen painter, however the file was an ASCII file and editing this file directly in a text editor was a common practice due to the limitations of the form editor.

This version of Forms did not include the PL/SQL language and instead it used its own custom language based on trigger steps. The language was more primitive than the PL/SQL language that was available in SQL*Plus. The limited language was augmented by user exits that compiled language code linked to the binary of the Oracle-provided run-time.

Forms 2.3 was used as the basis for the Oracle Financials accounting package. As a result, 2.3 remained in use long after Forms 3 and 4 became available in order to support customer forms that were created to integrate with Oracle Financials.

Forms 3.x

Oracle Forms 3 was the first version to allow PL/SQL to be used within Forms triggers and procedures/SQL Functions could also be used as an undocumented feature.

Forms 3 was a character mode application and was primarily used in terminals such as Digital VT220 and PCs running Microsoft DOS. It could run under X but did not support any X interface-specific features such as checkboxes, so it was basically a character mode application running in a GUI window.

Although a mouse could be used to click on fields, there were no mouse specific triggers (such as when-mouse-double click) available in this release.

The source file was an *.INP ASCII file. The runtime file was an *.FRM binary file.

The IDE was greatly improved to allow editing of PL/SQL code, and this reduced the common practice of editing the INP source file directly.

Forms 3 automatically generated Forms triggers and code to support some database constraints such as primary keys and foreign keys. Constraints could be defined, but not enforced in the Oracle 6 database at this time, so Oracle used Forms 3 to claim that it supported constraints in its technology stack.

Forms 4.0

Oracle Forms version 4.0 was the first true GUI based version of the product that supported GUI elements such as checkboxes and radio groups in the Forms editor and at runtime.

Although not publicly advertised, a character-based runtime was still available for certain customers on request.

The arrival of Microsoft Windows 3 and competitive products running under Windows forced Oracle to release this GUI version of Forms for commercial reasons. Forms 4.0 accompanied Oracle database version 6 with support for Microsoft Windows and X Windows.

A new IDE was introduced in this version. Each type of object had an editor window that was optimized for it, so the field editor looked quite different to the window editor. These would be abandoned in the next release and replaced with property sheets that were made popular with Visual Basic.

The 4.0 source files were *.FMB for forms, *.PLL for libraries and *.OLB for object libraries the 4.0 runtime files were *.FMX for forms, *.PLX for libraries. *.OLB files were compiled into the FMX.

The Oracle Financials software suite did not use this version of Forms and instead continued to use Forms 2.3.

Forms 4.5

Oracle Forms version 4.5 was really a major release rather than a "point release" of 4.0 despite its ".5" version number. It was named 4.5 in order to meet contractual obligations to support Forms 4 for a period of time for certain clients so it could market 4.5 as being a patch to 4.0, even though a full install was required, rather than upgrading 4.0 to 4.5 with a patch.

This version contained significant functional changes and a brand-new IDE, replacing the IDE that was introduced in 4.0. It added GUI-based triggers, and provided a modern IDE with an object navigator, property sheets and code editor. This design had become popular at the time due to its use by Microsoft Visual Basic.

The development environment has changed very little since this release, so a software developer that is experienced with Forms 4.5 can easily work on any version of Forms up to the latest version.

Forms 5.x

Oracle Forms version 5 accompanied Oracle database version 7.

Forms 6.x

Forms 6 was released with Oracle 8.0 database and was re-released as Forms 6i with Oracle 8i. This version was basically Forms 4.5 with some extra wizards and bug-fixes.[1] It included the facility to run inside a web server. A Forms Server was supplied to solve the problem of adapting Oracle Forms to a three-tier, browser-based delivery, without incurring major changes in its programmatic interface. The complex, highly interactive form interface was provided by a Java applet which communicated directly with the Forms server. However the web version did not work very well over HTTP. A fix from Forms 9i was retrofitted to later versions of 6i to address this.

The naming and numbering system applied to Oracle Forms underwent several changes due to marketing factors, without altering the essential nature of the product. The ability to code in Java, as well as PL/SQL, was added in this period.

Forms 9.x

The version number jumped straight from 6 to 9 in order to keep the number the same as the Oracle database version released at a similar time.

Forms 9i included many bug fixes to 6i and was known as a good stable version. Support was removed for Windows client-server runtime, character-based interfaces and instead the three-tier, web browser-based user interface is the only deployment option. The ability to import java classes means that it can act as a web service client.

Starting with this release the version number of Oracle Forms moving forward would keep in sync with the Oracle database version. As a result, version 8 as skipped, and the version number jumped to 9.

After this release, there were very few product changes made besides keeping the version number in sync with the Oracle database.

Forms 10.x

Forms 10g is actually Forms version 9.0.4, so is merely a rebadged Forms 9i.

Forms 11.x

Forms 11 introduced advancements such as external events, JavaScript support in Release 1, and Access Manager, Real User Experience Interaction (RUEI), and performance monitoring in Release 2. These improvements expanded functionality and interaction capabilities, utilizing Oracle AQ to enable seamless interaction with JMS.

Forms 12.x

Java Web Start allows users to run Oracle Forms applications without having a parent web browser. Although a browser may be used to initially obtain the application's Java Web Start launcher file (.Jalp), the browser is not responsible for hosting the application and can be closed after the application has been started. JWS supports Internet Explorer, Firefox ESR, Chrome, Edge.

Version Summary

Name Version (*1) Database Character/GUI Comments
IAF 2 Character No IDE
FastForms+IAG 4 Character
SQL*Forms 2 5 Character New IDE, No PL/SQL, User Exits, INP ASCII File, FRM Runtime File
SQL*Forms 2.3 5 Character Runtime improvements
SQL*Forms 3 6 Character Major Rewrite, Improved IDE, PL/SQL included, X Support, Generate code to enforce constraints
Oracle Forms 4.0 6-7 GUI / Character Major Rewrite, New IDE, FMB source binary file, FMX Runtime, optimized for Client-Server. New interface is slow, buggy and not popular with client base.
Oracle Forms 4.5 7 GUI / Character Major Rewrite, New IDE based on Object Navigator & Property Sheets. Good release, fast, popular with client base. Oracle wanted customers to upgrade from v4 quickly because v4 was very buggy and Oracle was contracted to support v4 for a period of time for some large, important customers. So, Oracle named this release 4.5 (rather than 5) which allowed Oracle to claim continued support for v4. This allowed some customers who were locked into v4 for the life of their project to upgrade from v4 to v4.5 by claiming that this was a patch release even though it was clearly a major release.
Oracle Forms 5 7 GUI / Character
Oracle Forms 6 8 GUI / Character Forms Server / Web Forms introduced. Client-Server still available and used by most clients. Forms Server mode is slow, buggy and uses a lot of memory per session.
Oracle Forms 6i 8 GUI / Character
Oracle Forms 9i (*2) 9i GUI Client-Server runtime removed leaving Forms Server (Web Interface) as only runtime option. Major Changes at the Server Level, more effective communication between user browser and the server.
Oracle Forms 10g 10g GUI This is a Forms 9 release (9.0.4.0.19). Renamed externally to indicate support for 10g database. Menu-Help-About displays v9.0.4.0.19. Not forward compatible with 10gr2 (can't open 10gr2 forms in 10g/904)
Oracle Forms 10gR2 10gR2 GUI version 10.1.2.0.2 - registry home key moved. Max NUMBER length reduced from 40 to 38
Oracle Forms 11g 11g GUI version 11.1.1.X External Events, JavaScript[2]
Oracle Forms 11gR2 11gR2 GUI version 11.1.2.X Oracle Access Manager Integration, Performance and Monitoring, Real User Experience Interaction[3]
Oracle Forms 12c 12c GUI

(*1) Each version of Oracle Forms can connect to numerous versions of the ORACLE database and is sold and released separately from the ORACLE Database. Oracle Forms is generally forward and backward compatible with the Oracle database - for example: Oracle Forms 9 can connect to at least Oracle 8,9, 10 and 11. The database versions listed here are the primary version that was available at the time of the Form release.

(*2) Oracle products have historically followed their own release-numbering and naming conventions. This changed with Oracle RDBMS 9i release when Oracle Corporation started to standardize Oracle Forms (and Reports and Developer) to use the same major version number as the database. This explains the jump in Oracle Forms versions from 6i to 9i (there was no v7 or v8)

Integration with Oracle Designer CASE Tool

Oracle Designer is a Computer aided software engineering (CASE) tool that was sold by Oracle. It was able to generate various software modules including Oracle Forms and Oracle Reports. The last release of Oracle Designer was in 2010 and it has since been discontinued.

Current status

Whilst Oracle's preferred approach for new development is its Java based Oracle Application Development Framework or Oracle Application Express, Oracle's development tools statement of direction is quite clear in its commitment to continuing to support Oracle Forms and continue to develop and enhance it in the following areas:

  • Making the upgrade to the web and to new releases as smooth as possible
  • Allowing Forms and Reports applications to take full advantage of the application server services and inter-operate with Java EE applications.[4]

However, starting from January 2023, in line with the Oracle Lifetime Support Policy, Premier Support for Fusion Middleware 12c (including Oracle Forms 12c) will end in December 2026 (with Extended Support following, ending in December 2027).[5] An alternative to Oracle Application Development Framework is also Oracle Application Express. One of the advantages of Oracle Application Express is that it is more closely related to Forms as it also relies heavily on PL/SQL.

References

  1. ^ "Oracle Forms Version History – A Timeline and Comprehensive Guide of How The Software Has Progressed". Kumaran Systems.
  2. ^ "Oracle White Paper: New Features in Oracle Forms 11g" (PDF). Oracle. 25 June 2009. Retrieved 18 May 2016.
  3. ^ Ronald, G (26 September 2011). "Oracle White Paper: Oracle Forms 11g Release 2 (11.1.2) New Features" (PDF). Oracle. Retrieved 18 May 2016.
  4. ^ "Oracle Forms Statement of Direction" (PDF). www.oracle.com. Retrieved 2024-02-27.
  5. ^ "Oracle Fusion Middleware" (PDF). oracle.com. Retrieved 2024-02-27.

Read other articles:

Para el jugador de baloncesto, véase Howard Carter (baloncestista). Howard Carter Información personalNacimiento 9 de mayo de 1874Kensington, Kensington y Chelsea, Londres, Inglaterra, Reino UnidoFallecimiento 2 de marzo de 1939(64 años)Londres, Inglaterra, Reino UnidoCausa de muerte LinfomaSepultura Putney Vale Cemetery Nacionalidad BritánicaFamiliaPadres Martha Joyce SandsSamuel John CarterEducaciónEducación honoris causa Información profesionalOcupación Antropólogo, arqueólo...

Belgisch kampioenschap triatlon kan verwijzen naar: Belgisch kampioenschap triatlon op de sprintafstand Belgisch kampioenschap triatlon op de middenafstand Belgisch kampioenschap kwarttriatlon Belgisch kampioenschap ploegentriatlon Belgisch kampioenschap mixed relay triatlon Bekijk alle artikelen waarvan de titel begint met Belgisch kampioenschap triatlon of met Belgisch kampioenschap triatlon in de titel. Dit is een doorverwijspagina, bedoeld om de verschillen in bet...

Indian radar scientist (1929 - 2012) This article uses bare URLs, which are uninformative and vulnerable to link rot. Please consider converting them to full citations to ensure the article remains verifiable and maintains a consistent citation style. Several templates and tools are available to assist in formatting, such as reFill (documentation) and Citation bot (documentation). (September 2022) (Learn how and when to remove this template message) Ramadas P. ShenoyBorn28 April 1929 (19...

التغيرات السنوية لدليل تذبذب شمال المحيط الأطلسي خلال الفترة 1864-2015. تأثير الطورين الموجب والسالب لتذبذب شمال المحيط الأطلسي على عناصر الطقس والمناخ.تذبذب شمال المحيط الأطلسي هو تغير شبه دوري في شدة مركزي الضغط شبه الدائمين مرتفع الضغط الجوي فوق الآصور ومنخفض الضغط الجوي ...

US-based investment management firm based in Bethesda, Maryland AdvisorShares Investments, Inc.TypePrivate Limited Liability Company (LLC)IndustryInvestment ManagementFounded2006FounderNoah HammanHeadquartersBethesda, MarylandKey peopleNoah HammanDan Ahrens James CarlProducts22 Exchange-Traded Funds (ETFs): U.S. and International Equity, Fixed Income and Alternatives [1]AUMUS$1.38 billion [2]ParentFund.comWebsiteadvisorshares.com AdvisorShares Investments is a US-based investm...

1967 studio album by Jimmy ReedThe New Jimmy Reed AlbumStudio album by Jimmy ReedReleased1967RecordedNovember 4 & 8, 1966StudioChicago, ILGenreBluesLength31:18LabelBluesWayBL/BLS 6004ProducerAl SmithJimmy Reed chronology Jimmy Reed at Soul City(1964) The New Jimmy Reed Album(1967) Soulin'(1968) The New Jimmy Reed Album is an album by blues musician Jimmy Reed released by the BluesWay label in 1967.[1][2][3] Reception Professional ratingsReview scoresSourceR...

Albert Einstein College of Medicine Escuela de Medicina Albert Einstein Acrónimo AECOMForma parte de Montefiore Health SystemFundación 12 de septiembre de 1955 (68 años)Fundador Leo M. DavidoffLocalizaciónDirección , Bronx, Nueva YorkCampus UrbanoCoordenadas 40°51′03″N 73°50′42″O / 40.850852, -73.844949AdministraciónDecano Gordon TomaselliAfiliaciones Montefiore Medical CenterAcademiaEstudiantes 697 M.D. 166 Ph.D. 130 M.D./Ph.D.Sitio web www.einsteinmed.ed...

Hari Peringatan Eropa untuk Korban Stalinisme dan NazismeDirayakan olehUni Eropa, Organisasi untuk Keamanan dan Kerja Sama di Eropa, Kanada, Amerika Serikat dan negara lainnyaJenisInternasionalMaknaHari peringatan bagi para korban rezim totaliter dan otoriterTanggal23 AgustusFrekuensitahunan Hari Peringatan Eropa untuk Korban Stalinisme dan Nazisme, atau dikenal juga dengan nama Hari Pita Hitam (Bahasa Inggris: Black Ribbon Day) adalah hari peringatan internasional bagi para korban rezim tota...

Type of neural network which utilizes recursion Not to be confused with recurrent neural network. A recursive neural network is a kind of deep neural network created by applying the same set of weights recursively over a structured input, to produce a structured prediction over variable-size input structures, or a scalar prediction on it, by traversing a given structure in topological order. Recursive neural networks, sometimes abbreviated as RvNNs, have been successful, for instance, in lear...

Fictional character in the Twilight series This article is about the fictional character. For other uses, see Edward Cullen (disambiguation). This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages) This article may contain an excessive amount of intricate detail that may interest only a particular audience. Please help by spinning off or relocating any relevant information, and removing excessive...

Whiskey cocktail This article relies largely or entirely on a single source. Relevant discussion may be found on the talk page. Please help improve this article by introducing citations to additional sources.Find sources: Crowbar alcoholic beverage – news · newspapers · books · scholar · JSTOR (September 2020) The Crowbar is a type of cocktail made with only Crown Royal whiskey and lemon-lime soda.[1] The name refers to the construction wo...

Town in New York, United StatesCarmel, New YorkTownTown of CarmelCarmel Hamlet seen from Lake Gleneida to the west SealLocation of Carmel in New York stateCoordinates: 41°23′6″N 73°43′46″W / 41.38500°N 73.72944°W / 41.38500; -73.72944CountryUnited StatesStateNew YorkCountyPutnamArea[1] • Total40.69 sq mi (105.39 km2) • Land35.91 sq mi (93.00 km2) • Water4.79 sq mi (12.40...

2000 video gameMega Man Legends 2North American PlayStation box artDeveloper(s)CapcomPublisher(s)CapcomDirector(s)Yoshinori KawanoProducer(s)Keiji InafuneArtist(s)Hideki IshikawaWriter(s)Yoshinori KawanoMinoru NakaiJunya WatanabeComposer(s)Makoto TomozawaSeriesMega Man LegendsPlatform(s)PlayStation, Microsoft Windows, PlayStation PortableReleasePlayStation JP: April 20, 2000NA: October 25, 2000[1]EU: August 3, 2001 Windows JP: May 30, 2003 AS: 2003 PlayStation Portable JP: September 8...

Chinese tennis player This article includes a list of references, related reading, or external links, but its sources remain unclear because it lacks inline citations. Please help to improve this article by introducing more precise citations. (December 2015) (Learn how and when to remove this template message) In this Chinese name, the family name is Sun (孙). Sun Tiantian孙甜甜Country (sports) ChinaResidenceBeijingBorn (1981-10-12) 12 October 1981 (age 42)Zhengzhou, HenanH...

2022 Indian television series PiluGenreDramaComedyCreated bySamrat GhoshScreenplay bySaswati GhoshStory bySaswati GhoshDirected byAnup Chakroborty Rajendra Prasad DasCreative directorSaswati GhoshStarringMegha DawGourab Roy ChowdhuryOpening themeHasi Gaane Shobar Prane PiluComposerUpali ChattopadhyayCountry of originIndiaOriginal languageBengaliNo. of episodes305ProductionExecutive producersKrishanu GangulyShubhangi Ghosh (Zee Bangla)ProducerZee BanglaCinematographyShantanu DuttaEditorsJishu ...

ДеревняСтарая Задоровкатат. Иске Задур 54°42′25″ с. ш. 47°38′44″ в. д.HGЯO Страна  Россия Субъект Федерации Татарстан Муниципальный район Дрожжановский Сельское поселение Алешкин-Саплыкское История и география Основан Вторая половина XVII века, (по другой версии ...

Square in Helsinki, Finland Summer tourists populate Senate Square, with Helsinki Cathedral in the background. Senate Square (Finnish: Senaatintori, Swedish: Senatstorget) presents Carl Ludvig Engel's architecture as a unique allegory of political, religious, scientific and commercial powers in the centre of Helsinki, Finland. Senate Square and its surroundings make up the oldest part of central Helsinki. Landmarks and famous buildings surrounding the square are the Helsinki Cathedral, the Go...

Pinacoteca di BreraCortile della Pinacoteca di Brera UbicazioneStato Italia LocalitàPalazzo di Brera Indirizzovia Brera, 28 - Milano e Via Brera 28, 20121 Milano Coordinate45°28′18.99″N 9°11′15.66″E / 45.471943°N 9.187683°E45.471943; 9.187683Coordinate: 45°28′18.99″N 9°11′15.66″E / 45.471943°N 9.187683°E45.471943; 9.187683 CaratteristicheTipopinacoteca Intitolato aPalazzo di Brera Istituzione1776 FondatoriMaria Teresa d'Austria Ape...

Institutional and doctrinal divisions of Buddhism Part of a series onBuddhism Glossary Index Outline History Timeline The Buddha Pre-sectarian Buddhism Councils Silk Road transmission of Buddhism Decline in the Indian subcontinent Later Buddhists Buddhist modernism DharmaConcepts Four Noble Truths Noble Eightfold Path Dharma wheel Five Aggregates Impermanence Suffering Not-self Dependent Origination Middle Way Emptiness Morality Karma Rebirth Saṃsāra Cosmology Buddhist texts Buddhavacana E...

Baseball park at University of Missouri For the original Lehigh University football stadium, see Taylor Stadium (Lehigh). Taylor StadiumFull nameRalph and Debbie Taylor/Phi Delta Theta Stadium at Simmons FieldLocationColumbia, MissouriOwnerUniversity of MissouriCapacity3,331 (2014–present)Field sizeLeft Field - 340 feet (104 m)Center Field - 400 feet (122 m)Right Field - 340 feet (104 m)SurfaceKentucky Bluegrass (OF)Baby Bermuda (IF)ConstructionBroke groundJune 1999Opened2002...

Kembali kehalaman sebelumnya