Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQLServer2k to Oracle 9i, Character Set Conflict
Hi Daniel,
> What makes you think you want to use CHAR(20) in Oracle?
I have tried many, only CHAR(20), or bigger, will eliminate Error ORA-01401.
(I havent tried VARCHAR2(8), SQL Server Column is CHAR(8) )
That column above has non standard characters as result of encryption.
But on other table, I even have to make MS SQL Char(50) into CHAR(100) in Oracle.
Thanks,
Krist
>
> Are you making an assumption that they are the same or have you
> actually researched this? I would strongly urge you to not just
> make the assumption that what you are doing makes sense and to
> consider using the VARCHAR2 data type.
>
> Daniel Morgan
Received on Fri Jul 09 2004 - 22:48:30 CDT
![]() |
![]() |