RE: Toad 11.5 and editing an XMLType
John Dorlon <[email protected]>
| Newsgroups | gmane.comp.db.oracle.toad.free |
|---|---|
| Message-ID | <4120B436C765EC43A31CC3E2A13D36A6227259CA@ALVMBXW02.prod.quest.corp> |
Assuming you are using a CLOB column to store your XML, since Toad 11.5 doesn't let you edit XMLTYPE due to OCI limitations in the Unicode-enabled mode.... Can you just double-click in the empty CLOB column and paste your XML into the popup editor? From: [email protected] [mailto:[email protected]] On Behalf Of drbubo20 Sent: Wednesday, September 05, 2012 9:04 AM To: [email protected] Subject: [toad] Toad 11.5 and editing an XMLType As reading the following article: Now when I invoke the editor by double-clicking on an XML cell, Toad sends the XML text directly to my editor of choice. When I'm done, I can send the data back to Toad to COMMIT my work. (http://www.toadworld.com/BLOGS/tabid/67/EntryId/466/Toad-for-Oracle-XML.aspx) Would you help me how can I post a newly created XML back to Toad? Tamas