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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle HTTP Server

Re: Oracle HTTP Server

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Tue, 02 Mar 2004 22:13:26 +0100
Message-ID: <c22tag$c5i$1@news1.tilbu1.nb.home.nl>


Jackie wrote:

> "Frank van Bortel" <fvanbortel_at_netscape.net> wrote in message
> news:c1t0ls$4se$1_at_news2.tilbu1.nb.home.nl...
>

>>Jackie wrote:
>>
>>
>>>Hi I am a student who is studying 4ge languages using Oracle so I

>
> downloaded
>
>>>oracle817ntee.zip. When I unzipped and installed it it also installed

>
> Apache
>
>>>server. Do I need that and if not can I do anything with it?
>>>
>>>Thanks Ron
>>>
>>>
>>
>>NO you don't need it - neither do you "need" an oracle database.
>>You can open up your database to the web, if you like, there is
>>a module, called modplsql, that let's you do it.
>>
>>Apache (or Oracle Webserver Powered by Apache, as it officially
>>is called) has been discussed in c.d.o.x newsgroups last few weeks.
>>Search archives for links and tutorials.
>>

>
>
> So without a database how can I do the following?
>
> 1. list all subject names and grades for student B. Jones
>
> select subject_name,grade
> from subject,grade,student
> where name='B. Jones' and subject.subnos=grade.subnos
> and grade.studnos=student.studnos
> /
>
> Ron
>
>

You don't need an oracle database for that. And need was in quotes.

-- 

Regards,
Frank van Bortel
Received on Tue Mar 02 2004 - 15:13:26 CST

Original text of this message

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