Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-4771

The convert script generates GRANT TEMPORARY_TABLE ON DATABASE statements but these fail.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.3, 9.2.1
    • 9.2
    • Build/Kits
    • None

    Description

      The script generates GRANT TEMPORARY_TABLE ON DATABASE statements but these fail.

      Apparently the script does accept TEMPORARY TABLE (without the underscore). I also had to explicitly state the database name otherwise I get a message "TEIID31231 Database null.

      {1}

      not found".

      So this doesn't work: GRANT TEMPORARY_TABLE ON DATABASE TO rouser;
      But this does work: GRANT TEMPORARY TABLE ON DATABASE vdb TO rouser;

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-shawkins Steven Hawkins
              gadeynebram Bram Gadeyne (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: