oracle10g - Is there way to create tables with case insensitive column values in oracle? -


is there way create tables case insensitive column values in oracle? need view oracle through ms-access odbc , need make tables case insensitive. there way alter session in ms access in oracle (below) make them case insensitive:

alter session set nls_comp=linguistic alter session set nls_sort=binary_ci 


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -