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 -> Re: 3rd party generated Dynamic SQL vs Packages

Re: 3rd party generated Dynamic SQL vs Packages

From: MGokman <mgokman_at_aol.com>
Date: 17 Oct 1998 20:39:29 GMT
Message-ID: <19981017163929.11762.00002158@ng98.aol.com>


Stored packages will always be more efficient. Dynamic SQL statements will have to be parded every time you execute them. Statements in a package are parsed once. Received on Sat Oct 17 1998 - 15:39:29 CDT

Original text of this message

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