Print
Server Status
SQL: select name, status from servers
NAME
STATUS
Oracle 9.2.0.5
UP
Microsoft SQL Server
DOWN
Oracle 10g
UP
Server Status with Images
SQL: select name, decode(status, 'UP', '<img src="/i/orcl/up.gif">', 'DOWN', '<img src="/i/orcl/down.gif">') status from servers
NAME
STATUS
Oracle 9.2.0.5
Microsoft SQL Server
Oracle 10g
APEX_PUBLIC_USER
Copyright © 2004, All rights reserved.