• 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

Javax Activation error

 
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am calling a java stored procedure, but I am getting the following error:

javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/mixed;

boundary="----=_Part_0_-1403249095.1105388630390"

I dropped the jar files from the database and re-deployed the the latest jar files downloaded from Sun site, still I am getting the the same error.

could someone please help me with this, I am desperately trying to solve this problem and get the work done. I am using java stored procedure to send emails.

Any help is highly appreciated.

Thanks

Cosmos
[ January 10, 2005: Message edited by: Bear Bibeault ]
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cosmos,
For your information, there is a supplied PL/SQL package that can send eMail. It is described in the Oracle documentation, which is available from:

http://tahiti.oracle.com

Good Luck,
Avi.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic