I am using Oracle 10g and I have a table called downloads which basically looks like this: IDDOWNLOAD_DATE
I have a set of run-time parameters in the parameter form in oracle reports that have the \"Restrict List to predetermined values\". I am able to run the report in the report builder without supplying
Is 开发者_StackOverflow中文版it possible to use a JDBC connection in a VB.net application? I am unable to find any example code in order to connect to an Oracle Database using JDBC within .net without
We are using the ORACLE A.S 10g and D.B 10g (10.0.1).We maintain a pool of D.B connection on A.S.Our application is web based. We are properly closing the resultset and statement on java side. But we
I have a form with 2 canvases. The first canvas has a button that loads the second canvas when pressed. Now I want to fill some data in a list item (that is in the second canvas) when the second canva
I am defining a variable in \"userdata.sql\",its contents are SET DEFINE ON; DEFINE name = Gaurav DEFINE today =10/10/2011 --variable that contain date value.
I want to create a sequence in oracle where the max value of the column field (Empid) must be the min value of the sequence.
Given a declared PLSQL Procedure PROCEDURE GET_DISTINCT_TIMES(dtypes IN VARCHAR2, start IN NUMBER, end IN NUMBER
I am having 600 records in oracle DB which are to be sorted using their column in ascending and descending. While sorting we are getting an issue like the records are breaking into subsets and gets so
I\'m working on a web application where I need to warn the user that they\'re running out of space in the given db user\'s tablespace.