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
Post a Comment