Multiple nohup commands from same path
577293Feb 7 2009 — edited Feb 7 2009I had a doubt which is very urgent as my live migration is going on. I had run the 2 import commands from $ORACLE_HOME/bin for importing 2 schemas like:-
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
nohup imp JISPBILCORBILLINGPRD501/JISPBILCORBILLINGPRD501 fromuser=JISPBILCORBILLINGPRD501 touser=JISPBILCORBILLINGPRD501 file=JISPBILCORBILLINGPRD501.dmp log=JISPBILCORBILLINGPRD501.log commit=y feedback=10000 ignore=Y &
nohup imp JISPRATCORBILLINGPRD501/JISPRATCORBILLINGPRD501 fromuser=JISPRATCORBILLINGPRD501 touser=JISPRATCORBILLINGPRD501 file=JISPRATCORBILLINGPRD501.dmp log=JISPRATCORBILLINGPRD501.log commit=y feedback=10000 ignore=Y &
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Normally I run one import from the path of $ORACLE_BASE and one from $ORACLE_HOME/bin so that I have 2 different nohup.out files to see the output. But, in this case, as the 2 imports are run from the same path, will the nohup.out have output from both the files?
So, my doubt is that hope there is no problem in running the nohup command from the same path and the nohup.out is populated with the output of both the
imports.
I hope, my question is clear.
Please, help in solving the doubt.
regards