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: More views

RE: More views

From: Amar Kumar Padhi <TS2017_at_emirates.com>
Date: Tue, 29 May 2001 03:29:02 -0700
Message-ID: <F001.003118D5.20010529030028@fatcity.com>

Using views instead of tables directly will not have any performance gain. Views should not be measured with table for performance as they are meant for a different purpose. If you can use tables, use it. If you want to hide coding complexity, customise data, check on user access etc., evaluate using a view.

rgds
amar

-----Original Message-----
Sent: Tuesday, May 29, 2001 1:26 PM
To: Multiple recipients of list ORACLE-L

Hallo all you DBA gurus,

Is it possible to get a more fast procedur running, by creating views of tables(many tables involved) instead of querying directly on the tables.?

Roland Sköldblom

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: Roland.Skoldblom_at_ica.se

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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Amar Kumar Padhi INET: TS2017_at_emirates.com 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 May 29 2001 - 05:29:02 CDT

Original text of this message

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