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: Truncate in a procedure?

RE: Truncate in a procedure?

From: Johan Locke_at_i-Commerce Services <Locke_at_i-Commerce>
Date: Sun, 18 Feb 2001 21:29:00 -0800
Message-ID: <F001.002B7A48.20010218203546@fatcity.com>

'ello

As far as I can remember, "Truncate" is part of DDL, not part of DML

Ie. for it to work, you'd require the DBMS_SQL package (Dynamic SQL) or DBMS_DDL package.

All DDL causes an implicit commit

Cheers
JL

-----Original Message-----
Sent: Monday, February 19, 2001 5:50 AM
To: Multiple recipients of list ORACLE-L

Hi,

 I wanted to let u know that when u issue a  truncate command, it will issue a implicit commit  internally. This may be something which u would  not like to have in a transaction.

 Just a FYI..

Regards
Rajagopal Venkataramany


Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rajagopal Venkataramany
  INET: gvrvrr_at_yahoo.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: Johan Locke_at_i-Commerce Services
  INET: Johan.Locke_at_za.didata.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 Sun Feb 18 2001 - 23:29:00 CST

Original text of this message

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