From: maxim75@inwind.it (maxim75)
Newsgroups: comp.databases.oracle
Subject: XSU insert into view with object type
Date: 12 Dec 2003 08:56:29 -0800
Organization: http://groups.google.com
Lines: 7
Message-ID: <71552ab2.0312120856.70297fe7@posting.google.com>
NNTP-Posting-Host: 213.199.16.171
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1071248190 18708 127.0.0.1 (12 Dec 2003 16:56:30 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 12 Dec 2003 16:56:30 +0000 (UTC)


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.setUpdateColumn(insCtx,'nomeCol') but it
seems not working if 'nomecol' is an attribute of an object type.
ThanX-MaX

