Using Single Client Access Name (SCAN) Listeners with Oracle E-Business Suite

September 14, 2011  |  Featured, Oracle, Technology

[Sept. 2, 2011 update:  Our Maximum Availability Architecture architects have pointed out two additional considerations that are documented in our existing documentation:  1)  Although SCAN listener is supported with EBS 12, if scan_name resolves in DNS to IP1 and IP2, the client-side 10.1.2 network code does not use round robin on the underlyng IPs if the first IP fails.  An Autoconfig solution for this is being tracked through bug 10427234. The only existing workaround is to create custom TNS aliases configured with multiple SCAN IP addresses (Note 823587.1); 2) EBS does support use SCAN functionality, it cannot make complete use of the SCAN since the EBS clients are pre-11.2.  For more details, see this Exadata whitepaper.]

Oracle database 11g logoSingle Client Access Name (SCAN) is a new feature of Oracle Real Applications Clusters (RAC) 11g Release that provides a single name for the clients to access Oracle Database running in a cluster.  The benefit of the SCAN Listener is that the client’s connection data does not need to changed if you add or delete a node from a cluster.

The Single Client Access Name is configured during the installation of Oracle Grid Infrastructure. Once configured, application tier connection descriptors just specify the SCAN name rather than all the [virtual] hosts in the cluster.

Without the Single Client Access Name, the descriptor for a two-node cluster would be

 

VISION =

(DESCRIPTION=

(ADDRESS_LIST=

(ADDRESS=(PROTOCOL=tcp)(HOST=C1-vip)(PORT=1521))

(ADDRESS=(PROTOCOL=tcp)(HOST=C2-vip)(PORT=1521)))

(CONNECT_DATA=(SERVICE_NAME=VISION)))

With the Single Client Access Name, just the SCAN name needs to be specified:

 

VISION = (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=C-SCAN)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VISION)))

The benefit of the Single Client Access Name becomes apparent as the number of nodes in the cluster increases.

Which E-Business Suite releases can be used with SCAN Listeners?

You can configure E-Business Suite Release 11i and 12 environments to take advantage of Single Client Access Name functionality.  The use of SCAN Listener is optional.

EBS 11i

AutoConfig in E-Business Suite 11i does not  support automated handling of SCAN Listeners.  If you would like to use SCAN Listeners with EBS 11i environments, a manual setup process is described in:

EBS 12

AutoConfig in Oracle E-Business Suite Release 12 supports automated handling of SCAN Listeners.  If you would like to use SCAN Listeners with EBS 12 environments, see:

References

Related Articles

 


Leave a Reply

Recent Posts

ATG Live Webcast: E-Business Suite Data Protection

02/22/2012  |  No Comments

02/22/2012 • Source: http://blogs.oracle.com/stevenChan/

Extended Support Fees Waived for E-Business Suite 11i and 12.0

02/21/2012  |  No Comments

02/21/2012 • Source: http://blogs.oracle.com/stevenChan/

Sun JRE 1.6.0_31 Certified with Oracle E-Business Suite

02/16/2012  |  No Comments

02/16/2012 • Source: http://blogs.oracle.com/stevenChan/

11gR2 11.2.0.3 Certified with EBS 12.1 on Oracle Solaris 11 (x86-64)

02/15/2012  |  No Comments

02/15/2012 • Source: http://blogs.oracle.com/stevenChan/