Today while working on Oracle Application Express, I came across a situation, where I need to define same variables (Application [...]
Entries Tagged as 'Development Tools'
Application Express :: Copying Application Items from one application to another.
September 26th, 2009 · No Comments
Tags: Application Express · Development Tools
ORA-20001 error in Application Express 3.2.0.00.27 with Oracle Database 11g release 1 (11.1)
March 11th, 2009 · 2 Comments
ORA-20001 is a most common error that occur when we first configure Application Express for PDF/report printing.
Error is displayed as [...]
Tags: Application Express · Development Tools
SQL Command problem in Application Express 3.2.0.00.27
March 6th, 2009 · No Comments
Yesterday I installed Oracle Application Express 3.2.0.00.27.
While doing my r&d, I came across one problem in SQL Command.
For example I wanted [...]
Tags: Application Express · Development Tools
Oracle Application Express 3.2 New Features!!!
February 16th, 2009 · No Comments
At last new release of Oracle Application Express 3.2 seem to be near!
Oracle hasn’t made it available for download, but [...]
Tags: Application Express · Development Tools
Connecting Oracle Reports 10g to Oracle Database 11g
September 27th, 2008 · 2 Comments
Yesterday I tested migration of one of the oracle forms 10g release 1 application’s database from Oracle 10g Release 1 [...]
Tags: Oracle 11g New Features · Oracle Forms · Oracle Reports
Generating same column of a table with ascending order and descending order Simple query
July 26th, 2008 · 3 Comments
SELECT E1.EMPNO,E2.EMPNO FROM (SELECT ROWNUM r1,empno FROM emp ORDER BY empno DESC)e1,(SELECT ROWNUM r2,empno FROM emp ORDER BY empno ASC) [...]
Tags: SQL and PL/SQL · SQL*Plus
Changing the password of internal ADMIN account in Application Express 3.1
March 10th, 2008 · No Comments
Now in Application Express 3.1 installation we have two scripts to change the password of internal ADMIN account.
First one is [...]
Tags: Application Express
Upgrading to Application Express 3.1 in your Oracle Database XE
March 10th, 2008 · 1 Comment
Even though there is a document about up-gradation at Oracle, I wrote what I thought I will be following in [...]
Tags: Application Express
Changing the password of Application Express internal ADMIN account
February 27th, 2008 · No Comments
Recently I forget the Application Express (version 3.0.1) internal ADMIN account of my development site.
So to change the password without [...]
Tags: Application Express
Short Intro to Oracle BI Publisher Desktop
January 30th, 2008 · No Comments
Oracle BI Publisher Desktop is provided by Oracle to aid in development of BI Publisher templates from your desktop with [...]