• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SQL Exception Weblogic9.1 Oracle 10g

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Im using WebLogic 9.1 connecting to an Oracle 10g database using ORACLE_THIN client.

From the WL Console when i try to start the deployment, i get an "insufficient privileges" error.

I confirmed i can connect to the database from the server with WebLogic on it using the dbping utility. It said success. I had the DBA grant the User defined in the JDBC full access. However it still is not working. It looks like its not using the User name defined in the JDBC datasource. There is also an error when it tries to execute the Init-SQL, same thing, permissions error.

When WebLogic runs the Init-SQL does it use the login credentials from the JDBC datasource? Does this seem like it is an issue on the Database side if dbping works? Below is the error message.

Thank you in advance for any help.

reply
    Bookmark Topic Watch Topic
  • New Topic