Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: ODBC through server side sql

Re: ODBC through server side sql

From: Dilip <dilip7772002_at_indiatimes.com>
Date: Fri, 14 Feb 2003 02:48:51 -0800
Message-ID: <F001.0054D534.20030214024851@fatcity.com>


--=_MAILER_ATTACH_BOUNDARY1_200321451618272044897763 Content-Type: text/plain; charset=us-ascii

Absolutely true !!!

That's why I want to keep most of the things in the database and minimum at users end. It will be easy for us to maintain and control.

Microsoft tools must be kept away from oracle otherwise our life will be hell. Let's hope somebody will write a book. (Before that let's hope somebody will understand microsoft-oracle).

Cheers

~Dilip    

ORACLE-L_at_fatcity.com wrote:

Dilip - I think you are on the right track. I saw your post to Justin, and that is what what we often run into -- we give the users a report tool and hope they'll go away, but they come back and ask IS to create the reports. Here are the issues as I see them:
1. Users are developing more computer skills, but that only means they can dream of more than they can accomplish, which puts more pressure on IS. 2. You need to understand your user community, what their interests and skills are. If you can, support the power users and hope they will support and train the others.
3. It is good if all users can use the same tool. As a DBA you get to know when it produces bad SQL so you can fix problems quickly.

We have used what you are proposing quite a bit. Beyond views we have often created special tables either on Oracle or down on Access (even better) that pre-digest the data for the users.
I always try to keep the Microsoft tools away from Oracle if possible. Someone on this planet probably understands how Microsoft really interacts with Oracle, but they haven't written a book, or if they have I haven't found it but I would buy that book in a minute.

Dennis Williams
DBA, 40%OCP
Lifetouch, Inc.
dwilliams_at_lifetouch.com

-----Original Message-----
Sent: Thursday, February 13, 2003 1:24 AM To: Multiple recipients of list ORACLE-L

--=_MAILER_ATTACH_BOUNDARY1_200321341253542145174067 Content-Type: text/plain; charset=us-ascii

Hi Dennis,

Actually lots of users are connecting to this database from remote locations and connections are very slow because of network. So these clever people wants some sqls/reports to be run from ODBC connection and get data into excel and then work on that data. So that they don't need to access database full day.

Now I am suggesting them that we should create views in the database. Views definition will take care of report logic. And then through ODBC, they will just do 'select * from view_name' and get data in excel and carry on.

Any better ideas ????

Thanks,

~Dilip

ORACLE-L_at_fatcity.com wrote:

Dilip
Sounds as if your management is deciding to get things under control. You can move your SQL into PL/SQL stored procedures and use ODBC to execute the stored procedure.

Dennis Williams
DBA, 40%OCP
Lifetouch, Inc.
dwilliams_at_lifetouch.com

-----Original Message-----
Sent: Tuesday, February 11, 2003 5:59 AM To: Multiple recipients of list ORACLE-L

--=_MAILER_ATTACH_BOUNDARY1_20032112172951610515434 Content-Type: text/plain; charset=us-ascii

Hi Guys,

One simple ODBC question. Our management wants a set-up where user from remote location will access oracle database through ODBC connection, execute some sql scripts, download data into excel files and then do whatever reporting on that excel data. Now management wants all these sql scripts to be on database server only. Management says user should not have access to sql scripts. They should just click icons of their PCs and data should be there.

Can somebody help. I haven't worked much on ODBC. Is it possible to execute server side sql scripts through ODBC connection and get data ?

Thanks in advance for help.

Regards,

~Dilip

Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com
Buy the best in Movies at http://www.videos.indiatimes.com Bid for Air Tickets @ Re.1 on Air Sahara Flights. Just log on to http://airsahara.indiatimes.com and Bid Now !

--=_MAILER_ATTACH_BOUNDARY1_20032112172951610515434 Content-Type: text/html; charset=us-ascii

Hi Guys,

