Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> odd error

odd error

From: <Michael.Coll-Barth_at_VerizonWireless.com>
Date: Tue, 24 Jan 2006 15:20:59 -0500
Message-Id: <20060124202518.B2B0328197E@turing.freelists.org>


All,

I am getting a strange error with the code below. Does anyone have an explanation?

thanks,
Michael

SQL> select unique market_cd, churn_dt
  2 from eisweb.eis_ret_cmbd_rpt
  3 where ( churn_dt = '01-jan-2004' or churn_dt = '31-dec-2004' )   4 -- and market_cd > chr(0)
  5 ;
from eisweb.eis_ret_cmbd_rpt

            *
ERROR at line 2:
ORA-00600: internal error code, arguments: [qksmmAdjustStatistics1], [], [], [], [], [], [], []

The information contained in this message and any attachment may be proprietary, confidential, and privileged or subject to the work product doctrine and thus protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify me immediately by replying to this message and deleting it and all copies and backups thereof. Thank you.

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jan 24 2006 - 14:20:59 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US