Home » RDBMS Server » Server Administration » table object not found
table object not found [message #157350] Wed, 01 February 2006 18:54 Go to next message
kjm0001
Messages: 11
Registered: February 2006
Junior Member
situation as follows:
user a grants select on table x to user b on db 1

a db link created on db 2 using connected user type

user b on db 2 can desc on table x including select on table x by way of using:

desc user_a.table_x@db_link.world

select * from user_a.table_x@db_link.world;

problem:
user b creates a procedure to select data using user_a.table_x@db_link.world...procedure compiles...but during testing the error is error on line n with object user_a.table_x@db_link.world not found...

what is going on??
Re: table object not found [message #157423 is a reply to message #157350] Thu, 02 February 2006 06:36 Go to previous message
kjm0001
Messages: 11
Registered: February 2006
Junior Member
fixed...synonym issue
Previous Topic: Perform multiple Installations on single Home
Next Topic: metalink registration question
Goto Forum:
  


Current Time: Sun Jan 26 13:48:47 CST 2025