Oracle « Field « JPA Q&A





1. Not able to access field through hibernate on oracle database on diferent userspace with only select priviliges    stackoverflow.com

I am trying to get use Hibernate for access data from different userspace(where i just have select priviliges).I have complete application running with tables in my userspace(so configurations are correct).When i ...

2. Hibernate & oracle. Problem with text type fields    forum.hibernate.org

Newbie Joined: Thu Mar 11, 2010 7:18 am Posts: 1 I have problem with creation table at update or create mode. My class contains more than one fieds of text type. During hibernate session creation i see this trouble: Code: org.hibernate.exception.SQLGrammarException: could not load an entity: [com.alee.archive3.api.data.Folder#com.alee.archive3.attr.root] at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:92) ...

3. Oracle 8 Date Field Mystery    forum.hibernate.org

4. All fields update & Oracle roles    forum.hibernate.org

5. Converting an Oracle Date field as a Date object    forum.hibernate.org

Hibernate version: 3 Name and version of the database you are using: Oracle 9i Hi, I'm trying to pull a Date column from an Oracle db and store it as a Date object. It appears to be storing the correct date and time, but the timezone is not being set, instead it's using the timezone of the server, so it appears ...