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

Home -> Community -> Usenet -> c.d.o.server -> Sql and Pl/sql --- Usage

Sql and Pl/sql --- Usage

From: Ian Terence Botham <botham_ian_at_hotmail.com>
Date: 21 Mar 2002 22:28:43 -0800
Message-ID: <709f185b.0203212228.72e238a4@posting.google.com>


Hello..
As I was driving back from my work this evening.. I was thinking of something that has been on my mind for a long time.. I made a quick analysis/research of my code that I developed two years ago. Ok,, Here is what I found...

I had this tendency to write pl/sql most often rather than sql even when the latter would really have mattered..(For instance...I preferred to write a pl/sql function when a decode would have been just perfect) But for some reason that can be attributed to the programing skills I imbibed back at my M.S program,, I felt that pl/sql would enable me create my own world. A pl/sql code would help me reuse the code, helps abstraction, to troubleshoot and maintains a definite approach in creating the logic....I only feel that SQL be a mailman getting the data to work upon..

By resorting to pl/sql most of the time, am I delaying the query/processing performance any bit or taxing the database resources??if so .. how.. aren't we calling pl/sql functions(like decode, replace, translate, rtrim etc., ) in sql ???

I did read thomas kyte one-on-one but thought I found some relevance to pl/sql and sql,which , however got derailed in narration...

Thanks
Ian..... Received on Fri Mar 22 2002 - 00:28:43 CST

Original text of this message

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