java-stored-procedures
Inserting byte[] array as blob in Oracle Database getting ORA-01460: unimplemented or unreasonable conversion requested
I have a java stored procedure that I am trying to insert a byte[] array into an oracle blob field in a table.[详细]
2023-04-13 08:16 分类:问答Executing Unix Sun Solaris Commands Using ORACLE PL/SQL trouble with permissions
I have created 2 procedure and a java source One procedure is calling java class TestHostCommand PROCEDURE TEST2[详细]
2023-03-26 18:42 分类:问答Java Stored Procedure Vs PL/SQL Stored Procedure
In Oracle DBMS, which is better performance, calling a java stored procedure from another pl/sql stored procedure or calling a pl/sql stored procedure from another pl/sql stored procedure.[详细]
2023-03-23 07:48 分类:问答How to debug Java Stored Procedures in Oracle
I have an Oracle Db with stored java procedures, which I load new procedures here and t开发者_如何转开发hen.[详细]
2023-02-26 04:39 分类:问答Calling stored JavaScript function in MongoDB from PHP
I have this function stored in db.system.js function SomeFunc(o) { x = db.Collection; while( 1 ) { var c = x.find({},{_id:1}).sort({_id:-1}).limit(1);[详细]
2023-01-20 05:12 分类:问答Java stored procedures as Java / .Net interop
I\'m looking for a way to access a Java API from both a Java console application and an ASP.Net application.[详细]
2023-01-06 04:28 分类:问答JDK 6: Is there a way to run a new java process that executes the main method of a specified class
I\'m trying to develop an application that just before quit has to run a new daemon process to execute the main method of a class.[详细]
2023-01-03 20:24 分类:问答Copy image to BLOB from client pc aka Java function in Oracle
I\'ve been stuck with this for past two days. I\'ve go java function stored in Oracle system which is supposed to copy image from local drive do remote database and store it in BLOB - it\'s called Cop[详细]
2023-01-03 18:39 分类:问答Java class in DB
Can anyone explain why was idea to store Java class in Db? Wha开发者_运维问答t it is good for? And how to create stored procedure with Java class?[详细]
2022-12-29 23:20 分类:问答Clob as param for PL/SQL Java Stored Procedure
I have a java stored procedure that takes in a clob representing a chunk of javascript and mins it.The structure of the function calling the JSP is as follows:[详细]
2022-12-29 17:27 分类:问答