It would be more accurate to say that Oracle doesn't support materialized viewson SDE.ST_GEOMETRY.- V
It's often useful to do a search on the error message. When I searched on "ORA-30373", the thirdreference was a Knowledge Base document, Since "materialized view" is just a fancy name fora table that is periodically repopulated by a query, you can model this yourself with SQL viaCREATE TABLE ... AS SELECT ..., TRUNCATE TABLE, and INSERT INTO ... SELECT (be sure tomanage the indexes as efficiently as possible)- V
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.