Login  Register

Re: java application and import dump

Posted by ErmanArslansOracleBlog on Mar 02, 2018; 6:57am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/java-application-and-import-dump-tp5202p5282.html

You already sent me a cron example. In your example, your cron runs script.sh according to a conditon.
So now you are asking about the crontab entry of your imp.sh script..

your imp.sh script checks its conditions itself internally.
So you will just schedule it and it will run.
The interval that you will use for this scheduling is up to your choice.
You can schedule it to run in every moment, or every hour.. It checks the necessary conditions internally during runtime anyways.

I didn't understand what you are asking to me for this ?