I have code that already stores String data inside a SQL table using a stored procedure: // my DAO public class SomeProcedure extends StoredProcedure {
Are there any Manuals available,which cater to the needs of SQL and PLSQL developers in the industry. I tried to search,butI found nothing like that of of equal toPHP\'s manual quality in .chm Format.
I have created 2 procedure and a java source One procedure is calling java class TestHostCommand PROCEDURE TEST2
I am using Oracle 10g. My Scenario: I am getting some more than 4000 records in a comma separated string(\'ord0000,ord0001开发者_如何学C,ord0002,......\') as a parameter. I need to compare these valu
I am running the following script - BEGIN select department_name from egpl_department where department_id in (select department_id
Is there any way to create an implode routine in PL/SQL that takes any custom datatype as a parameter and concatenates its members, delimited by some specified string?
I the database i have the 2 following pieces of information for each identifier. The company that controls them, and companies where they have small bits of control.
I tried the below sql query INSERT INTO test.ACT_QUERY values(2139,2,\'SELECT \'\'D\'\',ORDER_ID from dual\');
While trying to create a report using PL/SQL I\'m finding myself stuck with the following problem, I created a SQL query that access 2 tables on a remote DB using a DB Link, running the query alone it
is it ok to do a Drop inside a PL SQL. whats wrong with this SQL I am trying to drop all users. The problem is in the drop user username cascase statement