[teiid-issues] [JBoss JIRA] (TEIID-4771) The script generates GRANT TEMPORARY_TABLE ON DATABASE statements but these fail.

Bram Gadeyne (JIRA) issues at jboss.org
Thu Feb 16 09:12:00 EST 2017


Bram Gadeyne created TEIID-4771:
-----------------------------------

             Summary: The script generates GRANT TEMPORARY_TABLE ON DATABASE statements but these fail.
                 Key: TEIID-4771
                 URL: https://issues.jboss.org/browse/TEIID-4771
             Project: Teiid
          Issue Type: Bug
          Components: Build/Kits
    Affects Versions: 9.2
            Reporter: Bram Gadeyne
            Assignee: Steven Hawkins


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;



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list