473,395 Members | 1,949 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,395 software developers and data experts.

Querry using Catalog information..

4
i have 2 identical tables tables in LUW database and host server ,
and i did a federation setup between LUW database and HOST db

now i have compared the data between these 2 tables and updated columns using below commands.

select *from LS77DB.TLPRZUL_BEDG where BEDG_NR NOT IN (select BEDG_NR from LS77DB.TLPRZUL_BEDG_tst) order by BEDG_NR;
select *from LS77DB.TLPRZUL_BEDG_tst where BEDG_NR NOT IN (select BEDG_NR from LS77DB.TLPRZUL_BEDG) order by BEDG_NR;
select *from LS77DB.TLPRZUL_BEDG A JOIN
LS77DB.TLPRZUL_BEDG B ON
A.BEDG_NR=B.BEDG_NR where
A.MANDANT_NR <> B.MANDANT_NR or
A.OBJEKT_VERSION <> B.OBJEKT_VERSION or
A.BEDG_KURZBEZ <> B.BEDG_KURZBEZ or
A.BEDG_NAME <> B.BEDG_NAME or
A.BEDG_BESCHRBG <> B.BEDG_BESCHRBG or
A.F_ONLINE_NAME <> B.F_ONLINE_NAME or
A.REIHENFOLGE <> B.REIHENFOLGE or
A.BEDG_ART_NR <> B.BEDG_ART_NR or
A.BEDG_DLCBEZ <> B.BEDG_DLCBEZ or
A.SELEKTIONSNR <> B.SELEKTIONSNR or
A.KZ_INHALTSVERZ <> B.KZ_INHALTSVERZ;


is there any way to do these 3 steps using syscatlog tables for a given 2 tables??
Sep 14 '10 #1
0 1093

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: James | last post by:
HI, I'm looking for a script that will allow users/admins to have a one click backup solution for a MYSQL Database.. 'BACK DATABASE' button, click and its done... The a restore option, that...
2
by: jagdishkab | last post by:
When I try to connect to a MS Access 2000 database in enterprise Manager , i get an error "Login failed - Catalog information cannot be retrieved". I get this error message in a dialog...
1
by: Sonn Hyeun Seong | last post by:
Hi All DB2 specialist . i want get caloged information with C API function (in windows). Q1. what is same ability API function 'list databases directory' command in CLI mode? Q2. where are...
6
by: Chuck | last post by:
What's the difference between using "catalog node" and catalog admin node"? -- Chuck Remove "_nospam" to reply by email
2
by: Brett Smith | last post by:
I currently I am using integrated windows authentication, (anonymous access disabled), with impersonation on my asp.net app. I would like to implement forms authentication against AD, but I have...
4
by: datapro01 | last post by:
Running DB28.2 on AIX 5.2. I have two questions if its possible for anyone to assist. 1. Is it possible to make use of a 'Shadow Catalog' on DB2 UDB v8.2 on AIX? If so, how? Can anyone give...
1
by: vivekaseeja | last post by:
Hi, Is there a way to know if a class inherits from a particular interface using Type information and reflection ? Thanks in advance ..
2
by: 000dreamsound000 | last post by:
Hi I am working on a security network camera system as part of a summer project of mine. The camera allows use of a TCP server for event configuration. I have coded a simple TCP server which beeps...
0
by: krishnasarma | last post by:
Hi i 'm temporarily creating and deleting queries using catalog.procedures.append/delete method.But some Queries even though added in procedures collection ,it automatically get removed when i...
4
by: Steve | last post by:
Hi guys, You know how annoying it is when Visual Studio keeps asking you for a username and password to access TFS? I figured it would be easy to write a little System Tray utility that could...
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
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
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
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
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,...

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.