| Thread | Last Post | Replies |
|
| Formatted/Unformatted Oracle Block.... | 30 Nov 2008 15:50 GMT | 2 |
When a block comes under the HWM,I believe its formatted by Oracle.What I want to know is that is there any bit in block dump which does differentiate that the block is unformatted or formatted? Secondly, is there a difference in the performance for oracle when it
|
| Lot of row cache/library pin | 30 Nov 2008 03:00 GMT | 2 |
I have a database 9.2.0.6, with the wait events below: Top 5 Timed Events ~~~~~~~~~~~~~~~~~~ % Total
|
| process running slowly, lots of yield() calls ? | 29 Nov 2008 12:41 GMT | 9 |
We upgraded database from 9i to 10g at the weekend. One of the processes (whose statement basically consists of an "create table as select etc") is taking +7hrs and still running instead of the more usual 30 mins. OK, I would think that this is a statistics/explain-
|
| Data Guard and Oracle 11g | 29 Nov 2008 11:10 GMT | 2 |
I believe Data Guard was a free option with Oracle 10g EE. But is it still free for Oracle 11g ? Matthias
|
| OUI in 9i for a database 10g | 29 Nov 2008 10:13 GMT | 5 |
I installed 10.2.0.1 on AIX6 in a directory /logi/ora/1020, installation is OK but i saw a /logi/ora/920 created with
|
| Which Oracle book was this? | 27 Nov 2008 13:25 GMT | 8 |
Years ago, I skimmed an Oracle book at the bookstore. I'm sure it was written by Tom Kyte. In it, he critiqued a system that would store data in rows, instead of simple columns!
|
| Tool for CSV dump? | 27 Nov 2008 11:10 GMT | 7 |
Hi experts, are there tools to make a fast dump of complete databases to CSV? Without needing any additional licenses from Oracle...? TIA Tellie
|
| JOINs against a subquery | 27 Nov 2008 09:08 GMT | 4 |
I have a pretty complicate query that produces a sales summary, something similar to this: customer_id sales_amount =========== ============
|
| Documentation of databases. | 26 Nov 2008 20:36 GMT | 4 |
Anyone who have knowledge of a application/tool to use when you want to document all tables, columns, triggers and so on, all objects in a database? Years ago i worked with Designer2000. But i guess and hope that there is some lighter/smaller applications who has capabilities
|
| W2K8 64bit Instalation Error | 26 Nov 2008 19:38 GMT | 5 |
After installing oracle client (10.2.0.4) even thou I can connect to my database using SQL PLUS, on some applications I am getting the following error. Does anyone know what to do? Test connection failed because of an error in initializing provider.
|
| Not able to connect as sysdba,shared memory error | 26 Nov 2008 12:14 GMT | 4 |
One of our 8i server ran out of shared memory. I am getting following error and not even able to log in for shutting down conn "/ as sysdba"
|
| Using bind variables for multiple values | 26 Nov 2008 09:51 GMT | 8 |
All, a bit of background: we have a stored procedure that needs to lock several rows via SELECT ... FOR UPDATE. Currently this stored procedure has a single VARCHAR2 argument which contains a comma
|
| usage of a calculated index | 26 Nov 2008 09:09 GMT | 5 |
I've created the following table and view: _____ CREATE TABLE X_EF ( ID_EF INTEGER NOT NULL,
|
| 10g data pump question | 26 Nov 2008 01:03 GMT | 12 |
Why is it that when I run a data pump operation with PARALLEL > 1, I only ever see one worker EXECUTING and the state for all the others is WORK WAITING? What would cause that? TIA
|
| Analyze tables+ind | 25 Nov 2008 21:51 GMT | 8 |
I'd like to analyze one schema's all tables and indexes every night - should I implement a PL/SQL-procedure for this and add it to Database Control/Scheduler Jobs ? - there seems to some "gather stats"-jobs already but those are "smart-ones" and this one schema is vital an stats ...
|