473,479 Members | 2,117 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Table qualifier in DB2 AS/400

We have databases on an RS/6000 which we would like to try moving to
AS/400.
On the AIX box we create a number of databases (Dev, Sys Test etc) and
within each database there are a number of tables qualified with
schema names (id's),
so we would end up with

Database DEV
TABLE data.name
TABLE data.address1
TABLE comms.table1

Database TEST
TABLE data.name
TABLE data.address1
TABLE comms.table1
And so on......

On the AS/400 we are having trouble creating this environment as there
only appears to be a single database then within this a number of
collections and within this a number of tables. We cannot find how to
get another level of qualifier to replicate our AIX environment. And
buying more AS/400's is not an option :)

Any help or advice would be much appreciated.

Many Thanks,
Trevor Davies.
Nov 12 '05 #1
4 3571
Trevor Davies wrote:
We have databases on an RS/6000 which we would like to try moving to
AS/400.
On the AIX box we create a number of databases (Dev, Sys Test etc) and
within each database there are a number of tables qualified with
schema names (id's),
so we would end up with

Database DEV
TABLE data.name
TABLE data.address1
TABLE comms.table1

Database TEST
TABLE data.name
TABLE data.address1
TABLE comms.table1
And so on......

On the AS/400 we are having trouble creating this environment as there
only appears to be a single database then within this a number of
collections and within this a number of tables. We cannot find how to
get another level of qualifier to replicate our AIX environment. And
buying more AS/400's is not an option :)

Any help or advice would be much appreciated.


In your other post you mentioned V4R5. If you upgrade to V5R2 there is
a function called IASPs - Independent Auxilliary Storage Pools - that
supports multiple databases.
http://publib.boulder.ibm.com/iserie...rbafzmst10.htm

Fyi, V4R5 is no longer supported. If you cannot upgrade to V5R2 you
will probably need to change the naming scheme.

--
Karl Hanson
Nov 12 '05 #2
Trevor Davies wrote:
We have databases on an RS/6000 which we would like to try moving to
AS/400.
On the AIX box we create a number of databases (Dev, Sys Test etc) and
within each database there are a number of tables qualified with
schema names (id's),
so we would end up with

Database DEV
TABLE data.name
TABLE data.address1
TABLE comms.table1

Database TEST
TABLE data.name
TABLE data.address1
TABLE comms.table1
And so on......

On the AS/400 we are having trouble creating this environment as there
only appears to be a single database then within this a number of
collections and within this a number of tables. We cannot find how to
get another level of qualifier to replicate our AIX environment. And
buying more AS/400's is not an option :)

Any help or advice would be much appreciated.


In your other post you mentioned V4R5. If you upgrade to V5R2 there is
a function called IASPs - Independent Auxilliary Storage Pools - that
supports multiple databases.
http://publib.boulder.ibm.com/iserie...rbafzmst10.htm

Fyi, V4R5 is no longer supported. If you cannot upgrade to V5R2 you
will probably need to change the naming scheme.

--
Karl Hanson
Nov 12 '05 #3
Karl,
Many thanks for the advice, it sounds like v5r2 is our best bet !

Thanks,
Trevor Davies.

Karl Hanson <kc******@youess.ibm.com> wrote in message news:<c6**********@news.rchland.ibm.com>...
Trevor Davies wrote:
We have databases on an RS/6000 which we would like to try moving to
AS/400.
On the AIX box we create a number of databases (Dev, Sys Test etc) and
within each database there are a number of tables qualified with
schema names (id's),
so we would end up with

Database DEV
TABLE data.name
TABLE data.address1
TABLE comms.table1

Database TEST
TABLE data.name
TABLE data.address1
TABLE comms.table1
And so on......

On the AS/400 we are having trouble creating this environment as there
only appears to be a single database then within this a number of
collections and within this a number of tables. We cannot find how to
get another level of qualifier to replicate our AIX environment. And
buying more AS/400's is not an option :)

Any help or advice would be much appreciated.


In your other post you mentioned V4R5. If you upgrade to V5R2 there is
a function called IASPs - Independent Auxilliary Storage Pools - that
supports multiple databases.
http://publib.boulder.ibm.com/iserie...rbafzmst10.htm

Fyi, V4R5 is no longer supported. If you cannot upgrade to V5R2 you
will probably need to change the naming scheme.

Nov 12 '05 #4
Karl,
Many thanks for the advice, it sounds like v5r2 is our best bet !

Thanks,
Trevor Davies.

Karl Hanson <kc******@youess.ibm.com> wrote in message news:<c6**********@news.rchland.ibm.com>...
Trevor Davies wrote:
We have databases on an RS/6000 which we would like to try moving to
AS/400.
On the AIX box we create a number of databases (Dev, Sys Test etc) and
within each database there are a number of tables qualified with
schema names (id's),
so we would end up with

Database DEV
TABLE data.name
TABLE data.address1
TABLE comms.table1

Database TEST
TABLE data.name
TABLE data.address1
TABLE comms.table1
And so on......

On the AS/400 we are having trouble creating this environment as there
only appears to be a single database then within this a number of
collections and within this a number of tables. We cannot find how to
get another level of qualifier to replicate our AIX environment. And
buying more AS/400's is not an option :)

Any help or advice would be much appreciated.


In your other post you mentioned V4R5. If you upgrade to V5R2 there is
a function called IASPs - Independent Auxilliary Storage Pools - that
supports multiple databases.
http://publib.boulder.ibm.com/iserie...rbafzmst10.htm

Fyi, V4R5 is no longer supported. If you cannot upgrade to V5R2 you
will probably need to change the naming scheme.

Nov 12 '05 #5

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

Similar topics

4
1959
by: Mahesh Tomar | last post by:
Dear Readers, I am porting my existing C code to C++. In my existing code there are numerous functions that has been defined with CONST qualifier. For eg. foo(const DATA_TYPE *x); DATA_TYPE is...
13
2461
by: matthias_k | last post by:
Hi, I've never thought about this before, but since you are able to overload a function only by changing the const-ness of the formal parameters, some annoying side effects will arise. For...
0
384
by: Trevor Davies | last post by:
We have databases on an RS/6000 which we would like to try moving to AS/400. On the AIX box we create a number of databases (Dev, Sys Test etc) and within each database there are a number of...
7
1493
by: Charles Sullivan | last post by:
On my system (using gcc) I found I need to use the "volatile" qualifier to limit compiler optimization. I notice that this qualifier is described in K&R 2nd edition (1988) but not in K&R 1st...
2
4034
by: kjewell23 | last post by:
I'm getting this error column qualifier or table undefined in asp.net Dim connectionstring As String connectionstring = "DRIVER=Client Access ODBC Driver...
4
2208
by: Ben Petering | last post by:
Hi group, this is a 'best practice' type question (I want discussion of the issue - whys and why nots - similar to "casting the return value of malloc()", to cite an analogous case). Let's...
2
3241
by: venkat | last post by:
Hi, i came across restrict qualifier while looking the code. I haven't able to understand what does this do?. Can some one help me how does this makes the things restrict to an specified...
9
1359
by: istillshine | last post by:
It seems I never need to use it. It only made a long line longer, and made you type five more characters. I feel so strange why people are talking about it.
9
3128
by: JWM81274 | last post by:
Is there a statement that will allow appending to the end of table when inserting new data? I use multiple "insert into table1(timestamp1,area1,value1,value2...)" to insert different area data with...
0
7033
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
6903
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7027
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
5318
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4763
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4468
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2974
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
557
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
170
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.