Uploaded image for project: 'Red Hat 3scale API Management'
  1. Red Hat 3scale API Management
  2. THREESCALE-10753

Show that connection string for oracle might need to be in other format

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • Documentation
    • None
    • API CCS Sprint 44 (3Scale) 2

      When user wants to use Oracle db as system db, and database pdb name does not match service name, usingĀ 

      oracle-enhanced://x:y@IP/db 

      might not work, therefor documentation should hint that

      // oracle-enhanced://${USER}:${PASS}@connection-string/(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=${IP_OR_HOST})(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=${SERVICE_NAME}))) 
      
      oracle-enhanced://user:pass@connection-string/(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=10.0.206.233)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=THPDB2)))

      should be used instead.

              Unassigned Unassigned
              mdujava@redhat.com Matej Dujava
              Darren Fennessy Darren Fennessy
              Matej Dujava Matej Dujava
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: