| Thread | Last Post | Replies |
|
| left outer join with full table scan | 13 Jan 2006 13:28 GMT | 3 |
I have a query with 3 full table scans (each table has 360000 rows). I tried to create indexes,add hints and removed the FTS,but cost was 100 times more than FTS and ran slower. Could anybody help me to tune the statement? Thanks.
|
| Error in writing to directory /tmp/OraInstall2005... | 13 Jan 2006 11:35 GMT | 2 |
Hallo I'm trying to install oracle 10.2 on SUSE 9.3-Prof. and i have the follow problem. ./runInstaller Starting Oracle Universal Installer...
|
| SQL Query with DISTINCT | 13 Jan 2006 09:58 GMT | 2 |
how can i "translate" this query from Postgresql SQL in Oracle SQL ?? SELECT DISTINCT ON (rif_calcolo) descr,validita,imp,rif_calcolo FROM indennita WHERE societa=1 AND
|
| File write error on pipe export | 13 Jan 2006 09:51 GMT | 5 |
Dear netters, We are trying to build a piped export/import of specific tables on Oracle 10g (AIX). I have followed the general recommendation of creating a FIFO pipe on
|
| cobol and C compilers in AIX | 13 Jan 2006 08:43 GMT | 1 |
just a quick question, how can i check what version of Cobol and C its instaled in my AIX 4.3 os? Thanks in advance.
|
| Setup environment for smtp package | 13 Jan 2006 00:54 GMT | 4 |
I want to know Oracle 10 G , it must to run the $ORACLE_HOME/RDBMS/ADMIN/initplsj.sql script manually as a SYS ? and it must to load plsql.jar file ? because I can not find these file in Oracle 10 G.
|
| Looping through the users table | 12 Jan 2006 23:06 GMT | 2 |
All, I'm new to Oracle and I would like to find a way to create a script that will loop through a list of users (the output of a select query from the users system table) and remove each one of them.
|
| Bulk Collect without LIMIT | 12 Jan 2006 22:35 GMT | 7 |
1. What happens if the limit option is not specified in the bulk collect? Are all the records fetched at once? 2. Is there a limitation in terms of maximum number of records that can be fetched in this way?
|
| saving an entire schema to disk | 12 Jan 2006 22:01 GMT | 26 |
im a beginner oracle user and i have been asked to figure out a way to save an entire schema that we have residing on an oracle server to cd/disk. how can this be accomplished? thanks! rick
|
| How to delete STATSPACK data efficient to release back space? | 12 Jan 2006 21:31 GMT | 8 |
I am running oracle 8.1.7.4 (32 bit) on 64 bit solaris 2.9 platform. I am running statpack every 15 minutes.( to collect information like execute statspack.snap) I have a question, what is the best way to maintain the size of the
|
| SMON generates high redo | 12 Jan 2006 20:57 GMT | 1 |
RDBMS Version: 10.1.0.2.0 Operating System and Version: Windows 2000 SP4 We are facing lot of redo generation which create archive file of 50 MB each for 10-20 minutes, this doesn't happen in normal usage. When we
|
| converting data types | 12 Jan 2006 20:47 GMT | 2 |
I am looking for a best way of modifying the column data types. I use the Oracle 9.i For example I have the table: CREATE TABLE testtable (
|
| c-252182375-20060111-01 | 12 Jan 2006 20:16 GMT | 3 |
oracle 10g rac dumps a lot of files in the $ORACLE_HOME/dbs directory. The files name is like c-252182375-20060111-01. Does anyone know what is that file? Thanks in advance.
|
| Memory fragmentation or Windows limitation? | 12 Jan 2006 19:24 GMT | 3 |
RDBMS Version: 8.1.7.4.1 Operating System and Version: Windows 2000 Advanced Server All OS and Server version details are mentioned above, although single instance can take 2GB of memory on Windows, when Oracle.exe reaches
|
| a bit tricky question | 12 Jan 2006 17:09 GMT | 13 |
This question is a bit tricky and to the compilance of sox. Thanks. I created a procedure under x schema in database A and want to execute it from database B under y schema. How to work it out without grant execute to public?
|