Create View Error Message [message #678818] |
Thu, 16 January 2020 04:58 |
|
AdrianWard
Messages: 21 Registered: September 2019
|
Junior Member |
|
|
Hi,
I'm trying to create a View in APEX that links to tables in APEX, tables in EBS (via DBLINK) and PL/SQL functions in EBS (via DBLINK). With this one view I am getting the following error: -
Unable to Create View
ORA-00942: table or view does not exist ORA-06512: at "SYS.WWV_DBMS_SQL_APEX_190200", line 592 ORA-02063: preceding line from XX_APEX_DBLINK ORA-06512: at "SYS.DBMS_SYS_SQL", line 1658 ORA-06512: at "SYS.WWV_DBMS_SQL_APEX_190200", line 578 ORA-06512: at "APEX_190200.WWV_FLOW_DYNAMIC_EXEC", line 2057
Now I know this refers to a table/view that does not exist and I believe I have created grants in EBS to everything however, is there any way I can find out WHAT LINE in the view I am trying to create, that the error occurs on?
Cheers
Adrian
|
|
|
|
|
|