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
Query processing is slow(eg select query)how will u solve that
I got an error SQL1042C. An unexpected system error occurred. Explanation: A system error occurred. One possible reason for this error is that the database manager is not installed correctly or the environment is not set up correctly. On OS/2, while trying to start the database manager, a very common reason for this error is a corrupted NET.ACC file. The command cannot be processed. The tables and views would not be opened. What is the way to open the dataase? pls help me
What types of replication are supported in sql server? : sql server DBA
what is grd?
what is asm?
I have kept recovery catalog on same target database and taken backup of target DB to disk. deleted the target DB & tried to restore and revoer DB using the backup on disk but it is not possible, how do we restore & recover DB
What authentication modes does sql server support? : sql server DBA
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down? : sql server DBA
What are the different ways you can create databases in sql server? : sql server DBA
Where do you find the default index fill factor and how to change it? : sql server DBA
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.
Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA
how to restore files with rman?
how can you enable flashback feature?
What is dcl? : sql server DBA