put the table in upper case
- From: raja rao <raja4list@xxxxxxxxx>
- To: oracle list <oracle-l@xxxxxxxxxxxxx>
- Date: Sat, 5 Nov 2005 16:17:08 -0800 (PST)
Hi Team,
We recieve data from various sources in lower,upper case.
We want all the data to be stored in upper case in the table. The whole data
will be loaded
using sqlloader.
Is there any way toload all the data in upper case / any method that makes sure
that the table
data is always in upper case.
I cannot use the
update ... set col1=upper(col1), col2=upper(col2)
as this would take long time to update the table everytime.
Thanks in advance,
Raj
---------------------------------
Yahoo! FareChase - Search multiple travel sites in one click.
- Follow-Ups:
- Re: put the table in upper case
- From: Jared Still
- Re: put the table in upper case
- From: Sandeep Dubey
Other related posts:
- » put the table in upper case
- » Re: put the table in upper case
- » Re: put the table in upper case
- » RE: put the table in upper case
- » Re: put the table in upper case
- » Re: put the table in upper case
- » Re: put the table in upper case
- Re: put the table in upper case
- From: Jared Still
- Re: put the table in upper case
- From: Sandeep Dubey