Quantcast
OracleBrains.Com header image 5

Entries Tagged as '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 [...]

[Read more →]

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) [...]

[Read more →]

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 [...]

[Read more →]

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 [...]

[Read more →]

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 [...]

[Read more →]

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 [...]

[Read more →]

Tags: Oracle BI Publisher Desktop

Creating BI Publisher report using Group Above, Group Left and Sum function

January 25th, 2008 · 4 Comments

Today I create my second report using group above and group left.
I also used sum function in this report.
First I [...]

[Read more →]

Tags: BI Publisher · Oracle BI Publisher Desktop

Understanding Architecture Changes from Oracle Reports to BI Publisher

January 23rd, 2008 · 1 Comment

Yesterday I post about how I design my first BI Publisher report in offline mode.
Today I would like to share [...]

[Read more →]

Tags: BI Publisher

Creating my first report for BI Publisher in offline mode!

January 22nd, 2008 · 5 Comments

Today I went through BI Publisher Desktop Tool , used for designing report template for BI Publisher.
With my 8+ years [...]

[Read more →]

Tags: BI Publisher · Oracle BI Publisher Desktop

Removing Report Server in Middle Tier

January 9th, 2008 · 3 Comments

Example, I have following report server (highlighted) which I need to delete.

Assume %OMH% is Oracle Middle Tier Home
Go to %OMH% [...]

[Read more →]

Tags: Oracle Reports