0
votes
3answers
31 views
How to import Oracle (C)LOB into another tablespace.
I'm importing a database dump from one Oracle 10g installation into another. The source has a layout with several tablespaces. The target has one default tablespace for the user I'm importing the dump …
0
votes
2answers
54 views
generic stored procedure in oracle
I want to write a PLSQL stored procedure that accepts a table name as argument. This table is source table. Now inside my procedure i want to manipulate the fields of that table.
EX: I want to …
1
vote
2answers
60 views
Unit testing with Oracle
Does anyone have any frameworks/apps/methodologies for creating Unit tests with Oracle?. I'm using Oracle 11g.
I also have Team Foundation Server installed, where we do all our other development work …
1
vote
4answers
77 views
Oracle: Check if rows exist in other table
I've got a query joining several tables and returning quite a few columns.
An indexed column of another table references the PK of one of these joined tables. Now I would like to add another column …
2
votes
6answers
58 views
Speeding up integration tests that rely on an Oracle DB
We have an Oracle database server specifically for our unit tests to run against. Is there a way to tune Oracle specifically for this kind of purpose? As the data is constantly being thrown away …
1
vote
0answers
24 views
Is there an Oracle Open Cursor (ORA-01000) leak in ColdFusion?
Hi, using CFMX7 and Oracle 10g ent on a query-intensive and active web site, I'm having a problem that some of the Oracle connections in my web server connection pool are accumulating open cursors. …
0
votes
2answers
41 views
tomcat oracle datasource
I have apache tomcat 5.5.28 on my windows box and I am trying to deploy a web application (WAR) which works fine on other servers.
However I am having trouble creating a datasource. I am not sure of …
0
votes
1answer
19 views
Progressive account calculations (report) need advice - LAG func (?)
with account as
(
select 'client1' as client, to_date('09.2009' ,'MM.YYYY') as months, '09_1' as bill_num, 100 as BF_sum, 400 as Payed_SUM from dual
union
select 'client1' as client, …
0
votes
1answer
7 views
Looking for good manual - binding crystal report to WinForm C# program and Oracle
hi
I have build C# program that work with Oracle 11g - all work's excellent.
now i want to make some report's with crystal report, and i looking for good manual (free) from the beginner
thank's in …
1
vote
2answers
26 views
How to sync and optimize an Oracle Text index?
We want to use a ctxsys.context index type for full text search. But I was quite surprised, that an index of this type is not automatically updated. We have 3 million documents with about 10k …
0
votes
2answers
35 views
Help for extension Where() (this IEnumerable<CUSTOMERRow> source, Func<CUSTOMERRow, bool> predicate)
Using Oracle® Data Provider for .NET to generate strongly typed datasets.
I could of course fill the entire table, but I would like to learn how to use the Where() extension with a delegate function …
2
votes
2answers
28 views
Find package global variables from data dictionary
I have a package:
CREATE PACKAGE my_pkg
IS
g_var NUMBER;
END;
/
Is there any way I can query SYS views, to find that this package has this global variable? I'm interested in explicit variable name …
0
votes
1answer
19 views
resultout used in oracle workflow
what is resultout used in oracle workflow,function activity
2
votes
1answer
54 views
Oracle: Set Query Timeout
Hello, i have a PL/SQL program which do a query to an AS400 database through Transparent Gateway. Sometimes the AS400 not responds to the query (may be network problems )and the PL/SQL program hangs.
…
1
vote
1answer
35 views
Keeping a DHTML tree expanded in Oracle APEX
Friends,
I have created a list item to be used as the primary navigation within my apex application.
When the application is run, the tree can be expanded and you can click on a leaf node and are …
