I have a pl/java class in a running Oracle database that I have misplaced the source code to.
Is there anyway to get the java bytecode back out the database so I could run it against a decompiler?
I’ve already checked ALL_SOURCE and Oracle claims it doesn’t have the source code.
I had to do this myself recently, and put together a Groovy script to do it. You need to modify the connection details and make sure you’ve got Oracle database drivers on your classpath