sql - ORACLE11g, table or view does not exist while creating procedure -
There are two schemas in DB, I create a physical scene - 'MV1' and give it successfully ¼? It's okay in other schemas.
to read on Schema.MV_AVNUNU_MS_GO; To write / write on schema.mv_avnuen_ms_goo; Grants for writing / SchemaA.MV_CA_REVENU_MS_GEO; / While compiling the process, the error message says "The table or view for MV1 is not present" is the process code:
Create or change PROCEDURE SP_NAME (Args ...) Select the name (...) in the table ... (select ... from MV1 - ** Schema A.MV1 either does not work ** End of WHERE SP_NAME; / Schema BS To read on PN Schema B.Spn.ad; write permission on schema bspn; write on schema bspnn Allow / Write or Change Public SNoNIM SPNI Schema BSPAIIA; / Try adding the schema to IV 1, Y It does not work. Should I take any other steps?
Comments
Post a Comment