I'm using ora11g database and have soapui test script for insert data from Xml file. I use this code IDataSet dataSet = new XmlDataSet(new FileInputStream('path_to_my_xml')) DatabaseOperation.CLEAN_INSERT.execute(connection, dataSet) but data in DB after insert not equal data in XML file. How does CLEAN_INSERT work with ora11g?
Maybe this is a glitch in the work db and need to do a reconnect?
No comments:
Post a Comment