Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Designer's Table API: Threat or Menace?

Re: Designer's Table API: Threat or Menace?

From: Connor McDonald <hamcdc_at_yahoo.co.uk>
Date: Tue, 02 Apr 2002 07:43:35 -0800
Message-ID: <F001.00438CFD.20020402074335@fatcity.com>


Worked on a "100% generated" application on very similar versions you state. Although I used the term 100% in quotes, I was very impressed with the developers - who got about 95% of the gui (screens, reports) done purely through Designer.

Table API's were used primarily for the journalling feature. Worked fine - the only real pain being that any references to CG_REF_CODES in the validation code were done with literals - so heaps of parsing with sql's that could for all intensive purposes be common.  You'll your shared pool littered with

select ..
from cg_ref_codes
where domain = some_literal_in_quotes
and ...

I raised an enhancement with Oracle, but as at 6i.2 (the last time I looked at Designer) it was still the same.

hth
connor


Connor McDonald
http://www.oracledba.co.uk (mirrored at http://www.oradba.freeserve.co.uk)

"Some days you're the pigeon, some days you're the statue"



Do You Yahoo!?
Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: =?iso-8859-1?q?Connor=20McDonald?=
  INET: hamcdc_at_yahoo.co.uk

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Apr 02 2002 - 09:43:35 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US