Procedure A and Table A are located in Schema A. Procedure A performs a merge between View B of Schema B and Table A. Procedure A is giving a ORA-00942(table or view does not exist) for the following line ... USING (SELECT * FROM B.VIEWB)
Is this a permissions issue? When opening the schema containing the view, I notice that the view does not state that it is referenced by Procedure A. Should that be the case?
Any direction? Thanks.
Is this a permissions issue? When opening the schema containing the view, I notice that the view does not state that it is referenced by Procedure A. Should that be the case?
Any direction? Thanks.