Articles Oracle Forms, PL/SQL, Java, J2EE
It is frequently asked how to load a BLOB table column from the content of an external file. This can be achieved by using the DBMS_LOB package's functions. Sometimes it is also useful to extract the BLOB content back to a file. Here is a procedure that...
Lire la suiteJonathan Lewis has given a two day session in Paris last 10 and 11 September about Cost Based Optimisation. Read the short report of the event (in French)
Lire la suite
Here is a Java Bean to handle CLOB/NCLOB database columns in a Forms application. It is a more elaborated version of a previous one, which was based on a PJC (VTextArea). Unfortunately, the PJC was no able to handle huge texts, and often "froze" with...
Lire la suite
Here is a Java Bean to read the Window Forms menu option. You have access to every window opened in the Forms application to minimize or restore them. Read the article
Lire la suite
Here is a Java Bean that allows reading, displaying with scaling and writing images. This bean is a more elaborated image handler (than this one). It allows scaling images to fit the target item size, and includes a FileChooser with image preview dialog....
Lire la suiteIn the Forms OTN forum, Rosario Vigilante explains how to be sure Forms will use the desired Java plugin at runtime. For those that want to keep the Forms running with an old plugin (1.4 for instance) even if a newer version is alread installed on the...
Lire la suite
I frequently see questions on Forums about how to handle a cursor with a dynamic Where clause. Oracle Forms has a special package named : EXEC_SQL that allows using dynamic SQL in the Forms application. Here is a sample dialog that queries the EMP table...
Lire la suiteTristan Fabre has just finished a tutorial about how to build a media library with JDeveloper and ADF. Someone interested in?
Lire la suiteNOW, THEREFORE, I, SHEILA DIXON, MAYOR OF THE CITY OF BALTIMORE, do hereby proclaim August 9, 2007 as "Frank ZAPPA DAY" in Baltimore and do urge all citizens to join inthis celabration. Frank Zappa had still a statue in Republic Tcheque, a street in Berlin...
Lire la suiteThe American Oracle Development Tool User Group organizes a special event entirely reserved to the Oracle Forms product. Yes, you read right, a 100% Forms event ! Two days to learn a lot about Forms: Templates WebUtil Using HTML and JavaScript Introduction...
Lire la suite