Application Express

Welcome nobody( Logout )
Home
HomeLearn Application ExpressDemonstrationsInteractive Report
Help

About

This is an example of a standard Oracle Application Express interactive report. Click the column headings to filter and sort, click the yellow gear icon to control displayable columns, chart, highlight, print, email, and other functionality.

Demos

  • Calendar
  • Chart
  • Data Entry Form
  • Hierarchy
  • Interactive Report
  • Map
  • Master Detail
  • Pivot
  • Dashboard
  • Tree
  • XML
Select columns to search

View IconsView ReportView Detail
  • Select Columns
  • Filter
  • Rows Per Page
    • 1
    • 5
    • 10
    • 15
    • 20
    • 25
    • 50
    • 100
    • 1000
    • All
  • Format
    • Sort
    • Control Break
    • Highlight
    • Compute
    • Aggregate
    • Chart
    • Group By
  • Flashback
  • Reset
  • Help
  • Download
ORA-04031: unable to allocate 32792 bytes of shared memory ("large pool","unknown object","session heap","kgich")
Sort AscendingSort DescendingHide ColumnControl BreakColumn InformationCompute

SQL

select
    'f?p=4600:7:'||:app_session||':::7:P7_EMPNO:'||e.empno edit_link,
    '#IMAGE_PREFIX#menu/user_red_64.gif' icon,
    e.EMPNO,
    e.ENAME,
    e.JOB,
    e.MGR,
    e.HIREDATE,
    e.SAL,
    e.COMM,
    e.DEPTNO,
    d.dname,
    e.work_city city,
    e.work_country country,
    (select count(*) from wwv_demo_emp e2 where e2.mgr = e.empno) direct_reports
from WWV_DEMO_EMP e,
     wwv_demo_dept d
where e.deptno = d.deptno
Application Express 4.0.2.00.07
Workspace: INTERNAL User: nobody
Language: en | Copyright © 1999, 2010, Oracle. All rights reserved.