Hello guys,
I would really appreciate if some one could help me on my problem.
I am a beginner user of db2. What I want to do is, lets say a user 'user1' creates a database 'db1' and a table 'mytable' in this database. Now I want another user 'user2' to be able to access and modify 'mytable' created by 'user1'.
What should be the syntax, this is what I am trying.
select * from mytable (this is giving error)
select * from user1.mytable (this works fine)
but I want to use the first command. I do not want to mention the schema name in the above command. Is this possible, if yes what should be the configuration.
I will be really thankful if some one can help me on this.