![]() |
|
|
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 |
| Scheduling Cron job-Problem | RSC1985 | Shell Programming and Scripting | 4 | 08-03-2009 12:20 PM |
| Export a HTML table to Xcel | garric | Shell Programming and Scripting | 3 | 02-01-2008 05:46 AM |
| help for writing shell script to export table data | sankarg | Shell Programming and Scripting | 3 | 10-18-2006 07:01 AM |
| export table from oracle database | inquirer | Shell Programming and Scripting | 1 | 06-24-2003 10:48 AM |
| problem with scheduling a job | ted | UNIX for Dummies Questions & Answers | 1 | 02-10-2003 04:16 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Problem in scheduling an Export of a table
Hi, I am facing a problem while scheduling an export of a table using cron job. I have written a simple export command inside a shell script test.sh like echo started Code:
exp schemaname/temp1234 file= /test/d.dmp tables=per_st log= /test/d.log echo ended I tried scheduling it through cronjob. Code:
1,2,3 * * * * /test/test.sh >> /test/test.log The scheduler runs the script and places the echoed statements in test.log.But the dumps are not being created under respective folders. The export command is not working i guess.. Could anyone suggest any solution for this problem.. Last edited by vgersh99; 08-25-2009 at 08:47 AM.. Reason: code tags, PLEASE! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|