Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
APPX 5 connectivity to Oracle on LinuxHow to configure APPX 5 to store data inside Oracle on Linux. | ||||||||
Line: 71 to 71 | ||||||||
[root@appx502 ~]#
APPX | ||||||||
Added: | ||||||||
> > | We can configure APPX now that we know that we can connect to Oracle using the Instant Client library files via the special Instant Client version of SQL*Plus (you did perform that test right?). In order for APPX to successfully connect to Oracle via the Oracle Instant Client, it must have visibility of certain environment variables prior to the start of APPX. Setting these environment variables in the commonly used appx.env file will not work. Setting them in the shell would work for command line APPX sessions. You should consider setting them inside the service environment variable file so that all connections to APPX via TCP (even the text based ones via appx -c) will be able to connect to Oracle via the Oracle Instant Client. | |||||||
Configuration | ||||||||
Added: | ||||||||
> > | Since these environment variables needed to enable APPX to make use of the Oracle Instant Cleint need to be present prior to the start of APPX, I've decided to place them in the Appx Login Manager environment variable file. | |||||||
Environment variables | ||||||||
Added: | ||||||||
> > | I'm going to set two environment variables one for the OS (LD_LIBRARY_PATH) and one for APPX (APPX_OCI_LIB) inside. | |||||||
FMS settings-- JoeOrtagus - 2010-07-07 |