| Thread | Last Post | Replies |
|
| Unit Test Tools | 26 Jun 2009 08:31 GMT | 1 |
I've just read a whole bunch about Test Driven Design, automated unit testing, xUnit, JUnit, Quest's code testing tool (at $595 a pop, or some such....eek!) , utPLSQL, pl/unit, and PLUTO. Whew! Has anyone had any experience with any of the above, either the TDD idea
|
| The right tool for the job | 26 Jun 2009 08:21 GMT | 3 |
I have a production system with "i" stages (i is a small number, 5 or 6 tops) At each moment in time there are N(i) items in progress at stage i. Lets say I sample the number of items in progress at each stage once
|
| NLS_LANG | 21 Jun 2009 11:53 GMT | 9 |
Is there any way to determine the NLS_LANG of a client using SQL or PL/SQL. sys_context('USERENV','LANGUAGE') gives the database characterset, not the clients. Thanks, Gerard
|
| Fastunload utility for oracle - Unloading a huge table(partitioned) to a file - Can we concatenate columns? | 16 Jun 2009 19:03 GMT | 2 |
We have a huge table (approx ~300 million rows) with ~150 columns in the table. This table is partioned in 8 partitions. We need to extract one file per partition.
|
| TOAD vs. SQL Developer vs. what / Using TOAD 7.x against Oracle 10g server and an 11g client | 11 Jun 2009 21:36 GMT | 10 |
Here's my dilemma: * Love TOAD. Been using TOAD 7.x. Recently upgraded to 10g servers with 11g clients and TOAD no longer works. The latest TOAD will work (9.x), but our budget got slashed so no purchase.
|
| Generating DDL From Designer In a Set Order | 07 Jun 2009 16:25 GMT | 2 |
Designer Version is 10.1.2.0.2. Whenever I generate the schema/ddl creation scripts after making minor changes, I like to compare the new scripts against the last set just to make sure the changes are as I expect. The trouble is each time I
|
| APEX - Custom User Login | 07 Jun 2009 16:16 GMT | 1 |
What's the best way in APEX to handle self-registration of members and then using that info for subsequent member login. There'd be a table like: MEMBERS: MEMBER_ID VARCHAR2(10)
|