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: A quick pl/sql datatypes question

RE: A quick pl/sql datatypes question

From: Thomas, Kevin <Kevin.Thomas_at_calanais.com>
Date: Tue, 28 Aug 2001 00:30:22 -0700
Message-ID: <F001.00379305.20010828001605@fatcity.com>

It may be better to name it specifically as INTEGER etc. but good practice would dictate using the %TYPE option..

K.

-----Original Message-----
Sent: 27 August 2001 17:01
To: Multiple recipients of list ORACLE-L

Dear gurus !
What is better performance-wise - to declare a variable inside a pl/sql block (or a trigger) as integer (number , Pls_integer etc..) or as mytable.mycolumn%TYPE .
Again , i'm concerned ONLY about performance in this question.

Thanks a lot.

DBAndrey

--

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

Author: Andrey Bronfin
  INET: andreyb_at_elrontelesoft.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).
--

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

Author: Thomas, Kevin
  INET: Kevin.Thomas_at_calanais.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 Aug 28 2001 - 02:30:22 CDT

Original text of this message

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