Oracle 11 g Sequencing issue
1)while doing sequencing 11g it is taking default logon username as installation location.
but it shd take destination logon user name as INSTALLDIR.
2) while sequsencing getting error in environment veriable fails?
any other precautions to take for sequencing ???
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
ekgcorp
11 years ago
Sounds like you need to search sequence for default user name, and replace it with %USERNAME% - this will grab the Environment Variable at runtime.
Comments:
-
When you install the standard Oracle 11g client you can install to a different location - C:\Oracle for example.
Why not install to a non user specific path, that would get around the destination issue and maybe your environment variables too.
That's certainly what I've done in the past for a 'thick' install of the 11g client. - dunnpy 11 years ago-
my words ;) I think this is the best solution and I made it the same way. - tecrumors 11 years ago
-
this works good, i see this method very often at projects - anonymous_89761 11 years ago
-
agree.. I have done the same thing while sequencing Oracle client - Sujit J 11 years ago