One simple ODBC question. Our management wants a set-up where user from remote location will access oracle database through ODBC connection, execute some sql scripts, download data into excel files and then do whatever reporting on that excel data. Now management wants all these sql scripts to be on database server only. Management says user should not have access to sql scripts. They should just click icons of their PCs and data should be there.

Can somebody help. I haven't worked much on ODBC. Is it possible to execute server side sql scripts through ODBC connection and get data ?

Thanks in advance for help.

Regards,

~Dilip

Get Your Private, Free E-mail from
Indiatimes at
face="Arial" size="2"&gt;http://email.indiatimes.com Buy the best in
Movies at
href="http://www.videos.indiatimes.com"&gt;http://www.videos.indiatimes.com

Bid for Air Tickets @ Re.1 on Air Sahara Flights. Just log on to

href="http://airsahara.indiatimes.com"&gt;http://airsahara.indiatimes.com and Bid Now !

--=_MAILER_ATTACH_BOUNDARY1_20032112172951610515434--

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: dilip7772002
INET: dilip7772002_at_indiatimes.com

Fat City Network Services -- 858-538-5051 http://www.fatcity.com
San Diego, California -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: DENNIS WILLIAMS
INET: DWILLIAMS_at_LIFETOUCH.COM

Fat City Network Services -- 858-538-5051 http://www.fatcity.com
San Diego, California -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).


Get Your Private, Free E-mail from Indiatimes at
http://email.indiatimes.com
Buy the best in Movies at http://www.videos.indiatimes.com
Bid for Air Tickets @ Re.1 on Air Sahara Flights. Just log on to
http://airsahara.indiatimes.com and Bid Now !

--=_MAILER_ATTACH_BOUNDARY1_200321341253542145174067
Content-Type: text/html; charset=us-ascii




Hi Dennis,



Actually lots of users are connecting to this database from remote
locations and connections are very slow because of network. So these clever
people wants some sqls/reports to be run from ODBC connection and get data
into excel and then work on that data. So that they don't need to
access database full day. 



Now I am suggesting them that we should create views in the database.
Views definition will take care of report logic. And then through ODBC, they
will just do 'select * from view_name' and get data in excel and carry
on.



Any better ideas ????



Thanks,



~Dilip



   
ORACLE-L_at_fatcity.com wrote:



PADDING-LEFT: 5px"
Dilip
Sounds as if your management is deciding to
get things under control. You
can move your SQL into PL/SQL stored
procedures and use ODBC to execute the
stored procedure.

Dennis
Williams
DBA, 40%OCP
Lifetouch, Inc.
dwilliams_at_lifetouch.com



-----Original Message-----
Sent: Tuesday, February 11, 2003
5:59 AM
To: Multiple recipients of list
ORACLE-L


--=_MAILER_ATTACH_BOUNDARY1_20032112172951610515434
C
ontent-Type: text/plain; charset=us-ascii

Hi Guys,


One
simple ODBC question. Our management wants a set-up where user
from
remote location will access oracle database through ODBC connection,
execute
some sql scripts, download data into excel files and then do
whatever
reporting on that excel data. Now management wants all these sql
scripts to
be on database server only. Management says user should not
ha!

