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: encapsulating tables in pl/sql packages?

RE: encapsulating tables in pl/sql packages?

From: Joze Senegacnik <JozeS_at_hermes-plus.si>
Date: Sun, 1 Feb 2004 15:07:56 +0100
Message-ID: <E471DDF0A874924DB9FC7D518AF4A29D3274E3@runner.hermes-plus.si>


I am now in the final negotiations with one customer to help them to resolve some performance issues. One of the known problems they have is their FORMS and PL/SQL code that uses such kind of approach. I don't know exactly if they use the code you mention. Some time ago they compared this kind of approach with direct one and they found that packaged approach introduces quite a significant overhead. They are often beyond the edge of the capacity of their system and therefore they are looking for all possible improvements.
Joze

-----Original Message-----

From: Ryan [mailto:ryan.gaffuri_at_cox.net] Sent: Sunday, February 01, 2004 4:57 AM
To: oracle-l_at_freelists.org
Subject: encapsulating tables in pl/sql packages?

Steve Fuerstein has written on this extensively and I heard a guy speak on this recently. I was wondering if anyone tried this. Instead of giving developers direct sql access to tables, each table is wrapped in a package and the developers call those packages to perform select and DML statements on the tables.
if you have done this, please post your experiences.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html


Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Sun Feb 01 2004 - 08:07:56 CST

Original text of this message

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