| Thread | Last Post | Replies |
|
| viewing users sql | 31 Dec 2003 23:44 GMT | 4 |
I would like to see all sql issued by a user for a currently open session. Is there a way to do this? -thank you
|
| Ordering operands of a WHERE clause | 31 Dec 2003 23:41 GMT | 4 |
I have this SELECT statement in a cursor that's giving me performance problems and am wondering if reordering the conditions in the WHERE clause would make a difference in performance. Does it help if one lists the most restrictive conditions first?
|
| Indexing Help | 31 Dec 2003 17:50 GMT | 5 |
I have a table with 2 million rows. I am doing the following select statement against this table. SELECT * FROM TableA
|
| 64 bit - Windows Liberty 64bit, Windows Limited Edition 64 Bit, Microsoft SQL Server 2000 Developer Edition 64 Bit, IBM DB2 64 bit - new ! | 31 Dec 2003 17:15 GMT | 1 |
64 bit - Windows Liberty 64bit, Windows Limited Edition 64 Bit, Microsoft SQL Server 2000 Developer Edition 64 Bit, IBM DB2 64 bit - new ! Windows Liberty 64bit 8403
|
| How can I combine three tables in a View or a Procedure? | 31 Dec 2003 17:09 GMT | 2 |
Hello everyone. I hope someone can help me with this. I have 3 columns called EMPLOYEE_TEST, TEST_QA and EMPLOYEE_TEST_ANSWER. The TEST_QA table contains the following: TEST_QA_ID | PROC_TEST_ID | TEST_QA_QUESTION | TEST_QA_CORRECT
|
| Using Oracle Workspace Manager with Web Logic connection pools? | 31 Dec 2003 16:08 GMT | 2 |
I've determined that Oracle's WSM can be valuable for some of our testing and development efforts here. But, I'm stuck trying to figure out how to utilize this feature when running an application in a Web Logic server using a connection pool.
|
| Facing Problem When I want tor perform Backup using Forms' HOST command | 31 Dec 2003 16:07 GMT | 4 |
Now I am successfully perform the rman backup via command line .With regards to this now I am using forms 6i Host command to pass the parameters to this batch file for backup purpose. I wrote the following code on When Button Press. But on run time when I try to
|
| Calculating how many LIOs and PIOs/second your system can handle | 31 Dec 2003 15:41 GMT | 1 |
Does anyone have a performance plan for doing this? any pitfalls in doing this? Or can i just do a big select statement and run a 10046 trace on it to get a rough estimate of the workload my system can handle?
|
| term 'Bulk Connects' | 31 Dec 2003 15:33 GMT | 1 |
Some one asks me what 'Bulk Connects' is, I have never heard of this term. What's the definition of Bulk Connects? Where it is used? TIA
|
| dynamic sql | 31 Dec 2003 14:08 GMT | 2 |
i have code OPEN csr_CDPM for v_ExecuteSql; LOOP FETCH csr_CDPM INTO Cdpm_eSchedule_rec;
|
| Nested Tables in Oracle | 31 Dec 2003 12:12 GMT | 4 |
Can anyone please explain to me why you would need to use Nested tables and give an example. Also can you show the SQL to view the table and the nested table and explain the logic of it. Thanks in advance for your help.
|
| undotbs01 growing , filling up filesystem | 31 Dec 2003 11:09 GMT | 3 |
I have recently undertaken a default install of 9.2 Standard Engine. I notice that the undotbs01.dbf file just keeps on growing. Can I limit its size somehow, and if so what are the implications? JL
|
| how to unset SORT_AREA_SIZE ? | 31 Dec 2003 07:23 GMT | 2 |
Today I read that param SORT_AREA_SIZE shouldn't be used with Oracle 9.2.0.4 anymore. Instead PGA_AGGREGATE_TARGET should be used. My datebase was created with SORT_AREA_SIZE=5M and PGA_AGGREGTE_TARGET=24M. My question is: How do I unset this param ?
|
| windows 2003 and oracle | 31 Dec 2003 07:21 GMT | 3 |
I'm using a product which internally installs oracle 8. This product works on Windows 2000. I'm planning to install same product on Windows 2003 and use it in compatibility mode. Can anybody tell me whether it will work or not? Do I need to carry
|
| Documenting Oracle procedures | 31 Dec 2003 05:54 GMT | 1 |
I often see Oracle job openings on the web that ask for "examples of written procedures documentation". Does anyone have any samples of this that they would be willing to share? TIA
|