Options

Parsing error on Materialized View with "WITH" clause

skofferskoffer Posts: 2
edited September 16, 2013 6:09AM in Schema Compare for Oracle
Version 3.0.0.719

My view is like

CREATE MATERIALIZED VIEW smmry_cross_tab_equity_10
BUILD DEFERRED
REFRESH COMPLETE
AS WITH ba AS
(SELECT
rds_employee_id
,pcr_team_id
....

When trying to schema compare it I get the following error:
Parsing failed with message SyntaxError. Unexpected token 'AS'(Line 4, Col1) Sumbol Id.

Comments

Sign In or Register to comment.