![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Running KSH script In SFU | ilak1008 | Windows & DOS: Issues & Discussions | 2 | 05-23-2007 11:17 PM |
| running cd from a script | SkySmart | Shell Programming and Scripting | 5 | 03-08-2007 08:07 PM |
| when running my script below | vbslim | Shell Programming and Scripting | 5 | 01-03-2006 08:11 PM |
| running a script? | jtredway | UNIX for Dummies Questions & Answers | 2 | 09-11-2001 08:08 PM |
| Running a script from CDE... | kristy | UNIX for Dummies Questions & Answers | 4 | 09-05-2001 07:33 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
My script is not running
I have wriiten the following scripts in UNIX. The file name is bk.ksh
rman target=/ << EOF RUN { SHUTDOWN IMMEDIATE STARTUP MOUNT ALLOCATE CHANNEL ch1 device TYPE DISK FORMAT '/u01/oradata/ora/%U'; BACKUP DATABASE PLUS ARCHIVELOG; SQL'ALTER DATABASE OPEN' ;} EXIT; EOF when i try to run by chmod u+x /u01/oradata/ora/bk.ksh, i cant see if it ran successfully or not. i go to /u01/oradata/ora directory to see if the above scripts generated any output, i dont see nothing. How i can find out why my script is not running? Why it does not generated any output? Is there any way in UNIX to find out the mistakes? Please help. |
| Forum Sponsor | ||
|
|
|
|||
|
I am sorry dude. I am apologized for that.
Quote:
|