| Thread | Last Post | Replies |
|
| ORA-00937 when CURSOR_SHARING=FORCE | 22 Dec 2005 13:01 GMT | 6 |
I have read about the use of bind variables and how dramatically it can inprove the performance on the Database servers. Unafortunatelly I have several applications running against my Oracle servers that doesn't make good use of this feature. In most of the
|
| instance_name as unprivileged user | 22 Dec 2005 11:33 GMT | 7 |
Morning, my first post on c.d.o.s, As system user I use to select instance_name from v$instance to discover which instance I'm running on. Is there a way to obtain this information as an unprivileged user?
|
| NULLs | 22 Dec 2005 11:17 GMT | 12 |
I have an application whose database was recently upgraded from 7 to 9i. In a bit of code, columns are compared that may both be null. In Oracle 7, will two columns compare equal if they are both NULL? In 9i it seems that they do not and I have to change it to NVL(column1) = ...
|
| Correlated Subquery Performance Puzzle... | 22 Dec 2005 10:12 GMT | 7 |
Oracle 9.2.0.6 on WIN 2K SP4. The following query runs for a very long time when I add an additional WHERE clause into the subquery block (which should effectvely limit the rows further....)
|
| Removing Partitions While Online | 22 Dec 2005 08:55 GMT | 1 |
I have a table that has 5 partitions using an integer based range. I would like to "un-partition" this table. In this environment it is very difficult to get any downtime. What options or techniques can you recommend (please elaborate)?
|
| bigots 101: rednecks in RT | 22 Dec 2005 07:55 GMT | 3 |
http://www.nbc17.com/news/5591406/detail.html http://www.nbc17.com/news/5584068/detail.html
|
| Help getting an EXECUTABLE to run under DBMS_SCHEDULER | 22 Dec 2005 00:20 GMT | 8 |
The following command (which just executes the date command) says that it completes successfully: BEGIN DBMS_SCHEDULER.CREATE_JOB(
|
| Changing datafile size. | 21 Dec 2005 22:58 GMT | 5 |
I have tablespace that consist of two datafiles. One is almost full, secondary is empty. I want to decrease size of the first file. Will Oracle automatically move data to the empty file? Thanks
|
| NEWBIE QUESTION: BEST WAY TO LEARN ORACLE DB | 21 Dec 2005 21:54 GMT | 2 |
I'm a Business Analyst, and I need to learn Oracle for my job. Unfortunately, the company is stingy about paying for training, so I'm left to my own devices. Is it better to download Oracle 10g Express Edition, grab a manual, and
|
| How many buckets | 21 Dec 2005 21:28 GMT | 11 |
Hello Experts, I need your comments on below topic. Oracle generating 2 buckets for each column if I am executing this command.
|
| Help with sql query (select from a table using patter matching(%) ) | 21 Dec 2005 19:15 GMT | 5 |
Need help to write a query to achive the following. Have 3 tables - Main_Table , Include_Table & Exclude_Table There is one ID column in the main_table. Need to select the rows from the main table where
|
| Autoextend | 21 Dec 2005 19:15 GMT | 5 |
How can I verify that my autoextend is on or off?
|
| Trigger Question | 21 Dec 2005 18:58 GMT | 2 |
Hey All, Quick question here: Say I have Schema S1, with Table T1. I have a public synonym on T1, as well as a trigger on T1.
|
| row vs row.column level locking | 21 Dec 2005 18:49 GMT | 42 |
Does anyone know if there are any plans for column level locking? I feel different processes should be able to update different columns w/o blocking each other, as long as what's updated is not the PK. .......
|
| Oracle recover problems | 21 Dec 2005 18:06 GMT | 3 |
Hi all, I am new to Oracle and apparently I am having problems trying to recover the database. I had installed Oracle 10 g R2 on Windows on my laptop computer as developement machine. The database instance was set to run in
|