You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Mugdha Varadkar (JIRA)" <ji...@apache.org> on 2016/07/01 07:34:11 UTC

[jira] [Created] (AMBARI-17514) StackAdvisor fix for Oracle 12C and Add message if user forgot to set jdbc

Mugdha Varadkar created AMBARI-17514:
----------------------------------------

             Summary: StackAdvisor fix for Oracle 12C and Add message if user forgot to set jdbc
                 Key: AMBARI-17514
                 URL: https://issues.apache.org/jira/browse/AMBARI-17514
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.4.0
            Reporter: Mugdha Varadkar
            Assignee: Mugdha Varadkar
            Priority: Critical
             Fix For: 2.4.0


For ORACLE:
Case 1
db_host=host:port:SID, example: db_host=localhost:1521:ORCL
connection_string = {{jdbc:oracle:thin:@db_host}}

Case 2
db_host=host:port/ServiceName, example: db_host=localhost:1521/XE
connection_string = {{jdbc:oracle:thin:@//db_host}}

Adding message if user forgot to set jdbc using "ambari-server setup --jdbc-db= --jdbc-driver="



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)