![]() |
|
|
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 |
| problem with shell script execution | anju | Shell Programming and Scripting | 2 | 05-08-2008 02:50 AM |
| Sequential execution in shell script? | chengwei | UNIX for Dummies Questions & Answers | 6 | 03-30-2007 01:10 AM |
| execution of shell script | malaymaru | Shell Programming and Scripting | 5 | 06-13-2005 10:49 AM |
| logging in Shell script | laila63 | Shell Programming and Scripting | 3 | 07-16-2004 06:50 PM |
| shell script error logging | niamh | UNIX for Dummies Questions & Answers | 1 | 04-05-2004 12:17 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi,
I am executing a OWB mapping from a shell script like this $OWB_SQLPLUS MY_WAREHOUSE plsql MY_MAPPING "," "," I want to log this mapping execution process into a file. Please let me know if this will work: $OWB_SQLPLUS MY_WAREHOUSE plsql MY_MAPPING "," "," >> LOGFIL.log I will just be using this log file to track all the execution and use it for logging purpose. If this wont work, please tell me the proper way to do this... Thanks. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|