| Thread | Last Post | Replies |
|
| DBMS_STATS | 30 Sep 2009 09:58 GMT | 11 |
Probably a dumb question here, but we're trying to understand DBMS_STATS and all the parameters and such. What a complicated thing. Too many parameters to understand the effects. Anyhow, I read that Oracle 10g generates database stats each night.
|
| Scientific notation for SCN | 29 Sep 2009 16:41 GMT | 3 |
Can anyone help me understand following: ********** SQL> select MAX(NEXT_CHANGE#) from V$ARCHIVED_LOG; MAX(NEXT_CHANGE#)
|
| Collect function | 29 Sep 2009 16:35 GMT | 13 |
HI all, I'm trying to use the collect() function (mentioned in my earlier post in this ng) but it, well, collects all values. Is there any way of avoiding duplicates? What I'm trying to do is this:
|
| null and default value compression | 29 Sep 2009 14:29 GMT | 1 |
how does oracle do it, if it does that without buying advanced compression? Thanks Suri
|
| Choose one of two values | 29 Sep 2009 04:03 GMT | 3 |
I'm running a simple select stmt thus: select A.value, b.value from A, B where ...
|
| Looks like all the cdos search history is gone from cdos | 27 Sep 2009 20:05 GMT | 2 |
A couple of weeks ago I noticed that if you tried searching this news group via the google groups interface ... only recent stuff would come up. I was hoping that this was just a temporary glitch but it sure looks
|
| Oracle Database Schema Diagram Generator | 26 Sep 2009 18:15 GMT | 6 |
I've been searching around and I'd like to know if anyone can recommend a decent tool to generate a Database Schema Diagram from an Oracle DB. I have an existing database that is very large and complex so generating a visual to explain it's current tables and their
|
| summing syntax | 25 Sep 2009 09:48 GMT | 2 |
Thanks in advance for any clues! I'm trying to edit an existing stored procedure in Oracle and need to know how to code using SUM in this scenario: SELECT
|
| Linking records together | 25 Sep 2009 07:56 GMT | 15 |
We need to track work items across several existing applications. Items can start as a document on disk, can be renamed or moved, converted to a task in an application, until they reach a certain state. The applications know nothing about preceding or following applications and ...
|
| WWOUG meeting - 10/5 6-8PM | 25 Sep 2009 01:40 GMT | 1 |
A group of us in the Seattle area have established WWOUG: the Western Washington Oracle Users Group. Our website is at http://www.wwoug.org. We are a grassroots organization with the goals of promoting networking, education and collaboration in Oracle technologies in out
|
| optimal method for purging time based data | 24 Sep 2009 22:06 GMT | 4 |
I'm a develper of a j2ee based web application that supports mutliple databases (oracle obviously included). We access oracle via their JDBC driver. We have several tables in our database that store time based events,
|
| tuning request and join index | 24 Sep 2009 18:52 GMT | 2 |
I've a request that is like: select l1.bill_id from file f1 join file f2 on f1.letter_id = f2.letter_id
|
| Oracle 9i TNS Listener Problem | 24 Sep 2009 14:12 GMT | 6 |
I have got a next problem with TNS Listener. I have two servers in LAN. When I connect to remote server by SQL Navigator, Oracle Enterprise Manager - all is ok. When I connect to my local server - connection established, by TNS
|
| Force drop of UNDO tablespace (with online segment) in 9.2.0.8? | 24 Sep 2009 06:58 GMT | 7 |
In summary, I completed an import which took five days into a test database. The import completed successfully. I then swapped UNDOTBS1 to UNDO_TEMP tablesapce so that it would be much smaller. However, UNDOTBS1 then reported that it needed recovery :( I tried to drop
|
| 10g explain plan detemination without actually doing change in the query... | 23 Sep 2009 19:31 GMT | 6 |
All, I would like to know in Oracle 10.2.0.4: if I have below SQL:
|