db2 add tag
AngocA
I have a question about this fiddle:

<>https://dbfiddle.uk?rdbms=db2_11.1&fiddle=d21840bf2df6c905b2238624c9ddf090

I am trying to create the Explain tables in Db2, but the user that runs the fiddle does not have permission on the stored procedure that create the tables.

I think the platform should give execution permission to all:

    
    grant execute on procedure SYSPROC.SYSINSTALLOBJECTS to public
    
By granting this, the execution plans for Db2 can be analyzed.

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.