Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

Oracle Materialized View - arcpy.MakeTableView_management error

$
0
0
Hello!

I'm having performance problems with multiversion views.

So, I´ve created Materialized Views (Oracle 11g) over that views and the performance really improved a lot.
But when trying to use that Materialized View in ArcPy (arcpy.MakeTableView_management), I got the error below.

MVM = Materialized View created from Versioned View

> MakeTableView (TEG.MVM_CABO_TRECHO_FIBRA_OPTICA, TEG_CABO_TRECHO_FIBRA_OPTICA_tv)
('ERROR:', ExecuteError ('Failed to execute Parameters are not valid \ nError 000732:.. Input Table:. TEG.MVM_CABO_TRECHO_FIBRA_OPTICA Dataset does not exist or is not supported \ nFailed to execute (MakeTableView) \ n'))


Someone please tell me if Materialized Views are supported in ArcPy?

Adrian

Viewing all articles
Browse latest Browse all 2485

Trending Articles