How would you edit your CRONTAB to schedule the running of
/test/test.sh to run every other day at 2PM?



How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at ..

Answer / 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

More DB Administration Interview Questions

Give the stages of instance startup to a usable state where normal users may access it.

1 Answers  


What background process refreshes materialized views?

2 Answers   Accenture, FLSmidth,


Give two examples of how you might determine the structure of the table DEPT.

2 Answers  


. I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?

0 Answers  


Can you redefine a table online?

0 Answers   Oracle,






Explain the difference between a hot backup and a cold backup and the benefits associated with each?

7 Answers   TCS,


Explain CREATE DATABASE syntax?

2 Answers  


I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?

1 Answers  


what do you understand by fine-grained auditing?

0 Answers   Oracle,


How would you begin to troubleshoot an ORA-3113 error?

1 Answers  


Why would you call update statistics? : sql server DBA

0 Answers  


Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.

0 Answers  


Categories