!
ve access to sql scripts. They should just click icons of their PCs and data should be there. Can somebody help. I haven't worked much on ODBC. Is it possible to execute server side sql scripts through ODBC connection and get data ? Thanks in advance for help. Regards, ~Dilip Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com Buy the best in Movies at http://www.videos.indiatimes.com Bid for Air Tickets @ Re.1 on Air Sahara Flights. Just log on to http://airsahara.indiatimes.com and Bid Now
!
--=_MAILER_ATTACH_BOUNDARY1_20032112172951610515434 Content-Type : text/html; charset=us-ascii Hi Guys, One simple ODBC question. Our management wants a set-up where user from remote location will access oracle database through ODBC connection, execute some sql scripts, download data into excel files and then do whatever reporting on that excel data. Now management wants all these sql scripts to be on database server only. Management says user should not have access to sql scripts. They should just click icons of their PCs and data should be there. Can somebody help. I haven't worked much on ODBC. Is it possible to execute server side sql scripts through ODBC connection and get data ? Thanks in advance for help. Regards, ~Dilip Get Your Private, Free E-mail from Indiatimes at face="Arial" size="2"&gt;http://email.indiatimes.com Buy the best in Movies at href="http://www.videos.indiatimes.com"&gt;http://www.videos.indiatime s.com Bid for Air Tickets @ Re.1 on Air Sahara Flights. Just log on to href="http://airsahara.indiatimes.com"&gt;http://airsahara.india times.com and Bid Now
!
--=_MAILER_ATTACH_BOUNDARY1_20032112172951610515434-- &gt;-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: dilip7772002 INET: dilip7772002_at_indiatimes.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------- ----- To REMOVE yourself from this mailing list, send an E-Mail message to!
!
: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: DENNIS WILLIAMS INET: DWILLIAMS_at_LIFETOUCH.COM Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------- ----- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Get Your Private, Free E-mail from Indiatimes at face="Arial" size="2"&gt;http://email.indiatimes.com Buy the best in Movies at href="http://www.videos.indiatimes.com"&gt;http://www.videos.indiatimes.com Bid for Air Tickets @ Re.1 on Air Sahara Flights. Just log on to href="http://airsahara.indiatimes.com"&gt;http://airsahara.indiatimes.com and Bid Now ! --=_MAILER_ATTACH_BOUNDARY1_200321341253542145174067-- -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Dilip INET: dilip7772002_at_indiatimes.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: DENNIS WILLIAMS INET: DWILLIAMS_at_LIFETOUCH.COM Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com Buy the best in Movies at http://www.videos.indiatimes.com Bid for Air Tickets @ Re.1 on Air Sahara Flights. Just log on to http://airsahara.indiatimes.com and Bid Now ! --=_MAILER_ATTACH_BOUNDARY1_200321451618272044897763 Content-Type: text/html; charset=us-ascii <P>Absolutely true !!!</P> <P>That's why I want to keep&nbsp;most of the things in the database and minimum at users end. It will be easy for us to maintain and control.</P> <P>Microsoft tools must be kept away from oracle otherwise our life will be hell. Let's hope somebody will write a book. (Before that let's hope somebody will understand microsoft-oracle).</P> <P>Cheers</P> <P>~Dilip</P> <P>&nbsp;</P> <P>&nbsp;<BR><B><I>ORACLE-L_at_fatcity.com</B></I> wrote:<BR><BR></P> <BLOCKQUOTE style="BORDER-LEFT: #1010ff 2px solid; MARGIN-LEFT: 5px; PADDING-LEFT: 5px"><BR>Dilip - I think you are on the right track. I saw your post to Justin, and<BR>that is what what we often run into -- we give the users a report tool and<BR>hope they'll go away, but they come back and ask IS to create the reports.<BR>Here are the issues as I see them:<BR>1. Users are developing more computer skills, but that only means they can<BR>dream of more than they can accomplish, which puts more pressure on IS.<BR>2. You need to understand your user community, what their interests and<BR>skills are. If you can, support the power users and hope they will support<BR>and train the others.<BR>3. It is good if all users can use the same tool. As a DBA you get to know<BR>when it produces bad SQL so you can fix problems quickly.<BR><BR>We have used what you are proposing quite a bit. Beyond views we have often<BR>created special tables either on Oracle or down on Access (even better) ! th!
!
at<BR>pre-digest the data for the users. <BR>I always try to keep the Microsoft tools away from Oracle if possible.<BR>Someone on this planet probably understands how Microsoft really interacts<BR>with Oracle, but they haven't written a book, or if they have I haven't<BR>found it but I would buy that book in a minute. <BR><BR>Dennis Williams<BR>DBA, 40%OCP<BR>Lifetouch, Inc.<BR>dwilliams_at_lifetouch.com <BR><BR><BR>-----Original Message-----<BR>Sent: Thursday, February 13, 2003 1:24 AM<BR>To: Multiple recipients of list ORACLE-L<BR><BR><BR>--=_MAILER_ATTACH_BOUNDARY1_200321341253542145174067<BR>Content-Type: text/plain; charset=us-ascii<BR><BR>Hi Dennis,<BR><BR><BR>Actually lots of users are connecting to this database from remote locations<BR>and connections are very slow because of network. So these clever people<BR>wants some sqls/reports to be run from ODBC connection and get data into<BR>excel and then work on that data. So that they don't need to access database<BR>full ! da!
!
y. <BR><BR><BR>Now I am suggesting them that we should create views in the database. Views<BR>definition will take care of report logic. And then through ODBC, they will<BR>just do 'select * from view_name' and get data in excel and carry on.<BR><BR><BR>Any better ideas ????<BR><BR><BR>Thanks,<BR><BR><BR>~Dilip<BR><BR><BR><BR>ORACLE-L_at_fatcity.com wrote:<BR><BR><BR><BR>Dilip<BR>Sounds as if your management is deciding to get things under control. You<BR>can move your SQL into PL/SQL stored procedures and use ODBC to execute the<BR>stored procedure.<BR><BR>Dennis Williams<BR>DBA, 40%OCP<BR>Lifetouch, Inc.<BR>dwilliams_at_lifetouch.com <BR><BR><BR>-----Original Message-----<BR>Sent: Tuesday, February 11, 2003 5:59 AM<BR>To: Multiple recipients of list ORACLE-L<BR><BR><BR>--=_MAILER_ATTACH_BOUNDARY1_20032112172951610515434<BR>Content-Type: text/plain; charset=us-ascii<BR><BR>Hi Guys,<BR><BR><BR>One simple ODBC question. Our management wants a set-up where user from<BR>remote locati! on!
!
will access oracle database through ODBC connection, execute<BR>some sql scripts, download data into excel files and then do whatever<BR>reporting on that excel data. Now management wants all these sql scripts to<BR>be on database server only. Management says user should not have access to<BR>sql scripts. They should just click icons of their PCs and data should be<BR>there.<BR><BR><BR>Can somebody help. I haven't worked much on ODBC. Is it possible to execute<BR>server side sql scripts through ODBC connection and get data ? <BR><BR><BR>Thanks in advance for help.<BR><BR><BR>Regards,<BR><BR><BR>~Dilip <BR><BR>Get Your Private, Free E-mail from Indiatimes at<BR>http://email.indiatimes.com<BR>Buy the best in Movies at http://www.videos.indiatimes.com<BR>Bid for Air Tickets @ Re.1 on Air Sahara Flights. Just log on to<BR>http://airsahara.indiatimes.com and Bid Now !<BR><BR>--=_MAILER_ATTACH_BOUNDARY1_20032112172951610515434<BR>Content-Type: text/html; charset=us-ascii<BR><BR><! BR!
!
><BR><BR>Hi Guys,<BR><BR><BR><BR>One simple ODBC question. Our management wants a set-up where user from<BR>remote location will access oracle database through ODBC connection, execute<BR>some sql scripts, download data into excel files and then do whatever<BR>reporting on that excel data. Now management wants all these sql<BR>scripts to be on database server only. Management says user should not<BR>have access to sql scripts. They should just click icons of their PCs and<BR>data should be there.<BR><BR><BR><BR>Can somebody help. I haven't worked much on ODBC. Is it<BR>possible to execute server side sql scripts through ODBC connection and get<BR>data ? <BR><BR><BR><BR>Thanks in advance for help.<BR><BR><BR><BR>Regards,<BR><BR><BR><BR>~Dilip <BR><BR><BR><BR>Get Your Private, Free E-mail from<BR>Indiatimes at <BR>face="Arial" size="2"&gt;http://email.indiatimes.com<BR>Buy the best in<BR>Movies at <BR>href="http://www.videos.indiatimes.com"&gt;http://www.videos.indiatimes.com<! BR!
!
><BR>Bid for Air Tickets @ Re.1 on Air Sahara Flights. Just log on to<BR><BR>href="http://airsahara.indiatimes.com"&gt;http://airsahara.indiatimes.com<BR>and Bid Now !<BR><BR>--=_MAILER_ATTACH_BOUNDARY1_20032112172951610515434--<BR><BR>-- <BR>Please see the official ORACLE-L FAQ: http://www.orafaq.net<BR>-- <BR>Author: dilip7772002<BR>INET: dilip7772002@indiatimes.com<BR><BR>Fat City Network Services -- 858-538-5051 http://www.fatcity.com<BR>San Diego, California -- Mailing list and web hosting services<BR>---------------------------------------------------------------------<BR>To REMOVE yourself from this mailing list, send an E-Mail message<BR>to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the message BODY, include a line containing: UNSUB ORACLE-L<BR>(or the name of mailing list you want to be removed from). You may<BR>also send the HELP command for other information (like subscribing).<BR>-- <BR>Please see the official ORACLE-L FAQ: http://www.ora! fa!
!
q.net<BR>-- <BR>Author: DENNIS WILLIAMS<BR>INET: DWILLIAMS@LIFETOUCH.COM<BR><BR>Fat City Network Services -- 858-538-5051 http://www.fatcity.com<BR>San Diego, California -- Mailing list and web hosting services<BR>---------------------------------------------------------------------<BR>To REMOVE yourself from this mailing list, send an E-Mail message<BR>to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the message BODY, include a line containing: UNSUB ORACLE-L<BR>(or the name of mailing list you want to be removed from). You may<BR>also send the HELP command for other information (like subscribing).<BR><BR><BR>Get Your Private, Free E-mail from Indiatimes at<BR>http://email.indiatimes.com<BR>Buy the best in Movies at http://www.videos.indiatimes.com<BR>Bid for Air Tickets @ Re.1 on Air Sahara Flights. Just log on to<BR>http://airsahara.indiatimes.com and Bid Now !<BR><BR>--=_MAILER_ATTACH_BOUNDARY1_200321341253542145174067<BR>Content-Type: text/html; ch! ar!
!
set=us-ascii<BR><BR> <P>Hi Dennis,</P><BR> <P>Actually lots of users are connecting to this database from remote<BR>locations and connections are very slow because of network. So these clever<BR>people wants some sqls/reports to be run from ODBC connection and get data<BR>into excel and then work on that data.&nbsp;So that they don't need to<BR>access database full day. </P><BR> <P>Now I am suggesting them that we should create views in the database.<BR>Views definition will take care of report logic. And then through ODBC, they<BR>will just do&nbsp;'select * from view_name' and get data in excel and carry<BR>on.</P><BR> <P>Any better ideas ????</P><BR> <P>Thanks,</P><BR> <P>~Dilip</P><BR> <P>&nbsp;&nbsp; <BR><B><I>ORACLE-L_at_fatcity.com</B></I> wrote:<BR><BR></P><BR> <BLOCKQUOTE style="BORDER-LEFT: #1010ff 2px solid; MARGIN-LEFT: 5px; br>PADDING-LEFT: 5px"><BR>Dilip<BR>Sounds as if your management is deciding to<BR>get things under control. You<BR>can move your SQL into PL/SQL stored<BR>procedures and use ODBC to execute the<BR>stored procedure.<BR><BR>Dennis<BR>Williams<BR>DBA, 40%OCP<BR>Lifetouch, Inc.<BR>dwilliams_at_lifetouch.com<BR><BR><BR><BR>-----Original Message-----<BR>Sent: Tuesday, February 11, 2003<BR>5:59 AM<BR>To: Multiple recipients of list<BR>ORACLE-L<BR><BR><BR>--=_MAILER_ATTACH_BOUNDARY1_20032112172951610515434<BR>C<BR>ontent-Type: text/plain; charset=us-ascii<BR><BR>Hi Guys,<BR><BR><BR>One<BR>simple ODBC question. Our management wants a set-up where user<BR>from<BR>remote location will access oracle database through ODBC connection,<BR>execute<BR>some sql scripts, download data into excel files and then do<BR>whatever<BR>reporting on that excel data. Now management wants all these sql<BR>scripts to<BR>be on database serve! r !
!
only. Management says user should not<BR>ha!<BR>!<BR>ve access to<BR>sql scripts. They should just click icons of their PCs and<BR>data should be<BR>there.<BR><BR><BR>Can somebody help. I haven't worked much<BR>on ODBC. Is it possible to execute<BR>server side sql scripts through ODBC<BR>connection and get data ? <BR><BR><BR>Thanks in advance for<BR>help.<BR><BR><BR>Regards,<BR><BR><BR>~Dilip <BR><BR>Get Your Private, Free<BR>E-mail from Indiatimes at<BR>http://email.indiatimes.com<BR>Buy the best in<BR>Movies at http://www.videos.indiatimes.com<BR>Bid for Air Tickets @ Re.1 on<BR>Air Sahara Flights. Just log on to<BR>http://airsahara.indiatimes.com and<BR>Bid Now<BR>!<BR><BR>--=_MAILER_ATTACH_BOUNDARY1_20032112172951610515434<BR>Content-Type<BR>: text/html; charset=us-ascii<BR><BR><BR> <P>Hi Guys,</P><BR><BR> <P>One simple ODBC question. Our management wants a set-up where user<BR>from<BR>remote location will access oracle database through ODBC connection,<BR>execute<BR>some sql scripts, download&nbsp;data into excel files and then do<BR>whatever<BR>reporting on that excel data. Now management wants&nbsp;all<BR>these sql<BR>scripts to be on database server only. Management&nbsp;says<BR>user should not<BR>have access to sql scripts. They should just click icons<BR>of their PCs and<BR>data should be there.</P><BR><BR> <P>Can somebody&nbsp;help. I haven't&nbsp;worked much on ODBC. Is<BR>it<BR>possible to execute server side sql scripts through ODBC connection<BR>and get<BR>data ? </P><BR><BR> <P>Thanks in advance for help.</P><BR><BR> <P>Regards,</P><BR><BR> <P>~Dilip&nbsp;&nbsp;<BR></P><BR><BR> <HR> <BR><FONT face=Arial size=2><B>Get Your Private, Free E-mail from<BR>Indiatimes<BR>at </FONT>face="Arial"
size="2">http://email.indiatimes.com
</B><BR>Buy the best in<BR>Movies<BR>at<BR><A<BR>href="http://www.videos.indiatimes.com"&gt;http://www.videos.indiatime<BR>s.com</A><BR><BR>Bid for <B>Air Tickets @ Re.1</B> on Air Sahara Flights.<BR>Just log on<BR>to<BR><A<BR>href="http://airsahara.indiatimes.com"&gt;http://airsahara.india<BR>times.com</A><BR>and Bid Now<BR>!</FONT><BR><BR>--=_MAILER_ATTACH_BOUNDARY1_20032112172951610515434--<BR><BR<BR>&gt;-- <BR>Please see the official ORACLE-L FAQ: http://www.orafaq.net<BR>--<BR><BR>Author: dilip7772002<BR>INET: dilip7772002@indiatimes.com<BR><BR>Fat<BR>City Network Services -- 858-538-5051 http://www.fatcity.com<BR>San Diego,<BR>California -- Mailing list and web hosting<BR>services<BR>----------------------------------------------------------------<BR>-----<BR>To REMOVE you! rs!
!
elf from this mailing list, send an E-Mail<BR>message<BR>to!<BR>!<BR>: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the<BR>message BODY, include a line containing: UNSUB ORACLE-L<BR>(or the name of<BR>mailing list you want to be removed from). You may<BR>also send the HELP<BR>command for other information (like subscribing).<BR>-- <BR>Please see the<BR>official ORACLE-L FAQ: http://www.orafaq.net<BR>-- <BR>Author: DENNIS<BR>WILLIAMS<BR>INET: DWILLIAMS@LIFETOUCH.COM<BR><BR>Fat City Network Services<BR>-- 858-538-5051 http://www.fatcity.com<BR>San Diego, California -- Mailing<BR>list and web hosting<BR>services<BR>----------------------------------------------------------------<BR>-----<BR>To REMOVE yourself from this mailing list, send an E-Mail<BR>message<BR>to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and<BR>in<BR>the message BODY, include a line containing: UNSUB ORACLE-L<BR>(or the<BR>name of mailing list you want to be removed from).! Y!
!
ou may<BR>also send the<BR>HELP command for other information (like subscribing).<BR></BLOCKQUOTE><BR><BR> <HR> <FONT face=Arial size=2><B>Get Your Private, Free E-mail from<BR>Indiatimes at </FONT>face="Arial" size="2">http://email.indiatimes.com</B><BR>Buy the best in<BR>Movies at <A<BR>href="http://www.videos.indiatimes.com"&gt;http://www.videos.indiatimes.com</A><BR><BR>Bid for <B>Air Tickets @ Re.1</B> on Air Sahara Flights. Just log on to<BR><A<BR>href="http://airsahara.indiatimes.com"&gt;http://airsahara.indiatimes.com</A><BR>and Bid Now !</FONT><BR><BR>--=_MAILER_ATTACH_BOUNDARY1_200321341253542145174067--<BR><BR>-- <BR>Please see the official ORACLE-L FAQ: http://www.orafaq.net<BR>-- <BR>Author: Dilip<BR>INET: dilip7772002@indiatimes.com<BR><BR>Fat City Network Services -- 858-538-5051 http://www.fatcity.com<BR>San Diego, California -- Mailing list and web hosting services<BR>---------------------------------------------------------------------<BR>To REMOVE yourself from this mailing list, send an E-Mail message<BR>to: Li! st!
!
Guru@fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the message BODY, include a line containing: UNSUB ORACLE-L<BR>(or the name of mailing list you want to be removed from). You may<BR>also send the HELP command for other information (like subscribing).<BR>-- <BR>Please see the official ORACLE-L FAQ: http://www.orafaq.net<BR>-- <BR>Author: DENNIS WILLIAMS<BR>INET: DWILLIAMS@LIFETOUCH.COM<BR><BR>Fat City Network Services -- 858-538-5051 http://www.fatcity.com<BR>San Diego, California -- Mailing list and web hosting services<BR>---------------------------------------------------------------------<BR>To REMOVE yourself from this mailing list, send an E-Mail message<BR>to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the message BODY, include a line containing: UNSUB ORACLE-L<BR>(or the name of mailing list you want to be removed from). You may<BR>also send the HELP command for other information (like subscribing).<BR></BLOCKQUOTE><BR> <hr><font face="Arial" size="2"><b>Get Your Private, Free E-mail from Indiatimes at </font>http://email.indiatimes.com</b><br>Buy the best in Movies at http://www.videos.indiatimes.com<br>Bid for <b>Air Tickets @ Re.1</b> on Air Sahara Flights. Just log on to http://airsahara.indiatimes.com and Bid Now !</font> --=_MAILER_ATTACH_BOUNDARY1_200321451618272044897763-- -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Dilip INET: dilip7772002_at_indiatimes.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Received on Fri Feb 14 2003 - 04:48:51 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US