[jboss-user] [Installation, Configuration & Deployment] - Re: Cannot obtain type mapping from: jboss.jdbc:datasource=<
weston.price@jboss.com
do-not-reply at jboss.com
Tue Jan 30 13:43:05 EST 2007
Your underlying DB, in this case Oracle, is simply telling you that you don't have the necessary permissions to perform a particular operation:
| java.sql.SQLException: ORA-01031: insufficient privileges
|
You will need to consult with your DBA about what rights you have for your DB, particular for DDL based opertaions (ie create table, drop table etc).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008440#4008440
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008440
More information about the jboss-user
mailing list