dbTalk Databases Forums  

case insentive

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss case insentive in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
tiro
 
Posts: n/a

Default case insentive - 09-15-2008 , 08:15 AM






Hi.
I have to open an ado connection from access toward db oracle 11g
It's simple but i have to set oracle db case insensitive
How can i set db oracle 11g case insensitive in ado connection?



Reply With Quote
  #2  
Old   
gym dot scuba dot kennedy at gmail
 
Posts: n/a

Default Re: case insentive - 09-15-2008 , 09:24 AM







"tiro" <tiro (AT) mancino (DOT) it> wrote

Quote:
Hi.
I have to open an ado connection from access toward db oracle 11g
It's simple but i have to set oracle db case insensitive
How can i set db oracle 11g case insensitive in ado connection?

You don't. Unless they changes something in 11g the queries are case
sensitive with respect to character fields.
Jim




Reply With Quote
  #3  
Old   
gym dot scuba dot kennedy at gmail
 
Posts: n/a

Default Re: case insentive - 09-15-2008 , 09:24 AM




"tiro" <tiro (AT) mancino (DOT) it> wrote

Quote:
Hi.
I have to open an ado connection from access toward db oracle 11g
It's simple but i have to set oracle db case insensitive
How can i set db oracle 11g case insensitive in ado connection?

You don't. Unless they changes something in 11g the queries are case
sensitive with respect to character fields.
Jim




Reply With Quote
  #4  
Old   
gym dot scuba dot kennedy at gmail
 
Posts: n/a

Default Re: case insentive - 09-15-2008 , 09:24 AM




"tiro" <tiro (AT) mancino (DOT) it> wrote

Quote:
Hi.
I have to open an ado connection from access toward db oracle 11g
It's simple but i have to set oracle db case insensitive
How can i set db oracle 11g case insensitive in ado connection?

You don't. Unless they changes something in 11g the queries are case
sensitive with respect to character fields.
Jim




Reply With Quote
  #5  
Old   
gym dot scuba dot kennedy at gmail
 
Posts: n/a

Default Re: case insentive - 09-15-2008 , 09:24 AM




"tiro" <tiro (AT) mancino (DOT) it> wrote

Quote:
Hi.
I have to open an ado connection from access toward db oracle 11g
It's simple but i have to set oracle db case insensitive
How can i set db oracle 11g case insensitive in ado connection?

You don't. Unless they changes something in 11g the queries are case
sensitive with respect to character fields.
Jim




Reply With Quote
  #6  
Old   
Mark D Powell
 
Posts: n/a

Default Re: case insentive - 09-15-2008 , 10:05 AM



On Sep 15, 10:24*am, "gym dot scuba dot kennedy at gmail"
<kenned... (AT) verizon (DOT) net> wrote:
Quote:
"tiro" <t... (AT) mancino (DOT) it> wrote in message

news:48ce6082$0$40304$4fafbaef (AT) reader5 (DOT) news.tin.it...> Hi.
I have to open an ado connection from access toward db oracle 11g
It's simple but i have to set oracle db case insensitive
How can i set db oracle 11g case insensitive in ado connection?

You don't. *Unless they changes something in 11g the queries are case
sensitive with respect to character fields.
Jim
Actually you can set a session parameter that will provide case
insesitive searches and sorts in 10g onwards.

There are also techniques for handing case insesitive searches in
lower version such as using function based indexes
http://download.oracle.com/docs/cd/B....htm#sthref608

Also using functions: upper, lower, transform, etc ....

Linguistic Sorting and searches
http://download.oracle.com/docs/cd/B....htm#NLSPG0051

HTH -- Mark D Powell --


Reply With Quote
  #7  
Old   
Mark D Powell
 
Posts: n/a

Default Re: case insentive - 09-15-2008 , 10:05 AM



On Sep 15, 10:24*am, "gym dot scuba dot kennedy at gmail"
<kenned... (AT) verizon (DOT) net> wrote:
Quote:
"tiro" <t... (AT) mancino (DOT) it> wrote in message

