Developer Tools
Application Express
application-express
Patch Set Notes
Release 4.2.2.00.11
April 2013
These patch set notes accompany the Oracle Application Express 4.2.2.00.11 patch set. The Oracle Application Express 4.2.2.00.11 patch set is a cumulative patch.
This document contains these topics:
Patch sets are a mechanism for delivering fully tested and integrated product fixes. Patch sets provide bug fixes only; they typically do not include new functionality and they do not require certification on the target system. Patch sets include all of the libraries that have been rebuilt to implement the bug fixes in the set. All of the fixes in the patch set have been tested and are certified to work with each other. Patch sets contain the same set of generic fixes across all platforms. Patch sets may also include additional patches specific to the platform on which they are released.
The Oracle Application Express 4.2.2.00.11 patch set can be applied to Oracle Application Express release 4.2 or later. Apply the patch to the Oracle database where the Oracle Application Express schemas are installed. This patch will determine if additional languages are installed, and will apply the patch for those languages as well. Oracle Application Express release 4.2 is supported on Oracle Database 10g (10.2.0.4) and later.
When determining whether to install this patch set, or install the entire Oracle Application Express 4.2.2 release from Oracle Technology Network (OTN), consider the following rules:
If you have Oracle Application Express release 4.2 or later installed, download the Oracle Application Express 4.2.2 patch set and apply it.
If you have Oracle Application Express release 4.1.1 or earlier installed (including Oracle HTML DB release 1.5), download and install the entire Oracle Application Express 4.2.2 release from the Oracle Technology Network (OTN).
If you do not have Oracle Application Express installed, download and install the entire Oracle Application Express 4.2.2 release from the Oracle Technology Network (OTN).
Complete the following pre-installation tasks before installing the patch set.
This section contains these topics:
This is not a complete software distribution. You must connect to an existing Oracle Database where the Oracle Application Express schemas are installed and run the apxpatch.sql installation script.
Download the patch set to a computer with access to the Oracle Database. You will also need access to the Oracle home.
To download and extract the patch set installation software:
Download the p16277995_422_GENERIC.zip patch set installation archive to a directory that is not the Oracle home directory or under the Oracle home directory.
Unzip and extract the installation files as follows:
Microsoft Windows - Double-click the p16277995_422_GENERIC.zip file
UNIX or Linux - Enter the following command:
$ unzip p16277995_422_GENERIC.zip
The Application Express engine is a collection of tables and packages that reside wholly within the Oracle Database user accounts APEX_040200 and FLOWS_FILES. This patch set updates the underlying tables and packages within the APEX_040200 account. If your installation fails, you will not be able to rollback the patch set installation process. Therefore, Oracle recommends that you perform a complete backup of your Oracle instance before you install the patch set. Note that after the patch set is installed there is no way to remove it.
If you choose to perform a backup, restart the Oracle Database in restricted session mode to prevent any user access (that is, developer and end user) while applying the patch set.
|
See Also: Oracle Database Backup and Recovery User's Guide at:
|
It is important that no developers or end users access Oracle Application Express while you are applying the patch set. This section describes how to prevent access to Oracle Application Express if your configuration includes Oracle Application Express Listener, embedded PL/SQL gateway, or Oracle HTTP Server and mod_plsql.
This section contains these topics:
To learn more about stopping the Oracle Application Express Listener server, see Oracle Application Express Listener Installation and Configuration Guide:
http://docs.oracle.com/cd/E37099_01/doc/doc.20/e25066/toc.htm
If your configuration includes the embedded PL/SQL gateway, you need to disable the HTTP on the Oracle XML DB Protocol Server. The embedded PL/SQL gateway runs on the Oracle XML DB Protocol Server in the Oracle database. To disable it, you change the port number to 0. Before doing so, first verify the port number.
To verify the port number assigned to HTTP on the Oracle XML DB Protocol Server:
Start SQL*Plus and connect to the database where Oracle Application Express is installed as SYS. For example:
On Windows:
SYSTEM_DRIVE:\ sqlplus /nolog SQL> CONNECT SYS as SYSDBA Enter password: SYS_password
On UNIX and Linux:
$ sqlplus /nolog
SQL> CONNECT SYS as SYSDBA
Enter password: SYS_password
Enter the following statement to verify the port number:
SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
If the port number returns 0, the Oracle XML DB Protocol Server is disabled.
To disable HTTP on the Oracle XML DB Protocol Server:
Start SQL*Plus and connect to the database where Oracle Application Express is installed as SYS. For example:
Windows:
SYSTEM_DRIVE:\ sqlplus /nolog SQL> CONNECT SYS as SYSDBA Enter password: SYS_password
UNIX and Linux:
$ sqlplus /nolog
SQL> CONNECT SYS as SYSDBA
Enter password: SYS_password
Run the following statements:
EXEC DBMS_XDB.SETHTTPPORT(0); COMMIT;
If your configuration includes Oracle HTTP Server and mod_plsql, you need to stop Oracle HTTP Server.
To stop Oracle HTTP Server shipped with Oracle Database 10g release 1 (10.1) or later, enter commands using the following syntax:
ORACLE_BASE\ORACLE_HTTPSERVER_HOME\opmn\bin\opmnctl stopproc ias-component=HTTP_Server
In the previous example, ORACLE_BASE is the path to the Oracle base directory.
|
Tip: Note that if the Oracle HTTP Server is listening on a port less than 1024, then these commands must be executed as a privileged user (such asroot). |
Complete the following tasks to install the patch set:
Set your current directory to the top-level "patch" directory where you unzipped the p16277995_422_GENERIC.zip file.
Start SQL*Plus and connect to the database where Oracle Application Express is installed as SYS specifying the SYSDBA role. For example:
On Windows:
SYSTEM_DRIVE:\ sqlplus /nolog SQL> CONNECT SYS as SYSDBA Enter password: SYS_password
On UNIX and Linux:
$ sqlplus /nolog
SQL> CONNECT SYS as SYSDBA
Enter password: SYS_password
Run apxpatch.sql. For example:
@apxpatch.sql
Review the log file apxpatch.log for any errors.
Complete the following post-installation tasks before using the upgraded software.
This section contains these topics:
During an upgrade, you must incorporate the new images directory. Copy the patch/images directory into the images directory used for Oracle Application Express.
This section contains these topics:
Updating the Images Directory When Using Oracle Application Express Listener
Updating the Images Directory When Running the Embedded PL/SQL Gateway
Updating the Images Directory When Running Oracle HTTP Server
If you are using the Oracle Application Express Listener, you need to create a Web Archive for Oracle Application Express images. For more information, see "Create the Web Archive for Oracle Application Express Images" in Oracle Application Express Listener Installation and Configuration Guide:
http://docs.oracle.com/cd/E37099_01/doc/doc.20/e25066/toc.htm
The images in an Oracle XML DB HTTP Server with the embedded PL/SQL gateway installation are in the XML DB repository. Updating the images is accomplished by running the SQL Script apxldimg.sql located in the top level directory where the patch was unzipped.
To update the images directory:
Set your current directory to the top-level "patch" directory where you unzipped the p16277995_422_GENERIC.zip file.
Start SQL*Plus and connect to the database where Oracle Application Express is installed as SYS specifying the SYSDBA role. For example:
On Windows:
SYSTEM_DRIVE:\ sqlplus /nolog SQL> CONNECT SYS as SYSDBA Enter password: SYS_password
On UNIX and Linux:
$ sqlplus /nolog
SQL> CONNECT SYS as SYSDBA
Enter password: SYS_password
Run apxldimg.sql passing the file system path to the "patch" directory where the p16277995_422_GENERIC.zip file was unzipped as shown in the following example:
On Windows:
@apxldimg.sql SYSTEM_DRIVE:\TEMP\patch
On UNIX and Linux:
@apxldimg.sql /tmp/patch
To update the images directory:
To locate the images directory on the file system by reviewing the following files for the text alias /i/:
Oracle Application Server 10g - See the marvel.conf or dads.conf files.
Oracle HTTP Server distributed with Oracle Database 11g - See the marvel.conf or dads.conf files.
When you locate the images directory path, copy it to the existing ORACLE_HTTPSERVER_HOME home.
Depending upon your environment, run the following commands:
Windows systems - Run a command from a command prompt similar to the following example:
xcopy /E /I patch\images ORACLE_HTTPSERVER_HOME\Apache\Apache\images
UNIX or Linux based systems - Run a command similar to the following example:
cp -rf patch/images ORACLE_HTTPSERVER_HOME/Apache/Apache
In the previous syntax examples, ORACLE_HTTPSERVER_HOME is the existing Oracle Application Server or Oracle HTTP Server Oracle home. The location of the Oracle Application Express images directory may be different in your configuration.
This section describes how to start Oracle Application Express if your configuration includes Oracle Application Express Listener, embedded PL/SQL gateway, or Oracle HTTP Server and mod_plsql.
This section contains these topics:
To learn more about starting the Oracle Application Express Listener server, see Oracle Application Express Listener Installation and Configuration Guide:
http://docs.oracle.com/cd/E37099_01/doc/doc.20/e25066/toc.htm
Once disabled, you enable the embedded PL/SQL gateway by assigning a port number to the Oracle XML DB Protocol Server.
To assign a port number to Oracle XML DB Protocol Server:
Start SQL*Plus and connect to the database where Oracle Application Express is installed as SYS. For example:
Windows:
SYSTEM_DRIVE:\> sqlplus /nolog SQL> CONNECT SYS as SYSDBA Enter password: SYS_password
UNIX and Linux:
$ sqlplus /nolog
SQL> CONNECT SYS as SYSDBA
Enter password: SYS_password
Run the following statements:
EXEC DBMS_XDB.SETHTTPPORT(port);
COMMIT;
For example:
EXEC DBMS_XDB.SETHTTPPORT(8080); COMMIT;
|
Note: Port numbers less than 1024 are reserved for use by privileged processes on many operating systems. To enable the Oracle XML DB Protocol Server on a port less than 1024, such as 80, review the following documentation:
|
To start Oracle HTTP Server shipped with Oracle Database 10g release 1 (10.1) or later, enter commands using the following syntax:
ORACLE_BASE\ORACLE_HTTPSERVER_HOME\opmn\bin\opmnctl startproc ias-component=HTTP_Server
In the previous example, ORACLE_BASE is the path to the Oracle base directory.
|
Tip: If the Oracle HTTP Server is listening on a port less than 1024, then these commands must be executed as a privileged user (such asroot). |
It is safe to apply the Oracle Application Express 4.2.2.00.11 patch set repeatedly to an Application Express 4.2 instance. If you load additional translated versions of Oracle Application Express after applying this patch, you must apply the entire patch set again.
This section describes known issues in the Oracle Application Express 4.2.2.00.11 patch set.
|
Tip: This section is current as of the writing of this document. To view the most current listing of known issues, go to the Known Issues page available off the Downloads page. See:
|
The Developer toolbar is not included on jQuery Smartphone pages. After clicking Run Application from Application Builder, the only way to return to Application Builder is to use the browser's back button. You will need to go back once for each mobile page visited.
Solution:
Right click the Run Application button and select Open Link in New Tab or Open Link in New Window or similar text. The exact command varies by browser.
|
Tip: For applications with both desktop and mobile user interfaces you can access the Session State for a mobile page by navigating to a desktop page and using the Developer toolbar and then changing the page number. |
The Oracle Application Express 4.2.2.00.11 patch set is a cumulative patch. This patch set includes release 4.2.1.00.08 and additional product fixes. The following sections list bugs fixed in both the Oracle Application Express 4.2.1.00.08 and 4.2.2.00.11 patch sets.
This section contains these topics:
Table 1 lists bugs fixed in the Oracle Application Express 4.2.1.00.08 patch set.
Table 1 Bugs Fixed in the Oracle Application Express 4.2.1.00.08 Patch Set
| Bug Number | Description |
|---|---|
|
13040672 |
Master detail tabular form fails with "Failed to parse SQL query" when nls_language="CYRILLIC SERBIAN" |
|
13997296 |
Update tabular form row that contains float datatype fails with error |
|
14238860 |
Query Builder generates incomplete SQL using function on any column name with spaces, |
|
14328746 |
Substitution string is not being resolved when referenced in calendar icon details |
|
14371654 |
RESTful Service menu region links are difficult to understand with screen reader |
|
14532029 |
Label of parent entry of main list not displayed after upgrading to Oracle Application Express release 4.1.X |
|
14532437 |
Chart Return To Page prevents editing series |
|
14533519 |
|
|
14546360 |
Mobile List with icons fails in Sample Database Application |
|
14554084 |
Creating tab name with long text throws error |
|
14555653 |
XML parser failure with custom chart colors |
|
14559982 |
Calendar views in theme 25 and theme 26 are not fully accessible |
|
14565654 |
|
|
14580494 |
Hidden item as first item affects automatic grid layout span calculation |
|
14587320 |
Websheet charts do not render properly in Internet Explorer 7 over SSL |
|
14590482 |
Websheet email from address is not shown as the from address in email |
|
14592185 |
Oracle Application Express Advisor does not properly handle list view region |
|
14605541 |
Page level page and dialog transition values are not used in jQuery Mobile application |
|
14621008 |
Create application based on design fails on non-standard table names |
|
14621714 |
$s called with NULL sets "NULL" string in Internet Explorer |
|
14626995 |
Error occurs when edit a Websheet page which contains multibyte page alias |
|
14628640 |
Error occurs when clicking Cancel in adding row in a multibyte named data grid |
|
14636215 |
Dynamic Action Create Wizard - Affected element may incorrectly show as required |
|
14636997 |
Notification message in mobile applications overlaps with other content |
|
14643161 |
No information on upgrade available when upgrading packaged applications |
|
14651423 |
Unable to upload file in a mobile application |
|
14651733 |
RESTful services test buttons should only be enabled for 'get' resource handlers |
|
14652728 |
No data found error when exporting PDF reports |
|
14664375 |
Color Picker and Date Picker (HTML 5) not displayed for jQuery mobile Smartphones |
|
14664649 |
Popup LOV for jQuery Mobile applications displaying |
|
14666892 |
Some interactive report messages cannot be customized to other languages |
|
14672179 |
Oracle Application Express Advisor does not know to observe substitution |
|
14672334 |
Checking Reset Pagination For Page clears the Clear Cache attribute |
|
14672351 |
Theme 25 JavaScript file has console.log causing errors in Internet Explorer |
|
14672613 |
Oracle Application Express interactive report subscriptions are lost after an import of an application |
|
14674126 |
Data loading transformation rule fails if column 1 is substring of column 2 |
|
14680469 |
Theme 50 has incorrect Viewport meta tag allowing for zoom on mobile devices |
|
14681001 |
Developers in a workspace can view scripts uploaded by other developers |
|
14683491 |
|
|
14684868 |
Theme 50 has incorrect Ui-Li-Aside CSS class definition |
|
14685176 |
Create List View/Plugin Region Wizard does not store all entered attribute values |
|
14685869 |
Calendar buttons created without template for mobile calendars |
|
14705631 |
Cannot load > 32K spreadsheet data with copy and paste option |
|
14724684 |
Copy Page Item Wizard, Source item restricts characters unnecessarily |
|
14730656 |
Home is displayed as code in Websheet application in French language |
|
14734825 |
Workspace requests for more space extend the tablespace too much |
|
14735732 |
Set button is missing in workspace details page in Firefox in some languages |
|
14736332 |
Cascading radio group and check box items broken in jQuery Mobile UI |
|
14736763 |
Chart axis values displayed with white font in Chrome for mobile applications |
|
14738067 |
Conceal Drag and Drop Calendar attributes for mobile |
|
14738837 |
Select List item type containing Null return value entries fails when cascading |
|
14743026 |
Calendar template in theme 50 is missing borders |
|
14744294 |
Region caching visible for Global page regions if page number not 0 |
|
14750692 |
List View pages should be created with case-insensitive search by default |
|
14756002 |
Data grid single row view select list double escapes special character |
|
14757259 |
Classic date picker with date format |
|
14760382 |
|
|
14768250 |
Instance passwords for SMTP and wallet cause |
|
14768361 |
|
|
14768991 |
Oracle Application Express Advisor does not properly handle interactive report filters NEQ, NLIKE, IN And NIN in links |
|
14775149 |
Tabular Form Wizard: Parse Err: |
|
14777994 |
Workspaces exported pre release 4.2 cause error when importing into 4.2 - |
|
14779722 |
REST errors reported in |
|
14784118 |
Custom authentication can cause |
|
14785456 |
|
|
14786585 |
Copy Page Wizard loses references to templates |
|
14786921 |
Theme 25 links in buttons list list template do not work |
|
14787445 |
Create Region Wizard does not default position properly |
|
14792173 |
Fetch Row DML Process does not set items with ROWID as Source |
|
14792686 |
Unable to copy HTML5 chart in a mobile application |
|
14797914 |
Application title changes displays invalid characters when special characters are used |
|
14798077 |
Interactive report search button label does not pick up translated text |
|
14798940 |
LDAP Authentication: Error If |
|
14801895 |
Page Template Body attribute only allows to enter up to 4000 characters |
|
14802217 |
Oracle Application Express Advisor: Global page buttons which are referenced in processes fail |
|
14803538 |
Data loading fail if UK columns are using end user defined date/timestamp format |
|
14808500 |
Mobile monthly calendar grid too tall for most mobile devices |
|
14809408 |
Buttons in mobile calendars do not line up |
|
14812921 |
Newline in process success message results in error with Oracle Application Express Listener |
|
14835071 |
Tab template using image-based tab attributes generates incorrect tab HTML |
|
14837012 |
Default Option of select list is not selected in Internet Explorer 9 |
|
14840959 |
Interactive report with exact substitution in region title displays incorrect table summary |
|
14844622 |
Popup LOV displays incorrectly in Firefox when page item gains focus |
|
14850374 |
Creation of data loading in non-English results in |
|
14851244 |
|
|
15829665 |
Max Width attribute of textareas should not be emitted for applications prior to Oracle Application Express release 4.2 |
|
15831333 |
Error when calling |
|
15831577 |
Page items on Global page other than 0 raises error |
|
15836959 |
|
|
15837546 |
Repeat headings on break, group starts on new page-, heading duplicated or repeated |
|
15838175 |
List view images are not displayed if list view uses Page Items To Submit |
|
15842381 |
Forms project mobile application does not use list view item for navigation |
|
15843962 |
Incorrect file reference when using map region of Israel |
|
15850830 |
Countries missing from AnyChart |
|
15851176 |
Tabular form broken when Primary Language set to something other than English and validation error occurs |
|
15854711 |
Create List View Wizard previous button redirects to Tab Options page |
|
15856292 |
Theme 25: Span tag inside of label is hidden |
|
15858237 |
Page submit does not work on Windows Phone 7.5 and 8 |
|
15863103 |
Maps and Gantts should not be available for upgrade to HTML5 in Release 4.2 |
|
15867540 |
Themes 24, 25, 26 - Modal dialogs appear incorrectly in Internet Explorer 8 |
|
15868794 |
Changing target does not change List Entry Current for pages |
|
15871624 |
Logout URL with Public page still requires authentication |
|
15872233 |
Focus On First Field attribute should not be available for jQuery Mobile applications |
|
15873087 |
Dynamic actions with an affected button do not work in translated applications |
|
15874222 |
|
|
15877803 |
Team Development: Release In Dashboard is set 0 by default, leads to query error |
|
15879278 |
Hard-coded Image Prefix on Select A Theme page in Create Application Wizard |
|
15884725 |
Default theme not set during creation of application based on Forms migration |
|
15885013 |
Mobile Calendar Wizard overrides Footer condition on Global mobile page |
|
15887956 |
Missing tabs in Sample Database Application |
|
15889878 |
Cannot delete application if application name contains a double quotation character |
|
15897570 |
Theme 25 interactive report bar is not responsive for mobile devices |
|
15912541 |
RESTful services Reset Sample Data should recreate associated tables |
|
15912601 |
Label templates In jQuery Mobile theme 50 missing |
|
15912836 |
Allow rendering of Gauge charts as HTML5 |
|
15917967 |
Error pages in mobile UI render poorly |
|
15922307 |
Template of Grid Layout of a translated application is not used |
|
15923165 |
Handle resizing of chart on mobile page automatically depending on device used |
|
15929342 |
Edit (List) Region page shows the target page links escaped |
|
15947429 |
SQL Commands can initiate database job unnecessarily when Transactional SQL is disabled |
Table 2 lists bugs fixed in the Oracle Application Express 4.2.2.00.11 patch set.
Table 2 Bugs Fixed in the Oracle Application Express 4.2.2.00.11 Patch Set
| Bug Number | Description |
|---|---|
|
7169462 |
Exported static files results in corrupted files on import |
|
13974984 |
Redirect to URL Buttons do not generate a checksum for appropriate URLS |
|
14309604 |
User group description not accepting maximum characters |
|
14582096 |
|
|
14699842 |
Image size increase when import-export more than one image |
|
15916356 |
Before refresh of a region, fails to cancel the entire event |
|
15935289 |
Enable user other than ANONYMOUS and APEX_PUBLIC_USER to run Application Express |
|
15940544 |
Database Object Dependencies, Compute Dependencies gives |
|
15959506 |
Developer toolbar: Move Show Grid to the right of Show Edit links |
|
15965679 |
List View in jQuery mobile application have no access to subpage |
|
15969515 |
Application Image Prefix attribute should be NULL by default |
|
15984978 |
A Before-Submit dynamic action with a confirmation message fails |
|
15994419 |
Cancel Reset Data should not delete projects for Sample Wizard |
|
15995661 |
Cancel goes to wrong page when adding environment in system catalog |
|
15996380 |
Wrong page when Cancel or Change Environment in Edit Environment page |
|
16002675 |
Clicking link for |
|
16002945 |
SQL And SQLVALUE syntax does not support |
|
16010518 |
Dynamic actions using Dynamic Event Scopes on mobile sometimes do not work |
|
16011703 |
Application Builder search: |
|
16029272 |
After and Before refresh events not being fired in chart of interactive reports |
|
16030411 |
If Application Language Derived From using Browser Language always 'en' |
|
16045072 |
Manage Tabs gives error |
|
16046368 |
Region Utilities, PL/SQL regions gives |
|
16051585 |
Extra space after Column label in interactive report filter |
|
16096118 |
|
|
16097364 |
AJAX calls do not show meaningful errors if Oracle HTTP Server with |
|
16097436 |
End users should not see detailed error message if AJAX call triggers SSP error |
|
16103090 |
Error deleting Microsoft Access migration project |
|
16104481 |
Delete Workspace should first drop user then drop tablespace |
|
16165357 |
Instance Administration always shows packaged application installation count as 1 |
|
16177617 |
jQuery Mobile does not use cached version of JavaScript files |
|
16191196 |
Websheets navigation menus have dark background when using Internet Explorer 8 |
|
16191354 |
Buttons are not displayed in SQL Workshop in translated versions |
|
16192465 |
Copy list handle authorization schemes properly |
|
16198420 |
Theme 23 and 26 - Success message appears twice (Template Code) |
|
16211628 |
Hardcoded |
|
16212066 |
|
|
16225742 |
|
|
16236569 |
Enable interactive report group by Count * And Percent Total Count |
|
16242658 |
Show/Hide item button fails to control other button attributes with Grid Layout |
|
16248868 |
Import of translated 4.1.1 application: User interface record created with wrong ID |
|
16249729 |
Pagination button not properly disabled when editing items in Internet Explorer |
|
16268842 |
Export To PDF, RTF, and XLS from Application Express 4.2.1 Using BI Publisher gives unreadable header |
|
16270085 |
Instance settings incorrectly assigned to non-internal workspace |
|
16288600 |
Global application items do not show in Developer Toolbar Session window |
|
16292676 |
Schema selection not shown in Query Builder |
|
16315123 |
|
|
16318010 |
Page Process, Once Per Session Or When Reset, is not firing in translated application |
|
16368520 |
Create user with description larger than 240 characters does not create user |
|
16373530 |
Can change from region of type HTML to Data Upload Column Mapping |
|
16383567 |
Response from RESTful service with text output is off by one on last parameter |
|
16409544 |
Dynamic action containing a reference greater than 1 element in When selector fails to fire action for each element on page load |
|
16411940 |
Artifacts displayed in call stack when |
|
16440645 |
Page region appears truncated when editing all items |
|
16443640 |
|
|
16444131 |
Region Item Display Position not correctly migrated for release 4.2 or earlier applications |
|
16447504 |
Oracle Application Express Listener printing option does not support print APIs |
|
16449547 |
|
|
16468156 |
Unwanted lines are displayed in |
|
16483690 |
Unable to import SQL scripts using SQL Workshop, SQL Scripts, Import option |
|
16492569 |
|
|
16498928 |
Darkened background for Show Loading indicator does not stretch to full document |
|
16498958 |
On Demand GET requests should redirect if no Application Express session yet |
|
16527183 |
Mobile: Cascading LOV does not work if select list is displayed in dialog |
|
16529338 |
Importing workspace results in |
|
16536609 |
Deprecate support of PL/SQL section in Websheets |
|
16536668 |
Interactive Report, Download to email, substitution strings not being replaced in subject line |
|
16538936 |
Unable to import SQL scripts in German, Spanish, and so on. |
|
16545160 |
Responses Rate line chart displaying duplicate y-axis values |
|
16562938 |
|
|
16575574 |
Export file splitter cannot handle duplicate component names |
|
16582743 |
Error Message |
|
16593319 |
Websheets: Username edit function does not run |
|
16595273 |
If Websheet contains suggested object, import fails with unique constraint error |
|
16600519 |
Double escaping of report column values on Application Builder home page |
|
16601212 |
No data found error encountered when creating a new page from Page Definition |
|
16603010 |
Creating blank pages defaults to Left Sidebar page template |
|
16607625 |
Workspace theme not shown in Create Application wizard |
|
16607687 |
Create Application Wizard - Copy shared components issue with themes |
|
16608852 |
Theme 25 (Blue Responsive) does not have default wizard template defined |
|
16611289 |
Regression: Have no access to the schema while Create Application Wizard using spreadsheet |
|
16617432 |
Report queries fail with custom XSL-FO templates greater than (>) 32K |
|
16621861 |
Upgrade jQuery Mobile to release 1.2.1 |
|
16669380 |
Calendar navigation buttons such as Next and Previous not functional for translated language. |
This section describes other issues and changes in the Oracle Application Express 4.2.2.00.11 patch set.
This section contains these topics:
Deprecation of Logout URLs that use APEX_CUSTOM_AUTH and WWV_FLOW_CUSTOM_AUTH_STD
Changes in How Oracle Application Express Populates CLIENT_INFO in V$SESSION and GV$SESSION
Application Express No Longer Supports Reading Session Cookie Values from within an Application
During the patch set installation, several modifications are automatically applied to all applications using theme jQuery Mobile Smartphone (Theme 50).
If you import an application from Oracle Application Express release 4.2 to Oracle Application Express release 4.2.1, those modifications are not automatically performed.
To pick up these modifications after import, perform the following steps to re-apply the theme:
On the Workspace home page, click the Application Builder icon.
Select the application using theme 50.
Click Shared Components.
Under User Interface, select Themes.
Rename the existing theme 50 to another number:
On the Tasks list, click Change Identification Number.
For Theme Number:
Identify Theme - Select 50. jQuery Mobile Smartphone.
Theme Identification Number - Enter a number greater than 100.
Click Next.
Click Change Theme ID.
Create a new theme from the repository:
Click Create.
For Method, select From the Repository and click Next.
For User Interface, select jQuery Mobile Smartphone and click Next.
For Identify Theme, select jQuery Mobile Smartphone (Theme 50) and click Next.
Click Create.
Make the newly created theme 50 the active theme:
Click Switch Theme.
For Currently Active Theme, select the theme number you created in step 5.
For Switch to Theme, select 50. jQuery Mobile Smartphone and click Next.
For Verify Compatibility, accept the defaults and click Next.
Click Switch Theme.
Delete the old theme 50.
From the Tasks list, click Delete Theme.
For Delete Theme, select the theme number you created in step 5 and click Next.
Click Delete Theme.
During the patch set installation, several modifications are automatically applied to all applications using Blue Responsive (Theme 25).
If you import an application from Oracle Application Express release 4.2 to Oracle Application Express release 4.2.1, those modifications are not automatically performed.
To pick up these modifications after import, perform the following steps to re-apply the theme:
On the Workspace home page, click the Application Builder icon.
Select the application using theme 25.
Click Shared Components.
Under User Interface, select Themes.
Rename the existing theme 25 to another number:
On the Tasks list, click Change Identification Number.
For Theme Number:
Identify Theme - Select 25. Blue Responsive.
Theme Identification Number - Enter a number greater than 100.
Click Next.
Click Change Theme ID.
Create a new theme from the repository:
Click Create.
For Method, select From the Repository and click Next.
For User Interface, select Desktop and click Next.
For Identify Theme, select Blue Responsive (Theme 25) and click Next.
Click Create.
Make the newly created theme 25 the active theme:
Click Switch Theme.
For Currently Active Theme, select the theme number you created in step 5.
For Switch to Theme, select 25. Blue Responsive and click Next.
For Verify Compatibility, accept the defaults and click Next.
Click Switch Theme.
Delete the old theme 25.
From the Tasks list, click Delete Theme.
For Delete Theme, select the theme number you created in step 5 and click Next.
Click Delete Theme.
If you are importing an unlocked packaged application from Oracle Application Express release 4.2.1 or earlier instance, you need to update the Modal Region template.
To update the Modal Region template in an imported, unlocked packaged application:
Import the unlocked packaged application.
Access the Template page:
Select the application to be updated.
Click Shared Components.
Under User Interface, select Templates.
The Templates page appears.
Under Regions, locate and select Modal Region.
Scroll down to Definition and update the template definition by surrounding the template HTML with <div id="#REGION_STATIC_ID#_parent"> and </div>. For example:
<div id="#REGION_STATIC_ID#_parent">
<section class="uRegion uWhiteRegion uModalRegion uAlertRegion clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>
<div class="uRegionHeading">
<h1 class="modal_title">#TITLE#</h1>
</div>
<div class="uRegionContent clearfix">
#BODY#
</div>
<span class="uButtonContainer"> #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#
</span>
</section>
</div>
Click Apply Changes.
The following logout procedures have been deprecated in the Oracle Application Express 4.2.2.00.11 patch set:
APEX_CUSTOM_AUTH.LOGOUT
APEX_CUSTOM_AUTH.LOGOUT_THEN_GO_TO_PAGE
APEX_CUSTOM_AUTH.LOGOUT_THEN_GO_TO_URL
WWV_FLOW_CUSTOM_AUTH_STD.LOGOUT
WWV_FLOW_CUSTOM_AUTH_STD.LOGOUT_THEN_GO_TO_PAGE
WWV_FLOW_CUSTOM_AUTH_STD.LOGOUT_THEN_GO_TO_URL
Oracle recommends users switch to the new logout procedure APEX_AUTHENTICATION.LOGOUT.
The Oracle Application Express 4.2.2.00.11 patch set changes how Application Express populates the CLIENT_INFO value in V$SESSION and GV$SESSION. The new information in this field is workspace ID, followed by colon (:), followed by the authenticated username.
|
Tip: You may have to adapt database instance monitoring scripts which interpretCLIENT_INFO and expect the previous content for Oracle Application Express sessions (username ':' workspace id). |
Oracle Application Express session cookie values now start with the identifier ORA_WWV-. These cookies are removed from the CGI environment variables before the Application Express engine calls application specific code. Oracle Application Express no longer supports the ability to read session cookie values from within Application Express applications.
This section describes changed behavior in the Oracle Application Express 4.2.1.00.08 and 4.2.2.00.11 patch sets.
This section contains these topics:
|
Tip: This section is current as of the writing of this document. To view the most current listing of changed behavior, go to the Known Issues page available off the Downloads page. See:
|
In Oracle Application Express release 4.2.0.00.27, textareas were changed to always use the Maximum Width attribute to restrict text input. Because of issues with existing applications where the Maximum Width attribute contained wrong values, this has been changed to only enforce the length restriction if the application Compatibility Mode attribute is 4.2 or later.
Oracle Application Express includes enhanced security for report column links, where the link contains both JavaScript and references to other report column substitutions. For example:
javascript:alert( 'Delete #NAME#' );
In the previous example, NAME is a column name in the report.
Prior to Oracle Application Express release 4.2.1, in order to protect against possible cross-site scripting vulnerabilities you would have had to explicitly escape any column values in the report source, so that they could safely be used in JavaScript links. In release 4.2.1 when running in Compatibility Mode 4.2, Oracle Application Express automatically JavaScript escapes column name substitutions referenced in JavaScript links if the column is defined to escape special characters.
Existing applications with a Compatibility Mode of less than 4.2 will not be affected. However, if you have an existing application using Compatibility Mode 4.2 and you have manually JavaScript escaped any column values that were referenced in report column links, this will now result in double escaping. To fix this, Oracle recommends that you remove the manual JavaScript escaping from your report source and use of the native escaping.
The jQuery Mobile JavaScript library used by Oracle Application Express has been updated to version 1.2.1.
The AnyChart JavaScript libraries used by Oracle Application Express have been updated to version 6.0.11. This version includes Circular Gauge HTML5 support, and a fix for the display of maps in Chrome 21 or later as referenced in the Oracle Application Express Release Notes. See:
http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35121/toc.htm#CACHEFDH
In Oracle Application Express release 4.2.0.00.27, charts generated on an application page with a jQuery Mobile Smartphone user interface were created with fixed width and height region settings in pixels. This meant that the chart region did not resize correctly according to the mobile device being used to render it.
With Oracle Application Express release 4.2.1, when a chart is created on a page using the jQuery Mobile Smartphone user interface, it correctly resizes to fit the device it is being rendered on. The width is automatically set to 100% of the chart region, and the height is based upon the height of the browser. This automatic resizing only occurs when the values for chart height and width on the Chart Attributes page are set to NULL. To define a fixed width and height for your chart region, you should specify values for width and height on the Chart Attributes page in pixels.
For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program web site at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.
Access to Oracle Support
Oracle customers have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.
Accessibility of Code Examples in Documentation
Screen readers may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, some screen readers may not always read a line of text that consists solely of a bracket or brace.
Accessibility of Links to External Web Sites in Documentation
This documentation may contain links to Web sites of other companies or organizations that Oracle does not own or control. Oracle neither evaluates nor makes any representations regarding the accessibility of these Web sites.
Oracle Application Express Patch Set Notes, Release 4.2.2.00.11
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs. No other rights are granted to the U.S. Government.
This software or hardware is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury. If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group.
This software or hardware and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
|
|
|