-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
10.0.2
-
None
-
- Create source model and View table in
- Create static vdb with this source model
- Generate dynamic VDB
View table is interpreted in dynamic VDB as Table
This is example from dynamic vdb:
CREATE FOREIGN TABLE ViewTable (
newColumn_1 string(4000)
) OPTIONS(NAMEINSOURCE 'ViewTableNameInSource', UPDATABLE 'TRUE')
Should be there VIEW instead TABLE.
So when I try generate source model from dynamic VDB I get Table no View Table
- is incorporated by
-
TEIIDDES-2699 Issues with Dynamic VDB import/export
- Closed