Update our Connecting to Oracle URL parameter

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Invalid
    • Component/s: Documentation
    • None

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      Problem

      The URL display in connecting to Oracle page was like this:

      <jira-database-config>
        <name>defaultDS</name>
        <delegator-name>default</delegator-name>
        <database-type>oracle10g</database-type>
        <jdbc-datasource>
          <url>jdbc:oracle:thin:@//domain-name:1521:ORCL</url>
          <driver-class&gt;oracle.jdbc.OracleDriver</driver-class&gt;
          <username>jirauser</username>
          <password>jirauser</password>
          <pool-min-size>20</pool-min-size>
          <pool-max-size>20</pool-max-size>
          <pool-max-wait>30000</pool-max-wait>
          <validation-query>select 1 from dual</validation-query>
          <min-evictable-idle-time-millis>60000</min-evictable-idle-time-millis>
          <time-between-eviction-runs-millis>300000</time-between-eviction-runs-millis>
          <pool-max-idle>20</pool-max-idle>
          <pool-remove-abandoned>true</pool-remove-abandoned>
          <pool-remove-abandoned-timeout>300</pool-remove-abandoned-timeout>
          <pool-test-on-borrow>false</pool-test-on-borrow>
          <pool-test-while-idle>true</pool-test-while-idle>
        </jdbc-datasource>
      </jira-database-config>

      But, the actual URL parameter display in dbconfig.xml is this:

      <url>jdbc:oracle:thin:@//domain-name:1521/ORCL</url>
      

      As you can see, "/" are the correct one instead of ":".

      Update the page:
      https://confluence.atlassian.com/display/AdminJIRAServer073/Connecting+JIRA+applications+to+Oracle
      https://confluence.atlassian.com/display/AdminJIRAServer072/Connecting+JIRA+applications+to+Oracle
      https://confluence.atlassian.com/display/AdminJIRAServer071/Connecting+JIRA+applications+to+Oracle
      https://confluence.atlassian.com/display/AdminJIRAServer070/Connecting+JIRA+applications+to+Oracle
      https://confluence.atlassian.com/jira064/connecting-jira-to-oracle-720411753.html

            Assignee:
            Robin Reidl (Inactive)
            Reporter:
            John Chin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: