Re: OT: Chicago Oracle Users Group Meeting with Rich Niemiec/Steven Feuerstein - August 26th, 2016

From: Chris Taylor <christopherdtaylor1994_at_gmail.com>
Date: Wed, 20 Jul 2016 12:48:41 -0500
Message-ID: <CAP79kiQ=So8N3ydg-1uXUQfxNmhuOuhY9HL6Kr+RFMeFBzDa2g_at_mail.gmail.com>



Oracle confirms they are not the same. ;)

set serveroutput on
declare
exception_custom1 EXCEPTION;
exception_custom2 EXCEPTION;
PRAGMA EXCEPTION_INIT( exception_custom1, -20001 ); PRAGMA EXCEPTION_INIT( exception_custom2, -20002 ); v_diff number;
begin
select length('Chicago') - length('Cleveland') into v_diff from dual; IF
v_diff <> 0 then RAISE_APPLICATION_ERROR(-20001,'These Cities are definitely not the same.');
ELSE
RAISE_APPLICATION_ERROR(-20002,'These Cities are definitely the same.'); end if;
end;
/

On Wed, Jul 20, 2016 at 12:34 PM, Kellyn Pot'Vin-Gorman <dbakevlar_at_gmail.com
> wrote:

> Because Cleveland and Chicago are the same place? :)
>
> On Jul 20, 2016 9:41 AM, "Mladen Gogala" <gogala.mladen_at_gmail.com> wrote:
>
>> On 07/20/2016 11:36 AM, Alfredo Abate wrote:
>>
>>> Hello,
>>>
>>> The Chicago Oracle Users Group (COUG) will be having a meeting on
>>> Friday, July 26th. We have a great speaker line up with Rich Niemiec and
>>> Steven Feuerstein.
>>>
>>> As always the meetings are free and anyone is welcome to attend.
>>>
>>> You will find the details about the event and the registration here:
>>>
>>> http://tinyurl.com/zfzegdl
>>>
>>>
>>> Best Regards,
>>>
>>> Alfredo Abate
>>> President - Chicago Oracle Users Group
>>> www.coug.club
>>>
>>
>> Are open carry persons welcome or not? The recent events from Cleveland
>> arose my suspicion.
>>
>> --
>> Mladen Gogala
>> Oracle DBA
>> Tel: (347) 321-1217
>>
>> --
>> http://www.freelists.org/webpage/oracle-l
>>
>>
>>

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jul 20 2016 - 19:48:41 CEST

Original text of this message