Re: hibernate question
From: Chris Smith (cdsmith_at_twu.net)
Date: 01/14/05
- Next message: quickcur_at_yahoo.com: "use collection of javaBean in forEach"
- Previous message: Chris Smith: "Re: translation from c to java. array trouble"
- In reply to: Daniel: "hibernate question"
- Next in thread: Tony Morris: "Re: hibernate question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 13 Jan 2005 22:28:06 -0700
Daniel <danuvian@gmail.com> wrote:
> I have a class called User that is mapped to the table UserList. The
> queries to retrieve the data run fine, but every time I try to save
> (insert) information into UserList, I get the following error:
>
> java.sql.SQLException: ORA-00942: table or view does not exist
Wow, that's a really non-specific error message that Oracle is giving
out. You'll need to find out what SQL Hibernate is issuing to cause
that error. The hibernate.show_sql config option is the easiest way to
do this.
-- www.designacourse.com The Easiest Way To Train Anyone... Anywhere. Chris Smith - Lead Software Developer/Technical Trainer MindIQ Corporation
- Next message: quickcur_at_yahoo.com: "use collection of javaBean in forEach"
- Previous message: Chris Smith: "Re: translation from c to java. array trouble"
- In reply to: Daniel: "hibernate question"
- Next in thread: Tony Morris: "Re: hibernate question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|