Hi All,
I have two different users as user1 and user2. I have a stored procedure in user2. I want to use the table of user1 in that stored procedure. So I mentioned the table name as user1.TableName in the stored procedure. But it returns the following error,
Error(22,24): PL/SQL: ORA-00942: table or view does not exist
Is it possible to use the different user's table in the stored procedure of another user? If it is possible please help me with the correct syntax.
Thanks,
Ram.