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

Home -> Community -> Usenet -> c.d.o.server -> Re: Update/Select on CHAR Column Behaves Differently In Stored Procedure

Re: Update/Select on CHAR Column Behaves Differently In Stored Procedure

From: Jesse <jesjdavis_at_gmail.com>
Date: 5 May 2005 12:47:22 -0700
Message-ID: <1115322442.320871.313860@o13g2000cwo.googlegroups.com>


Agreed. I may go with the index, but I like your suggestion as well. Ideally, I can work towards changing that column to VARCHAR2 down the road (have to modify and fully test other app). The CHAR(11) is just a waste of space (the values will never exceed 8 characters).

Thanks.

Jesse Received on Thu May 05 2005 - 14:47:22 CDT

Original text of this message

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