-
Bug
-
Resolution: Done
-
Major
-
9.2
-
None
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;
- relates to
-
TEIID-4398 Write a utility to convert a .VDB with Index file into -vdb.xml or DDL format
- Resolved