Skip to Content
Oracle Distributed Systems
book

Oracle Distributed Systems

by Charles Dye
April 1999
Intermediate to advanced
552 pages
15h 39m
English
O'Reilly Media, Inc.
Content preview from Oracle Distributed Systems

defcall.sql

----------------------------------------------------------------------------- 
-- Filename:    defcall.sql
-- Purpose:     Reports on all queued calls in defcall.
-- Author:      Chas. Dye (cdye@excitecorp.com)
-- Date:        28-Jun-1996
--
-- Modification History
-- -------------------
-- 03-Jun-1998 : Chas. : Removed deferred_tran_db field (not in Oracle8)
---------------------------------------------------------------------------
col callno              heading "Call|No"               format 9999
col deferred_tran_id    heading "Deferred|Tran|ID"      format a12
col schemaname          heading "Schema|Name"           format a8
col packagename         heading "Package|Name"          format a25
col procname            heading "Procedure|Name"        format a10
col argcount            heading "Arg|Count"             format 999
col dblink              heading "Destination"           format a17

SELECT  c.callno,
        c.deferred_tran_id,
        c.packagename,
        c.procname,
        c.argcount,
        d.dblink
FROM    defcall c, defcalldest d
WHERE   c.callno = d.callno
AND     c.deferred_tran_id = d.deferred_tran_id
/
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Expert Oracle Exadata, Second Edition

Expert Oracle Exadata, Second Edition

Martin Bach, Karl Arao, Andy Colvin, Frits Hoogland, Randy Johnson, Kerry Osborne, Tanel Poder
Expert Oracle RAC 12c

Expert Oracle RAC 12c

Syed Jaffar Hussain, Tariq Farooq, Riyaj Shamsudeen, Kai Yu

Publisher Resources

ISBN: 1565924320Supplemental ContentCatalog PageErrata