Oracle 10g Client
Hello everyone,
I need some help regarding Oracle 10g Client Application,the issue is reagrding Environment Variable,do we need to insert the enviornment variables in the begining or append at the end as per Global Packaging standards,note that the source is inserting the environment variable at the begining.
Its pretty urgent kindly suggest asap.[;)]
I need some help regarding Oracle 10g Client Application,the issue is reagrding Environment Variable,do we need to insert the enviornment variables in the begining or append at the end as per Global Packaging standards,note that the source is inserting the environment variable at the begining.
Its pretty urgent kindly suggest asap.[;)]
0 Comments
[ + ] Show comments
Answers (11)
Please log in to answer
Posted by:
AngelD
16 years ago
The answer is; it would depend.
Ex.
If a file is located in a path existing in the first and last path of the env. variable the first path would be used.
Don't know how Oracle checks the variable but some applications hard-code to check first or last path in the variable.
If the original installation inserts "the source is inserting the environment variable at the begining" then go with that.
Note: if it would be the Path environment variable I would append it instead.
Ex.
If a file is located in a path existing in the first and last path of the env. variable the first path would be used.
Don't know how Oracle checks the variable but some applications hard-code to check first or last path in the variable.
If the original installation inserts "the source is inserting the environment variable at the begining" then go with that.
Note: if it would be the Path environment variable I would append it instead.
Posted by:
ajchak
16 years ago
Posted by:
AngelD
16 years ago
Posted by:
ajchak
16 years ago
Posted by:
ajchak
16 years ago
Posted by:
AngelD
16 years ago
Then I'm sure there wouldn't exist a custom action as it cannot replicate the legacy setup with unknown functions.
What I usually do is to run a process monitor (in my case a vbscript) to check which processes the executable is calling which may verify some information.
What happens if you remove the file before starting the application and then launch it... does it seem to work?
I wouldn't bother removing it as it would be removed during uninstall, right?
What I usually do is to run a process monitor (in my case a vbscript) to check which processes the executable is calling which may verify some information.
What happens if you remove the file before starting the application and then launch it... does it seem to work?
I wouldn't bother removing it as it would be removed during uninstall, right?
Posted by:
AngelD
16 years ago
The process monitor script (wmiProcessMonitor.vbs) I was talking about can be found at:
http://forums.altiris.com/messageview.aspx?catid=20&threadid=37806&arctab=arc&highlight_key=y&keyword1=Win32_Process
Just search for "Win32_Process - Instance Creation Event"
Hope that helps in any way
http://forums.altiris.com/messageview.aspx?catid=20&threadid=37806&arctab=arc&highlight_key=y&keyword1=Win32_Process
Just search for "Win32_Process - Instance Creation Event"
Hope that helps in any way
Posted by:
ajchak
16 years ago
Posted by:
AngelD
16 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.