Proxy connection cache

(CR #440748) Since both Solaris and Linux are using unixODBC instead of DataDirect, you must enable the set-proxy support property in the cache properties file to make the proxy connection cache works. Before you begin, do the following tasks:

  1. Create a pseudo user “jagadmin” in ASA (to connect to user’s database or server)

    grant connect to jagadmin identified by “ ”
    
  2. Set the session for jagadmin

    set session authorization “jagadmin”
    

For more information about the connection cache, see Chapter 4, “Database Access,” and the “Connection cache properties” in Appendix B, “Repository Properties Reference,” in the EAServer System Administration Guide.