Hi, I try to use PL SQL 10.0 doing user object comparison. I have two accounts, one is db owner and the other is report user, who only has select privilege for tables and views. I can do the comparison if I log in session with db owner and change the user at the bottom to the report user. However if I log on session as report user I got and error: ora-00942, table or view does not exist. I used to do this with PLSQL 7.0. Something was broken after upgrading to PLSQL 10.0. Can anyone help? Thanks