Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Physical path and Logical name in File adapter

JithuMar 24 2009 — edited Mar 30 2009
Hi All-

I am using a file adapter, in which i need to specify the physical path or logical path.

In dev environment my file adapter's input path is /c01/interface/dev/input, but in my test environment it is /u01/interface/test/input.

So everytime I have to change the path and deploy it in two different environment.

I am using unix environment, is there any way i can use some environmental variable $INPUT_DIR and use it in logical name so that in logical name i can use as $INPUT_DIR/input, where in dev $INPUT_DIR will be /c01/interface/dev and in test environment it is /u01/interface/test.

I have tried this but there is still some probelm, I want to know is the approach I am using is correct? or is there any other solution for it?

Regards,
Sreejit
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 27 2009
Added on Mar 24 2009
8 comments
3,531 views