473,396 Members | 1,866 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Serge: How are those ...

compatibility features coming along?

Wait 'till you get to this:

CREATE TABLE test (
charcol CHAR(2000),
charvaryingcol CHAR VARYING(4000),
charactercol CHARACTER(2000),
charactervaryingcol CHARACTER VARYING(4000),
nationalcharvarying NATIONAL CHAR VARYING(2000),
nationalcharactervaryingcol NATIONAL CHARACTER VARYING(2000),
ncharcol NCHAR(1000),
ncharvaryingcol NCHAR VARYING(2000),
nvarchar2col NVARCHAR2(2000),
varcharcol VARCHAR(4000),
varchar2col VARCHAR2(4000));

or this:

CREATE OR REPLACE PROCEDURE test IS
decvar DEC(38);
decimalvar DECIMAL(38);
doubleprecisionvar DOUBLE PRECISION;
floatvar FLOAT(126);
intvar INT;
integervar INTEGER;
naturalvar NATURAL;
naturalnvar NATURALN := 0;
numbervar NUMBER(38);
numberfvar NUMBER;
numericvar NUMERIC(38);
numericfvar NUMERIC;
plsvar PLS_INTEGER;
positivevar POSITIVE;
positivenvar POSITIVEN := 1;
realvar REAL;
signtypevar SIGNTYPE;
smallintvar SMALLINT;
simplevar SIMPLE_INTEGER;
BEGIN
NULL;
END test;
/

<g>
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
da******@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Nov 9 '07 #1
7 1768
DA Morgan wrote:
compatibility features coming along?
....
BEGIN
NULL;
END test;
Wow! I am humbled by this advanced technology.

Cheers
Serge

--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Nov 9 '07 #2
On Nov 9, 3:04 am, DA Morgan <damor...@psoug.orgwrote:
compatibility features coming along?

Wait 'till you get to this:

CREATE TABLE test (
charcol CHAR(2000),
charvaryingcol CHAR VARYING(4000),
charactercol CHARACTER(2000),
charactervaryingcol CHARACTER VARYING(4000),
nationalcharvarying NATIONAL CHAR VARYING(2000),
nationalcharactervaryingcol NATIONAL CHARACTER VARYING(2000),
ncharcol NCHAR(1000),
ncharvaryingcol NCHAR VARYING(2000),
nvarchar2col NVARCHAR2(2000),
varcharcol VARCHAR(4000),
varchar2col VARCHAR2(4000));

or this:

CREATE OR REPLACE PROCEDURE test IS
decvar DEC(38);
decimalvar DECIMAL(38);
doubleprecisionvar DOUBLE PRECISION;
floatvar FLOAT(126);
intvar INT;
integervar INTEGER;
naturalvar NATURAL;
naturalnvar NATURALN := 0;
numbervar NUMBER(38);
numberfvar NUMBER;
numericvar NUMERIC(38);
numericfvar NUMERIC;
plsvar PLS_INTEGER;
positivevar POSITIVE;
positivenvar POSITIVEN := 1;
realvar REAL;
signtypevar SIGNTYPE;
smallintvar SMALLINT;
simplevar SIMPLE_INTEGER;
BEGIN
NULL;
END test;
/

<g>
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damor...@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Groupwww.psoug.org
What's your point?
How is this different from the trolling and spamming you accuse some
MS MVP's of in c.d.o.s.?
One would expect better behaviour from an Oracle Ace Director.

--
Jeroen

Nov 9 '07 #3
On Nov 9, 5:29 am, Serge Rielau <srie...@ca.ibm.comwrote:
DA Morgan wrote:
compatibility features coming along?
...
BEGIN
NULL;
END test;

Wow! I am humbled by this advanced technology.

Cheers
Serge
I have seen/heard some pretty amazing stuff at IDUG - Europe this
week, but I have to admit none of it can compete with the simplicity
of Daniel's inventive setup. Just brilliant!

You really should have been here in Athens, Serge.
Ah well, maybe next time in Warsaw, Poland.

Cheers

--
Jeroen

Nov 9 '07 #4
Jeroen van den Broek wrote:
On Nov 9, 5:29 am, Serge Rielau <srie...@ca.ibm.comwrote:
>DA Morgan wrote:
>>compatibility features coming along?
...
>>BEGIN
NULL;
END test;
Wow! I am humbled by this advanced technology.

Cheers
Serge

I have seen/heard some pretty amazing stuff at IDUG - Europe this
week, but I have to admit none of it can compete with the simplicity
of Daniel's inventive setup. Just brilliant!

You really should have been here in Athens, Serge.
Ah well, maybe next time in Warsaw, Poland.
Put a good word in for me at IDUG. I got rejected, as always.
App development is so unpopular...
Perhaps if I submit: "BACKUP, PERFORMANCE, OPTIMZATION, INTERNALS,
STATISTICS" the automated IDUG acceptance tool will let me through ;-)

