Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: More views
You won't find performance gains by using views, and in fact the exact opposite can happen.
If you make use of views, you *must* read the 'Designing and Tuning for Performance' manual, as there are certain types of SQL statements that you don't want to use in a view.
Personally, I prefer not to use views other than base table views, as tuning SQL based on joining complex views is rather tedious.
Jared
On Tuesday 29 May 2001 02:25, Roland.Skoldblom_at_ica.se wrote:
> 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: Jared Still INET: jkstill_at_cybcon.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 - 13:50:49 CDT
![]() |
![]() |