I have a variable named ARCLOG with value ARCHIVELOG,/oradata/archives,46455433.
Now I want to evaluate a condition where
a) If value in 1st column is ARCHIVELOG, check the 2nd column for its location (/oradata/archives or any loc). if there is no value in 2nd column , then display a message and stop.
If 1st column value is NOARCHIVELOG, then stop.
These values are comma separated within the ARCLOG variable.
Require ur help..
Now I want to evaluate a condition where
a) If value in 1st column is ARCHIVELOG, check the 2nd column for its location (/oradata/archives or any loc). if there is no value in 2nd column , then display a message and stop.
If 1st column value is NOARCHIVELOG, then stop.
These values are comma separated within the ARCLOG variable.
Require ur help..