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

From: Kellyn Pot'Vin-Gorman <dbakevlar_at_gmail.com>
Date: Wed, 20 Jul 2016 12:07:56 -0600
Message-Id: <CD8290D0-7B61-4BCC-8079-A2BCA6BF0298_at_gmail.com>



So if we use NY as the center of the universe, its 460 miles from NY to Cleveland. Its 713 miles from NY to Chicago. They border different lakes, (the great lakes, which are really inland seas) and outside of having similar latitude, nope, not buying it…. And as Chris said, even Oracle says they aren’t the same. :)

> On Jul 20, 2016, at 11:48 AM, Chris Taylor <christopherdtaylor1994_at_gmail.com> wrote:
>
> 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 <mailto: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 <mailto: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 <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 <tel:%28347%29%20321-1217>
>
> --
> http://www.freelists.org/webpage/oracle-l <http://www.freelists.org/webpage/oracle-l>
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jul 20 2016 - 20:07:56 CEST

Original text of this message