Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle HTTP Server
"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?
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
![]() |
![]() |