![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How To Encrypt Data in Oracle Using PHP (from The Oracle+PHP Cookbook) | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 06:10 AM |
| Howto capture data from rs232port andpull data into oracle database-9i automatically | boss | UNIX for Dummies Questions & Answers | 1 | 09-23-2007 03:35 AM |
| Storage Solutions: Oracle and Symantec Certify Veritas Data - Data Storage Connection | iBot | UNIX and Linux RSS News | 0 | 07-20-2007 01:40 AM |
| Oracle and Symantec Certify Veritas Data Center Solutions on Oracle - WebWire (press | iBot | UNIX and Linux RSS News | 0 | 07-17-2007 09:30 AM |
| compare data | bensky | UNIX for Dummies Questions & Answers | 3 | 10-10-2003 06:17 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Get data from 3 differrnt oracle DB & then compare data
Hi All,
I have a requirement to write a shell script for the following... we have 3 different database.... lets say A, B, C From these 3 DBs, i need to get data.. all have 3 different table...a,b, c A.a => Emp_code, count(*) B.b => emp_code, count(*) C.c => emp_code, copunt(*) Once get this information, i need to compare these 3 tables using common emp_code For example, for emp_code=100.... A.a.count(*) = B.b.count(*) & B.b.count(*) > C.c.count(*) If it is true then no action else write to log_file. Can you please help me how to do it... all are Oracle DB |
| Bookmarks |
| Tags |
| compare data, oracle |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|