473,404 Members | 2,114 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,404 software developers and data experts.

XML, ETL tool and db2 Version 8.2 FP13 on AIX

Hello,

We have to load and store datas in format XML in a Database DB2 V8.1
FP13, instance 64 bits with DataPartitionned Feature, around 3 Tb of
datas stored in the DB ( 6 Generations of 500 Gb ). Platform is an AIX
5.3.0 64 bits.

The version DB2 9.1 allows to store XML format, it would help us but we
can not use this version because the ETL tool ( Powercenter 8.1.0 )
wich will extract the Datas from DB source Oracle does not support DB2
V9.1, this tool will also extract and transform the data since our
DB2UDB to prepare the continuation of the Workflow.
As input for the DB2 we wouldlike to receive flat files to load into
the DB2 DB, we hope to load those Files with good performances.

For the version DB2 V8.1 FP 13 : as I know, is it possible to store XML
datas under the format of CLOB's or under another pseudo-format XML
with the XML Extenders

I have 3 questions :
1) Have somebody of you already installed a same kind of system with
success ?
2) Have somedody of you already tryed to install a same kind of system
without success, if yes what kind of problem did you met ?
3) XML Extenders are included in DB2 V8.1, have you already used them
in a Data Partionned Feature environment ?

All kinds of remarqs and suggestions are welcome.

Regards.
Bernard

Oct 2 '06 #1
3 2749
be***************@swisscom.com schrieb:
Hello,

We have to load and store datas in format XML in a Database DB2 V8.1
FP13, instance 64 bits with DataPartitionned Feature, around 3 Tb of
datas stored in the DB ( 6 Generations of 500 Gb ). Platform is an AIX
5.3.0 64 bits.

The version DB2 9.1 allows to store XML format, it would help us but we
can not use this version because the ETL tool ( Powercenter 8.1.0 )
wich will extract the Datas from DB source Oracle does not support DB2
V9.1, this tool will also extract and transform the data since our
DB2UDB to prepare the continuation of the Workflow.
As input for the DB2 we wouldlike to receive flat files to load into
the DB2 DB, we hope to load those Files with good performances.

For the version DB2 V8.1 FP 13 : as I know, is it possible to store XML
datas under the format of CLOB's or under another pseudo-format XML
with the XML Extenders

I have 3 questions :
1) Have somebody of you already installed a same kind of system with
success ?
2) Have somedody of you already tryed to install a same kind of system
without success, if yes what kind of problem did you met ?
3) XML Extenders are included in DB2 V8.1, have you already used them
in a Data Partionned Feature environment ?

All kinds of remarqs and suggestions are welcome.

Regards.
Bernard
Hello Bernhard,

we are using the XML Extender only for shredding the data into
relational tables. But you can only use 32bit, because the XML Extender
works only in 32bit. Now we have to migrate to DB2 Version 9.1 for the
new xml datatype to store and for the new shredder, which is 8 times faster.

Best regards,
Joachim Müller
Oct 2 '06 #2
hi Bernard,

While I have never tried PowerCenter or installed a similar system...
Regarding your comment about the support of PowerCenter for DB2 9. -
Most ETL tools allow you to write and run scripts. Have you considering
running db2 scripts (via PowerCenter) that will load XML data from
files into DB2 9 ?
But before recommending DB2 9's native XML capabilities. I have a
couple of questions.

What is the size of the XML documents that you are planning to insert ?
What are you planning to do with the inserted XML ?

Also note that in DB2 9 , you still have the shredding option, and the
shredding performance is much improved in comparison to v8.x

Do feel free to get in touch via email if you choose.

Vijay Bommireddipalli
vi*****@us.ibm.com

be***************@swisscom.com wrote:
Hello,

We have to load and store datas in format XML in a Database DB2 V8.1
FP13, instance 64 bits with DataPartitionned Feature, around 3 Tb of
datas stored in the DB ( 6 Generations of 500 Gb ). Platform is an AIX
5.3.0 64 bits.

The version DB2 9.1 allows to store XML format, it would help us but we
can not use this version because the ETL tool ( Powercenter 8.1.0 )
wich will extract the Datas from DB source Oracle does not support DB2
V9.1, this tool will also extract and transform the data since our
DB2UDB to prepare the continuation of the Workflow.
As input for the DB2 we wouldlike to receive flat files to load into
the DB2 DB, we hope to load those Files with good performances.

For the version DB2 V8.1 FP 13 : as I know, is it possible to store XML
datas under the format of CLOB's or under another pseudo-format XML
with the XML Extenders

