| Thread | Last Post | Replies |
|
| DBMS_STATS.RESTORE_TABLE_STATS in Oracle 10G | 06 Jul 2005 20:00 GMT | 2 |
After restoring an old set of statistics using DBMS_STATS.RESTORE_TABLE_STATS is there a data dictionary view where I can confirm the date and time of current set of statistics that a table is currently using?
|
| Better Way around the barn | 06 Jul 2005 18:56 GMT | 3 |
Is ther a better way to do this? //Code UPDATE JDE_INBOUNDRIP SET JDE_INBOUNDRIP.ITEMNUMBER = (SELECT
|
| Oracle 9i R2 on Fedora Core 4 - How to Install ? | 06 Jul 2005 18:56 GMT | 3 |
I search a very good HOWTO for a complete installation of Oracle 9i R2 onto a Fedora core 4. All the pre-requisites are OK (OS and ENV) But I always got error messages about library that can not found or
|
| Export Oracle tables to DBF files (through PL/SQL) | 06 Jul 2005 18:50 GMT | 7 |
We need to process some data (using PL/SQL) from Oracle tables and at the end we need to put the result (2 temporary Oracle tables) into 2 DBF files (composed of the same fields which exist at Oracle tables). We have found we need to use Java inside PL/SQL... that's ok, but isn't
|
| Placing schema in file system? | 06 Jul 2005 18:49 GMT | 6 |
Oracle 10g Solaris 10 Sun V480 Is it possible to cause all database objects for a particular schema to be
|
| Repl.: what does a PUSH that a REFRESH doesn't (and vice-versa) ? | 06 Jul 2005 18:31 GMT | 1 |
Could someone tell me what the internal differences are between DBMS_REFRESH.REFRESH and DBMS_DEFER_SYS.PUSH ? When you configure the refresh of snapshots *without* scheduling PUSHes, what does not happen that would happen
|
| Connection Pooling - tracking users | 06 Jul 2005 18:05 GMT | 4 |
Does anyone know how I can link a particular session arising from a connection pool - back to the client that initiated the session. The App server uses jvm for setting up a connection pool and users are just assigned an open connection but when you look in V$SESSION you see none
|
| Using a STANDBY database to perform backups using exp | 06 Jul 2005 17:58 GMT | 5 |
Background: =========== We have an Oracle 8i site that has a replicated (standby) database using the RECOVER MANAGED STANDBY DATABASE command.
|
| install Partitioning option in Oracle 9.2.0.6? | 06 Jul 2005 17:39 GMT | 4 |
When I import a dump-file I get the error: "IMP-00003: ORACLE error 439 encountered ORA-00439: feature not enabled: Partitioning" The Database does not have partitioning so I want to install this
|
| Maximum of Columns in one table (9i) | 06 Jul 2005 17:32 GMT | 20 |
does anyone know how many columns a single table can have with oracle version 9i? regards, Ingo
|
| Errors in configure ocr in 10g CRS. | 06 Jul 2005 16:58 GMT | 2 |
RDBMS Version: 10.1.0.3 Operating System and Version: RHEL 3 Update5 Error Number (if applicable): CRS-1006 Product (i.e. SQL*Loader, Import, etc.): CRS
|
| restristions for DISTINCT usage | 06 Jul 2005 16:00 GMT | 1 |
just read in the SQL 9i manual about restrictions while using the DISTINCT statement. The whole sections reads as follows: --------------------- SELECT STATEMENT:
|
| viewing data statistics on the client | 06 Jul 2005 15:09 GMT | 4 |
Hi. I've spent a number of hours searching Oracle's site trying to learn if they have a web-based application interface that will allow users to view certain data statistics - info like types of data available (e.g., raw data from systems X, Y, and Z), data freshness,
|
| no return rows | 06 Jul 2005 14:43 GMT | 2 |
Why the select, no return rows?? SELECT a.myfield FROM table1 a, table2 b,
|
| hierarchical query + outer join performance problems | 06 Jul 2005 13:15 GMT | 1 |
Hello, the following hierarchical query gives acceptable execution times: select rownum, mpr.piva_produttore,
|