Uploaded image for project: 'Sentry (Retired)'
  1. Sentry (Retired)
  2. SENTRY-691

upgrade schema tool: when upgrade oracle backed db from 1.4.0 - 1.5.0, gets syntax error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.0
    • 1.5.0
    • None
    • None

    Description

      Sentry store connection URL:	 jdbc:oracle:thin:@//anneyu-sentry-cdh60-3.ent.cloudera.com:1521/xe
      Sentry store Connection Driver :	 oracle.jdbc.OracleDriver
      Sentry store connection User:	 sentryserver3ed186ace216a5ba8c
      Starting upgrade sentry store schema from version 1.4.0 to 1.5.0
      Upgrade script sentry-upgrade-oracle-1.4.0-to-1.5.0.sql
      Connecting to jdbc:oracle:thin:@//anneyu-sentry-cdh60-3.ent.cloudera.com:1521/xe
      Connected to: Oracle (version Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production)
      Driver: Oracle JDBC driver (version 11.2.0.3.0)
      Error: READ_COMMITTED and SERIALIZABLE are the only valid transaction levels (state=99999,code=17030)
      ...
      

      ./sentry-provider/sentry-provider-db/src/main/resources/005-SENTRY-398.oracle.sql

      Error:

      0: jdbc:oracle:thin:@//anneyu-sentry-cdh60-3.> CREATE TABLE "SENTRY_GM_PRIVILEGE" ( "GM_PRIVILEGE_ID" NUMBER NOT NULL, "COMPONENT_NAME" VARCHAR2(32) NOT NULL, "CREATE_TIME" NUMBER NOT NULL, "WITH_GRANT_OPTION" CHAR(1) NOT NULL DEFAULT 'N' "RESOURCE_NAME_0" VARCHAR2(64) DEFAULT '__NULL__', "RESOURCE_NAME_1" VARCHAR2(64) DEFAULT '__NULL__', "RESOURCE_NAME_2" VARCHAR2(64) DEFAULT '__NULL__', "RESOURCE_NAME_3" VARCHAR2(64) DEFAULT '__NULL__', "RESOURCE_TYPE_0" VARCHAR2(64) DEFAULT '__NULL__', "RESOURCE_TYPE_1" VARCHAR2(64) DEFAULT '__NULL__', "RESOURCE_TYPE_2" VARCHAR2(64) DEFAULT '__NULL__', "RESOURCE_TYPE_3" VARCHAR2(64) DEFAULT '__NULL__', "ACTION" VARCHAR2(32) NOT NULL, "scope" VARCHAR2(128) NOT NULL, "SERVICE_NAME" VARCHAR2(64) NOT NULL, )
      Error: ORA-00907: missing right parenthesis (state=42000,code=907)
      

      Attachments

        Issue Links

          Activity

            People

              guoquan shenguoquan
              anneyu Anne Yu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: