Skip to content

Instantly share code, notes, and snippets.

@sathish-io
Created September 3, 2013 23:07
Show Gist options
  • Save sathish-io/6430811 to your computer and use it in GitHub Desktop.
Save sathish-io/6430811 to your computer and use it in GitHub Desktop.
Oracle RAC in 11g:-
Single Client Access Name (SCAN)
====================================
JDBC clients to connect to Oracle SCAN should use jdbc url - jdbc:oracle:thin:@sales1-scan:1521/oltp instead of jdbc:oracle:thin:@sales1-scan:1521:oltp
Oracle SCAN documentation for Developer view:-
http://www.oracle.com/technetwork/products/clustering/overview/scan-129069.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment