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: potable a access db to ORACLE Webserver???

Re: potable a access db to ORACLE Webserver???

From: <bonanos_at_yahoo.com>
Date: Fri, 11 Jun 1999 08:44:51 GMT
Message-ID: <7jqia2$aqo$1@nnrp1.deja.com>


Yasoo Andrea

> i try to portable a MS Access database to an Oracle Webserver.
> Is there anybody who knows about the best tools and how to use these
tools?

In Oracle for WindowsNT there is a tool that allows you to import an Access database into Oracle.

Once you have the data in Oracle and the webserver installedthere are a few options you have available.

  1. Webdb(easy) is a tool that lets you build web sites easily, using a wizards based approach, based on data in the Oracle database. You can download this from technet.oracle.com or if you can get hold of Oracle8i it comes standard.
  2. PL/SQL(not so easy at first but quite powerfull once you get the hang of it) You write stored procedures in the database using oracles own language PL/SQL. these procedures are accessible directly from the web server. in the procedures you access the data(useing cursor etc) and format the data in html using packages(functions) that you can install from the web server

Hope this helps

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Fri Jun 11 1999 - 03:44:51 CDT

Original text of this message

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