scheduling/Thiru [message #59166] |
Sun, 02 November 2003 00:30 |
M. Khaled
Messages: 67 Registered: April 2002
|
Member |
|
|
dear
Still could not make any schedule.
where could i write the commands. suppose i want to execute ls -al command now what will be the procedure.
please write to me step by step
thanks
|
|
|
Re: scheduling/Thiru [message #59189 is a reply to message #59166] |
Mon, 03 November 2003 07:21 |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
at the Unix command prompt.
another example :
DEV08 >at now << !
> ls -l > ls.out
> !
commands will be executed using /bin/ksh
job 1067870046.a at Mon Nov 3 09:34:06 2003
DEV08 >cat ls.out
total 486
-rw-r--r-- 1 oracle dba 385 Nov 3 06:01 daily_checklist_space.log
drwxr-xr-x 7 oracle dba 512 Jun 9 11:52 dbadmin
-rw------- 1 oracle dba 228827 Oct 31 12:14 dead.letter
drwxrwxr-x 8 oracle dba 512 Aug 29 11:08 doc
-rw-r--r-- 1 oracle dba 52 Sep 2 16:22 dsmerror.log
|
|
|
Re: scheduling/Thiru [message #59196 is a reply to message #59189] |
Mon, 03 November 2003 22:34 |
M. Khaled
Messages: 67 Registered: April 2002
|
Member |
|
|
give me a linux example where could i write the command .How this will be executed.what is ls.out is this created automatically.
do you have any idea about ON-LOCK TRIGGER
Thanks
|
|
|
Re: scheduling/Thiru [message #59226 is a reply to message #59196] |
Wed, 05 November 2003 05:30 |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
I gave you two Solaris examples( and in all probability they should work on Linux too) and asked you to refer to the man pages of at on Linux platform.
You write the command at the Unix prompt. Can you not do 'man at' ?
I believe On-Lock trigger is a transactional trigger in Oracle Forms.
|
|
|