| Thread | Last Post | Replies |
|
| Case statment in Stored Procedure | 14 Jul 2005 22:05 GMT | 2 |
<Not sure if this got posted so am trying again> I am having a problem with a stored procedure where I am inserting values selected from another table and am using a case statement (case--when--then--else--end) on the select. oracle 10g, 9i and 8i all
|
| QQQ | 14 Jul 2005 21:58 GMT | 2 |
Is calculations on an indexed column make index unused? is there any solution? Does UNION better than OR? what about NOT EXISTS and HAVING Is LIKE make index unused too? what we can do for that?
|
| Oracle AS 10.1.2 on Fedora Core 4 questions | 14 Jul 2005 20:31 GMT | 3 |
Firstly please forgive any mistakes I make when asking my questions I'm new to all this :-) I've installed Oracle 10g (10.1.0) on FC4 no problem and the dabtabase works fine (much to my surprise :-)
|
| FBI or Shadow column? | 14 Jul 2005 20:07 GMT | 3 |
From a general viewpoint, what is the best way to search a db for someone's name? Using a Function Based Index on UPPER(Last_Name) or using a trigger to insert data into a Shadow Column, i.e. on INSERT or UPDATE :new.Shadow := UPPER(Last_Name)?
|
| How to get the SQL query of a blocking sid during a lock contention | 14 Jul 2005 20:04 GMT | 9 |
We need to identify the SQL query a process is executing that's creating a lock contention; how do we do that? For example, with MSS one can do 'DBCC INPUTBUFFER(spid)' tia
|
| job is done, but data does not show up in table for 1 hour | 14 Jul 2005 20:01 GMT | 2 |
I am trying to figure out why all indications show the job is done, but the blasted data does not show in its_jobcost for 1 to 3 hours! I don't see any locks on the table or suspect sessions. Server load is very light. I have a job that uses 10 cursors to do one insert and 9
|
| ORA-00997 8i trigger long raw problem | 14 Jul 2005 19:33 GMT | 4 |
Have a table that i need to populate with 1 record of an identical type from another table in an after insert using a trigger. Usually no problem at all except am forced into using and keeping a field which is a LONG RAW type that now generates an ORA-00997 error. It is all text
|
| newbe: ORA-12541: TNS:no listener | 14 Jul 2005 19:27 GMT | 3 |
Hi, I know this error has been posted many times before but I really couldn't find anything that helped. I'd really appreciate any help in tracking down and resolving my problem: I put the 10_1 instant client on a Win2k server. I added the path to
|
| ORA-00942: How can access a table without pre-fixing the schema name | 14 Jul 2005 15:53 GMT | 4 |
Hello ORACLE GURU's I have a simple problem. would like to access oracle table without prefixing schema owner name for the read only user. (please look at step 6 for the error)
|
| CLOB to BLOB + charset conversion | 14 Jul 2005 14:43 GMT | 3 |
I'm migrating posts between two forum applications. The source stores messages in a LONG field while the destination uses UTF16 stored in a BLOB field. I managed to find info on part of this problem - converting from LONG to BLOB in a PL/SQL procedure that essentialy does this:
|
| What causes a connection attempt via sqlplus to hang? | 14 Jul 2005 13:53 GMT | 2 |
I can log on to the database as sys ( sysdba ) with not problem and the session is created fast. I attempt to connect via another account and sometimes it will very quickly and sometimes it will just hang.
|
| optimizer_features_enable difference between 9.2.0.1/9..2.0.3/9.2.0.6? | 14 Jul 2005 09:53 GMT | 8 |
Hi, All, I noticed for this parameter optimizer_features_enable , oracle document says: Syntax
|
| Partition exchange, bitmap join indexes and ORA-14098 | 14 Jul 2005 07:01 GMT | 2 |
I wanted to use the partition exchange feature from Oracle in order to update a production warehouse on a monthly basis. Now I came across a problem which I cannot resolve (either it's due to me or due to a bug in Oracle).
|
| SQL*Plus COPY command | 14 Jul 2005 06:50 GMT | 5 |
The manual says the COPY command is going to be obsoleted. I am just wondering what else we can use to achieve the same function. Thx
|
| External table and null value | 14 Jul 2005 06:13 GMT | 3 |
HI, I know that I can specify that when a column in the flat file of my external table is missing, the column will have a null value. Is it possible to issue a NVL(NULLCOLUMN, '000000') on that column at table creation so the column instead of containing null values would contain
|