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

Home -> Community -> Usenet -> c.d.o.server -> Re: Anyone checked out Oracle Express Edition? It's free, although limited.

Re: Anyone checked out Oracle Express Edition? It's free, although limited.

From: Jeremy <jeremy0505_at_gmail.com>
Date: Thu, 3 Nov 2005 08:23:05 -0000
Message-ID: <MPG.1dd3d937408cacbe98a000@news.individual.net>


In article <4369AA2A.6020603_at_comcast.net>, Mark Townsend says...
> HansF wrote:
> > On Wed, 02 Nov 2005 17:38:01 +0000, Jeremy wrote:
> >
> >
> >>In article <pan.2005.11.01.21.22.30.505934_at_telus.net>, HansF says...
> >>
> >>>On Tue, 01 Nov 2005 16:29:08 +1000, Snewber amused us by writing:
> >>>
> >>>
> >>>>
> >>>>http://www.oracle.com/technology/products/database/xe/index.html
> >>>
> >>>It's working well under (fully patched) SuSE 9.3
> >>>
> >>>
> >>
> >>Does it include mod_plsql / http server? Cant find any refrences yet in
> >>the doc?
> >
> >
> > Interesting question.
> >
> > XE includes HTMLDB, and listens on an http port and it includes HTMLDB
> > (apparently version 2.1). Yet there is no Apache subdirectory and no
> > mod_plsql listed.
> >
> > HTMLDB is not active until I start the database using the 'startdb.sh' in
> > the $ORACLE_HOME/scripts directory. That shell script does nothing other
> > than a traditional SQLPlus start followed by a lsnrctl start if the
> > database is up. But so far I don't see a database startup trigger either.
> >
> > When I access http://{server}:8080 I see a directory listing. Drilling
> > in, I see many .gif files that are not on disk, or at least not found
> > using 'find' as root.
> >
> > The listener does not have an entry to listen on port 8080.
> >
> > And finally, only the traditional DB background processes are visible to a
> > "ps -ef | grep oraclexe"
> >
> > Hmmmm.
> >
>
> XE uses the new built in HTTP listener and PL/SQL gateway that comes
> with Oracle Database 10g Release 2. So the database is serving it;s own
> HTTP requests. No Apache required (unless you want to offload or place
> in a DMZ)
> The GIF files you can see are for HTMLDB, and are stored in the database.
>

Sounds very interesting. I am looking at the XE forum now and have come across a thread "URL access to procedures" where someomne states that Oracle has embedded the pl/sql gateway into the database and that you can add your own DADs. So it suggests to me that we could potentially ship a complete app (ours is all pl/sql via mod_plsql) with XE.

-- 

jeremy
Received on Thu Nov 03 2005 - 02:23:05 CST

Original text of this message

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