I have 3 questions :
1) Have somebody of you already installed a same kind of system with
success ?
2) Have somedody of you already tryed to install a same kind of system
without success, if yes what kind of problem did you met ?
3) XML Extenders are included in DB2 V8.1, have you already used them
in a Data Partionned Feature environment ?

All kinds of remarqs and suggestions are welcome.

Regards.
Bernard
Oct 2 '06 #3
Hi Vijay,

Thanks for your Answer,
I still have a couple of things to clarify with the developpers.
I know now,that they will use Powercenter to insert Datas ( not in
Format XML and no load ) into DB2 V8.1 FP13 DB from an existing Oracle
Database; then extract the Data and formatting in XML docs. If it's
real so, the datas will not be store in XML format.
They also talk about a Scheduler (UC4 )to run scripts.

As I know, the next Version of ETL ( Powercenter 8.1.1) will probably
support DB2 V9.1

Anyway, thanks for your answer and support.

Bernard
Vijay Bommireddipalli a écrit :
hi Bernard,

While I have never tried PowerCenter or installed a similar system...
Regarding your comment about the support of PowerCenter for DB2 9. -
Most ETL tools allow you to write and run scripts. Have you considering
running db2 scripts (via PowerCenter) that will load XML data from
files into DB2 9 ?
But before recommending DB2 9's native XML capabilities. I have a
couple of questions.

What is the size of the XML documents that you are planning to insert ?
What are you planning to do with the inserted XML ?

Also note that in DB2 9 , you still have the shredding option, and the
shredding performance is much improved in comparison to v8.x

Do feel free to get in touch via email if you choose.

Vijay Bommireddipalli
vi*****@us.ibm.com

be***************@swisscom.com wrote:
Hello,

We have to load and store datas in format XML in a Database DB2 V8.1
FP13, instance 64 bits with DataPartitionned Feature, around 3 Tb of
datas stored in the DB ( 6 Generations of 500 Gb ). Platform is an AIX
5.3.0 64 bits.

The version DB2 9.1 allows to store XML format, it would help us but we
can not use this version because the ETL tool ( Powercenter 8.1.0 )
wich will extract the Datas from DB source Oracle does not support DB2
V9.1, this tool will also extract and transform the data since our
DB2UDB to prepare the continuation of the Workflow.
As input for the DB2 we wouldlike to receive flat files to load into
the DB2 DB, we hope to load those Files with good performances.

For the version DB2 V8.1 FP 13 : as I know, is it possible to store XML
datas under the format of CLOB's or under another pseudo-format XML
with the XML Extenders

I have 3 questions :
1) Have somebody of you already installed a same kind of system with
success ?
2) Have somedody of you already tryed to install a same kind of system
without success, if yes what kind of problem did you met ?
3) XML Extenders are included in DB2 V8.1, have you already used them
in a Data Partionned Feature environment ?

All kinds of remarqs and suggestions are welcome.

Regards.
Bernard
Oct 4 '06 #4

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

Similar topics

5
by: ColdCanuck | last post by:
Greetings All! I'm hoping some of you .NET gurus can help me out. I've search google but I cannot find the answers I'm looking for. I have a small business client that would like to replace...
14
by: Akseli Mäki | last post by:
Hi, Hopefully this is not too much offtopic. I'm working on a FAQ. I want to make two versions of it, plain text and HTML. I'm looking for a tool that will make a plain text doc out of the...
1
by: Bernavich2004 | last post by:
Thank you in advance for your help. I create an Add-in in .NET by using the wizard ( language is C#). Once my core project is created I F5 the add-in and it shows up just fine in my TOOL menu,...
7
by: Randy | last post by:
Hi Folks, I've recently completed a new information management and help authoring tool; it's available as a free download on my web site. I call it Foundation. It's written in VB.NET, and...
0
by: df | last post by:
I'm seeing a strange problem in the Web App config tool: After creating a role and a user, going back to the Security tab home page, I get a "Specified cast is not valid" error. I've set up my...
4
by: Jim Davis | last post by:
I've been working on a new release of my "debug" library. The original allowed the developer to "dump" complex objects (even those with circular references) to the screen for review. This version...
5
by: yoyo | last post by:
Just to help somebody else if they are looking, we wasted 2 hours last night trying to figure out the problem. (With a manager over our shoulder) We upgraded our 8.1 FP11 instance to FP13....
6
by: chrisg | last post by:
Hi All. I've installed DB2 V8.1 (base) on AIX 5.3 (TL5) and it all works. When I update it to FP13 (having done nothing else to the system at all), it dies. Here is the db2diag.log file. Is...
7
by: ab3331 | last post by:
I need a tool that acts like a browser, but instead of actually rendering a page, it explains in English exactly what rules it's interpreting. This would make it simple to see which rules are...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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...
0
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...

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.