Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9FA2C18CEB for ; Tue, 24 Nov 2015 15:35:11 +0000 (UTC) Received: (qmail 45869 invoked by uid 500); 24 Nov 2015 15:35:11 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 45783 invoked by uid 500); 24 Nov 2015 15:35:11 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 45587 invoked by uid 99); 24 Nov 2015 15:35:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2015 15:35:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 3C5832C1F57 for ; Tue, 24 Nov 2015 15:35:11 +0000 (UTC) Date: Tue, 24 Nov 2015 15:35:11 +0000 (UTC) From: "Nigel Westbury (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-1993) JDBC discovery uses non-standard SQL when creating table (not compatible with Oracle) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Nigel Westbury created IGNITE-1993: -------------------------------------- Summary: JDBC discovery uses non-standard SQL when creating table (not compatible with Oracle) Key: IGNITE-1993 URL: https://issues.apache.org/jira/browse/IGNITE-1993 Project: Ignite Issue Type: Bug Components: SQL Affects Versions: ignite-1.4 Environment: Oracle database Reporter: Nigel Westbury The SQL used by TcpDiscoveryJdbcIpFinder to create the table (defined by CREATE_ADDRS_TABLE_QRY) uses 'if not exists' clause. However this clause is not supported by Oracle and causes SQLSyntaxErrorException: "ORA-00922: missing or invalid option" to be thrown. This prevents JDBC discovery from being used with an Oracle database. -- This message was sent by Atlassian JIRA (v6.3.4#6332)