Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

Where is FILE EDITION set so that autoconfig configures my env files properly?

edited Nov 2, 2015 9:19PM in Install, Upgrade, Clone, Patch - EBS (MOSC) 3 commentsAnswered

I have been trying to find where FILE_EDITION variables are set.

if I run autoconfig on my fs1 file system things are pretty confused...

excerpt from VISR122_saturn.env on fs1:

##############################################

# Environment setting for Online Patching

##############################################

RUN_BASE="/R122/oracle/VISR122/fs1"

export RUN_BASE

PATCH_BASE="/R122/oracle/VISR122/fs1"

export PATCH_BASE

FILE_EDITION="run"

export FILE_EDITION

if test "$FILE_EDITION" = "patch"; then

   RUN_BASE="/R122/oracle/VISR122/fs1"

   export RUN_BASE

   PATCH_BASE="/R122/oracle/VISR122/fs1"

   export PATCH_BASE

......

But if I run it on my fs2 file system things look okay....

excerpt from VISR122_saturn.env on fs2

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center