Katz,

I am sure you are not the CUSTOMER as mentioned by MOHAMMAD AMER in the
original mail ^_^.

Aleem

 -----Original Message-----
[mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, February 13, 2001 12:45 AM
To:     Multiple recipients of list ORACLE-L
Subject:        RE: this drove me crazy!!!

 << File: ATT01374.txt >> 

I can do it.
SQL> create or replace function dumb
  2  return number is
  3  pragma autonomous_transaction;
  4  begin
  5  insert into emp (empno) values (10);
  6  commit;
  7  return 0;
  8  end;
  9  /

Function created.

Try a few of these:

SQL> select empno
  2  from emp
  3  where dumb=0 and
  4  empno < 20;






"Boivin, Patrice J" <[EMAIL PROTECTED]> on 02/12/2001 08:55:37 AM

Please respond to [EMAIL PROTECTED]

To:   Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
cc:    (bcc: Chaim Katz/Completions/Bombardier)



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Abdul Aleem
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to