Reason why oracle is case sensitive?

前端 未结 5 1791
野趣味
野趣味 2020-11-29 02:43

Is there a reason why Oracle is case sensitive and others like SQL Server, and MySQL are not by default?

I know that there are ways to enable/disabl

5条回答
  •  一向
    一向 (楼主)
    2020-11-29 03:17

    If I had to guess, I'd say for historical/backwards-compatibility reasons.
    Oracle first came out in 1977, and it was likely computationally expensive with the technology at the time to do the extra work for case-insensitive searches, so they just opted for exact matches.

提交回复
热议问题