| Thread | Last Post | Replies |
|
| Materialized Views and Paritions in fact tables | 29 Dec 2009 16:46 GMT | 2 |
I have a situation where I have a materialized view/log to refresh on commit on a fact table that is subject to archive considerations. The fact table is partitioned by date range. Now, the materialized view has very few rows and therefore not
|
| Amount of arc log differs in two identical db's ? | 28 Dec 2009 19:39 GMT | 4 |
There are two identical oracle 9.2 db's running identical software and basically amount of transactions is same - still there's a huge difference between archive log amount generated in these db's. Logs generated from other db is something like four times more ....
|
| what book for 9i or 10g forms? | 28 Dec 2009 18:49 GMT | 3 |
I am doing maintenance on a 9i forms application that we are migrating to 10g. It mostly works without change, except for a FRM-92100 exception that did not occur under 9i. In order to debug this, I need to better understand how control flow actually works, e.g., the order in ...
|
| DBA_TAB_STATISTICS.AVG_CACHED_BLOCKS, AVG_CACHE_HIT_RATIO | 28 Dec 2009 02:44 GMT | 4 |
In 10g Oracle introduced view DBA_TAB_STATISTICS. Many columns are identical to those available in DBA_TABLE (NUM_ROWS, LAST_ANALYZED), but there are new columns, in particular:
|
| min(); never no_data_found | 27 Dec 2009 22:50 GMT | 9 |
How can you make min() throw no_data_found? select min(datex) from tablex where x = 1; With min(), I never get a no_data_found exception.
|
| Merry Christmas | 27 Dec 2009 09:20 GMT | 2 |
Merry Christmas We celebrate the birth of our Lord Jesus Christ, and we remember the One who sent His only begotten Son - our God the Father who art in Heaven. I pray that you would experience His love for you and His presence in your
|
| Deleting from sys.aud$ | 26 Dec 2009 03:12 GMT | 8 |
Hoping someone can explain why I am running into the issue seen below. I do a select count(*) from sys.aud$ and get one number, but when I do a delete using the same where condition I get a substantially different number of records to be deleted.
|
| PARTITION HASH INLIST -- QUERY | 25 Dec 2009 18:59 GMT | 12 |
I need your help in a SQL tuning exercise: SQL: ======= select /*+ gather_plan_statistics index(ag,PK_AD_Y) */ count
|
| audit grant privileges | 24 Dec 2009 01:26 GMT | 1 |
I am currently auditing "GRANT ANY OBJECT PRIVILEGE" and "GRANT ANY PRIVILEGE". That works well if I grant privileges of other schema objects to others. I would also like to audit in cases where a schema grants its objects
|
| usage of calculated index with a synonym for the function | 22 Dec 2009 19:09 GMT | 1 |
in a large table OUR_TABLE we have a calculated index for a persons-name with a simple soundex function OUR_SOUNDEX in the same schema (OUR_SCHEMA) like the table, thats different to my "select"-schema (WORK_SCHEMA): ...
|
| Error | 22 Dec 2009 18:30 GMT | 3 |
how to overcome with this error??? SQL*Plus: Release 8.0.3.0.0 - Production on Tue Dec 22 20:26:57 2009 (c) Copyright 1997 Oracle Corporation. All rights reserved. ERROR:
|
| 10gR1 Materialized View - RowNum and Index | 22 Dec 2009 07:16 GMT | 5 |
I have a few doubts on creating Materialized Views (MV). Please clarify them [ Database is : Oracle 10gR1 (Datawarehouse) ] : 1. Can we create MV with rownum as one of the column ? for example :
|
| Missing archived logs in v$archived_log | 21 Dec 2009 20:35 GMT | 9 |
I am using Oracle 11g 11.1.0.7 on HP UNIX 11.23. My database has been running in archived log mode. Yet when I go and look in v$archived_log, I see some archived logs missing,
|
| restoring database but need user jobs stopped | 21 Dec 2009 19:16 GMT | 5 |
We need to recover some data from backup. Unfortunately, the application has a job that purges old data. Is there a way to restore from backup but have the jobs not run. Thanks
|
| performance issue after upgrade to oracle 11.2.0.1 linux 32 bit | 21 Dec 2009 11:33 GMT | 13 |
Hi Friends, I have one insteresting performance issue about 11.2.0.1. Any comments are appreciated. When I use A JOIN B and A JOIN C, the optimizer choose index scan on
|