1. using hibernate to import data into oracle from xml files coderanch.comHi, Has anyone been able to do this successfully, I followed the example/sample in hibernate reference manual described in chapter 19. Iam able to persist product object defined in xml into oracle database using hibernate APIs. I have defined/created a child element 'Sku' under element product in the xml data. I have also created the respective mapping for 'Sku' in product ... |
2. ORA-01031 insufficient privileges-Update in persistence.xml forum.hibernate.orgI am running Hibernate under JBoss 4.0.4 GA platform, on a Oracle 9.2.0.1 database. When my persistence.xml auto value is set to 'update' and no tables exist in my schema an Oracle error is generated when I start up the JBoss server or redeploy: ORA-01031 insufficient privileges If I change the setting to 'create', all my tables generate fine with no ... |