dbi connect to oracle# Database - 数据库
l*k
1 楼
in dbi, I can only view by connect as owner of the table. Another
db user I only granted "select" previlidge, when try to connect as
that user, it keeps telling me "table or view not exist"
my code:
select * from patient_tab
I also tried to add schema
select * from core.patient_tab
Thanks
db user I only granted "select" previlidge, when try to connect as
that user, it keeps telling me "table or view not exist"
my code:
select * from patient_tab
I also tried to add schema
select * from core.patient_tab
Thanks