XSU insert into view with object type

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • maxim75

    XSU insert into view with object type

    Hi!
    I'm using DBMS_XMLSave package of XSU to insert in a specified column.
    How can I specify column if destination table is a view with object
    type?
    I have used DBMS_XMLSave.se tUpdateColumn(i nsCtx,'nomeCol' ) but it
    seems not working if 'nomecol' is an attribute of an object type.
    ThanX-MaX
Working...