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: Jackie <jackie_at_nospaplanet51.zzn.com>
Date: Sun, 29 Feb 2004 17:34:36 -0000
Message-ID: <c1t7ro$1lk6iu$1@ID-28118.news.uni-berlin.de>

"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 Received on Sun Feb 29 2004 - 11:34:36 CST

Original text of this message

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