How to create view db2/iseries with not default permissions? -


everytime create new view have change permissions all, , it's quite painfully lot of times same thing.

i ask if possible change default options in database create view in order permissions set public.

thanks

it sounds using sql naming. use system naming instead, grant public authority according qcrtaut system value. see birgitta hauser's article.

system naming has added advantage of using job's library list resolve unqualified object references. not hard-coding schema names, allowing system find them according library list, enabling code work in different environments (ex. development, testing, training, production) without modifying code, running different library list. therefore can install code production same code tested.


Comments

Popular posts from this blog

stringtemplate - StringTemplate4 if conditional with length -

shader - OpenGL Shadow Map -