![]() |
|
|
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 |
| capturing output from top and format output | new2ss | Shell Programming and Scripting | 4 | 02-24-2009 09:26 PM |
| Capturing output from grpck command on AIX | pdtak | UNIX for Dummies Questions & Answers | 2 | 03-05-2008 02:58 PM |
| Capturing output from C++ program | GMMike | UNIX for Dummies Questions & Answers | 3 | 03-08-2005 09:04 AM |
| capturing output in script | MizzGail | Shell Programming and Scripting | 6 | 06-02-2004 08:44 AM |
| Capturing cli Program output | Christopher | High Level Programming | 1 | 12-06-2001 11:08 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Capturing the output of dbv
Hello,
We have an oracle database running on a Linux host (RHEL5)...I'm trying to run Oracle dbv (database verify utility) and capture its output to a file using the following syntax but the standart output does NOT get redirected to the file... dbv blocksize=32768 file=/d1/oradata/RCAT/sysaux01.dbf 1 > /d1/oradata/RCAT/dbv/RCAT_dbv.log dbv blocksize=32768 file=/d1/oradata/RCAT/system01.dbf 1 >> /d1/oradata/RCAT/dbv/RCAT_dbv.log It works fine only when I redirect std err to the file... dbv blocksize=32768 file=/d1/oradata/RCAT/sysaux01.dbf 2 > /d1/oradata/RCAT/dbv/RCAT_dbv.log dbv blocksize=32768 file=/d1/oradata/RCAT/system01.dbf 2 >> /d1/oradata/RCAT/dbv/RCAT_dbv.log Why is the std output not getting redirected? I'm unable to understand this behaviour.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|