How would you edit your CRONTAB to schedule the running of
/test/test.sh to run every other day at 2PM?
Answer Posted / kittu
crontab -u username -e
in /var/spool/cron ur username file will be raised in that file append the following line
* 14 * * * test/test
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
what is grd?
I have A,B,C servers.i want to 3 servers jobs move to D server(target server)..how? note: i said that take the backup of msdb and restore to the target server..he said while restoring jobs replaced. what is the solution
How would you extract DDL of a table without using a GUI tool?
what is the role of dip user in our database?
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
What types of replication are supported in sql server? : sql server DBA
what is a user-defined lock?
What is dcl? : sql server DBA
What is the difference between clustered and non-clustered index? : sql server DBA
What is replication? : sql server DBA
What is fill factor? : sql server DBA
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
Why does Oracle not permit the use of PCTUSED with indexes?