news:48ce6082$0$40304$4fafbaef (AT) reader5 (DOT) news.tin.it...> Hi.
I have to open an ado connection from access toward db oracle 11g
It's simple but i have to set oracle db case insensitive
How can i set db oracle 11g case insensitive in ado connection?

You don't. *Unless they changes something in 11g the queries are case
sensitive with respect to character fields.
Jim
Actually you can set a session parameter that will provide case
insesitive searches and sorts in 10g onwards.

There are also techniques for handing case insesitive searches in
lower version such as using function based indexes
http://download.oracle.com/docs/cd/B....htm#sthref608

Also using functions: upper, lower, transform, etc ....

Linguistic Sorting and searches
http://download.oracle.com/docs/cd/B....htm#NLSPG0051

HTH -- Mark D Powell --


Reply With Quote
  #8  
Old   
Mark D Powell
 
Posts: n/a

Default Re: case insentive - 09-15-2008 , 10:05 AM



On Sep 15, 10:24*am, "gym dot scuba dot kennedy at gmail"
<kenned... (AT) verizon (DOT) net> wrote:
Quote:
"tiro" <t... (AT) mancino (DOT) it> wrote in message

news:48ce6082$0$40304$4fafbaef (AT) reader5 (DOT) news.tin.it...> Hi.
I have to open an ado connection from access toward db oracle 11g
It's simple but i have to set oracle db case insensitive
How can i set db oracle 11g case insensitive in ado connection?

You don't. *Unless they changes something in 11g the queries are case
sensitive with respect to character fields.
Jim
Actually you can set a session parameter that will provide case
insesitive searches and sorts in 10g onwards.

There are also techniques for handing case insesitive searches in
lower version such as using function based indexes
http://download.oracle.com/docs/cd/B....htm#sthref608

Also using functions: upper, lower, transform, etc ....

Linguistic Sorting and searches
http://download.oracle.com/docs/cd/B....htm#NLSPG0051

HTH -- Mark D Powell --


Reply With Quote
  #9  
Old   
Mark D Powell
 
Posts: n/a

Default Re: case insentive - 09-15-2008 , 10:05 AM



On Sep 15, 10:24*am, "gym dot scuba dot kennedy at gmail"
<kenned... (AT) verizon (DOT) net> wrote:
Quote:
"tiro" <t... (AT) mancino (DOT) it> wrote in message

news:48ce6082$0$40304$4fafbaef (AT) reader5 (DOT) news.tin.it...> Hi.
I have to open an ado connection from access toward db oracle 11g
It's simple but i have to set oracle db case insensitive
How can i set db oracle 11g case insensitive in ado connection?

You don't. *Unless they changes something in 11g the queries are case
sensitive with respect to character fields.
Jim
Actually you can set a session parameter that will provide case
insesitive searches and sorts in 10g onwards.

There are also techniques for handing case insesitive searches in
lower version such as using function based indexes
http://download.oracle.com/docs/cd/B....htm#sthref608

Also using functions: upper, lower, transform, etc ....

Linguistic Sorting and searches
http://download.oracle.com/docs/cd/B....htm#NLSPG0051

HTH -- Mark D Powell --


Reply With Quote
  #10  
Old   
tiro
 
Posts: n/a

Default Re: case insentive - 09-15-2008 , 12:29 PM




"Mark D Powell" <Mark.Powell (AT) eds (DOT) com> ha scritto nel messaggio
news:d9c719e4-474f-4f0d-8257-7ccdafb64432 (AT) 79g2000hsk (DOT) googlegroups.com...
On Sep 15, 10:24 am, "gym dot scuba dot kennedy at gmail"
<kenned... (AT) verizon (DOT) net> wrote:
Quote:
"tiro" <t... (AT) mancino (DOT) it> wrote in message

Actually you can set a session parameter that will provide case
insesitive searches and sorts in 10g onwards.
I tried the following statement

alter session set nls_comp=ansi

but it seems it doesn't success in oracle 11g
What i did wrong?





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.