Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle Best practices for changing Byte to Char on Varchar2 columns

User536214 - Oracle-OracleSep 5 2013 — edited Sep 5 2013

Dear Team,

Application Team wanted to change Byte to Char on Varchar2 columns to accommodate Multi byte character  on couple of production tables.

Wanted to know is it safe to have mixture of BYTE and CHAR semantics in the same table i have read on the couple of documents that It's good practice to avoid using a mixture of BYTE and CHAR semantics columns in the same table.

What happens if we have mixture of BYTE and CHAR semantics columns in the same table?

Do we need to gather stats & rebuild indexes on the table after these column changes .


Thanks in Advance !!!

SK

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 3 2013
Added on Sep 5 2013
2 comments
1,801 views