If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Thanx. I already looked into that but it does not serv my purpose. I actually need to access tables without prifixing the schema name for different users.
the first solution is out any way. But the second one could u set the alias to users. To my knowledge it only gives another name to the table. For example After adding a alias I still had to access the table with <schemaname>.<aliasname>.
Ah yes that what I want. Fine I was using the db2 client on Windows it didn't diaplay me the user i wanted. When I ran the the DDL as script with the user I want it fine now. Thanx....