java - cannot drop jar from Oracle database with dropjava command -


I am trying to execute the dropjava command to leave a jar file in the database ....

Dropjava -u username / password @ schema-v-r abc.jar

... but it is giving me the following error:

  ORA-29537: Class or   

What's the problem?

I have loaded the jar via this command:

  loadjava - U username / password @ schema-v-rf fx    

This is basically an estimate but I think it's worth a shot.

Connect your database as a proper user and is trying to quit the JAR. In the SQL * plus which will look like LLX

  DBMS_Java DeRopJava ('- jarsasdbobjects abc.jar');   

PL / SQL dropjava takes the same option as the command line.

Comments