Cheers
Serge
--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Nov 9 '07 #5
Serge Rielau wrote:
Put a good word in for me at IDUG. I got rejected, as always.
App development is so unpopular...
Then I don't have to feel bad that my proposal wasn't accepted either - if
even yours got rejected... :-)

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Nov 9 '07 #6
Jeroen van den Broek wrote:
On Nov 9, 3:04 am, DA Morgan <damor...@psoug.orgwrote:
>compatibility features coming along?

Wait 'till you get to this:

CREATE TABLE test (
charcol CHAR(2000),
charvaryingcol CHAR VARYING(4000),
charactercol CHARACTER(2000),
charactervaryingcol CHARACTER VARYING(4000),
nationalcharvarying NATIONAL CHAR VARYING(2000),
nationalcharactervaryingcol NATIONAL CHARACTER VARYING(2000),
ncharcol NCHAR(1000),
ncharvaryingcol NCHAR VARYING(2000),
nvarchar2col NVARCHAR2(2000),
varcharcol VARCHAR(4000),
varchar2col VARCHAR2(4000));

or this:

CREATE OR REPLACE PROCEDURE test IS
decvar DEC(38);
decimalvar DECIMAL(38);
doubleprecisionvar DOUBLE PRECISION;
floatvar FLOAT(126);
intvar INT;
integervar INTEGER;
naturalvar NATURAL;
naturalnvar NATURALN := 0;
numbervar NUMBER(38);
numberfvar NUMBER;
numericvar NUMERIC(38);
numericfvar NUMERIC;
plsvar PLS_INTEGER;
positivevar POSITIVE;
positivenvar POSITIVEN := 1;
realvar REAL;
signtypevar SIGNTYPE;
smallintvar SMALLINT;
simplevar SIMPLE_INTEGER;
BEGIN
NULL;
END test;
/

<g>
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damor...@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Groupwww.psoug.org

What's your point?
How is this different from the trolling and spamming you accuse some
MS MVP's of in c.d.o.s.?
One would expect better behaviour from an Oracle Ace Director.

--
Jeroen
Serge asked me to post here to continue a discussion: Ask him. <g>

Sorry about not clicking the sig lines. I try to remember to do so
when not in an appropriate group.
--
Daniel A. Morgan
University of Washington
Nov 10 '07 #7
DA Morgan wrote:
Serge asked me to post here to continue a discussion: Ask him. <g>
I wouldn't call what you posted here a discussion.
Be constructive and you shall be treated with respect.
Constructive could be to download DB2 Express C and take the features
through their paces. I'll gladly take error reports and improvement
proposals. I'm not interested in you showing of how badly Oracle's
NUMBER type performs and their gazillion workarounds they had to do
because they overloaded INTEGER with NUMBER. All you are showing of is
complexity obfuscated under the veil of "capability".

Cheers
Serge
--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Nov 10 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: serge calderara | last post by:
Dear all, I have a tool which is able to receive any kind of data from a remote system. For that I need to get the ipadress of the remote system. If the system is not connected to a DHCP...
12
by: serge calderara | last post by:
Dear all, I have a function that I need to run in a thread due to the fact that it can takes long time to execute according to the amount of data to collect. This function is also populating a...
14
by: Serge Rielau | last post by:
Shameless self promotion ;-) http://www-106.ibm.com/developerworks/db2/library/techarticle/dm-0501rielau/ I've now reached the end of my "mini-series" around SQL Procedures. If anyone has ideas...
6
by: Jean-Marc Blaise | last post by:
Hi Folks, I have a SQL proc that does the following below (this is a MDC rollout; I drop indexes because YEAR_NUM which is a dimension, is part of the unique index, and the optimizer decides to...
6
by: pankaj_wolfhunter | last post by:
Hi, We have "if exists" and "create or replace view" clause to check for the existence of a table or view in sybase and Oracle. Just wanna know is there any way we can do this in DB2? For some...
8
by: Konstantin Andreev | last post by:
Hello, Serge. A while ago SR> Subject: Re: poor query performance SR> Date: Thu, 08 Sep 2005 06:31:52 -0400 SR> Message-ID: <3oaiamF50mntU1@individual.net> you have posted here your...
5
by: eap90210 | last post by:
Ciao a tutti ( Hi to all ) ( sorry for my bad english ) ! I have a problem with dynamic sql. I try to read all internet but I don't understand anything ! So I hope in Serge ( I love toronto in...
5
by: Rahul Babbar | last post by:
Hi, I am getting the error while trying to take a backup of the schema according to the backupschema.sql written at http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0602... ...
0
by: Serge Rielau | last post by:
Version and platform? -- Serge Rielau DB2 Solutions Development IBM Toronto Lab
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.