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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle web application

RE: Oracle web application

From: DENNIS WILLIAMS <DWILLIAMS_at_LIFETOUCH.COM>
Date: Sun, 19 May 2002 19:03:19 -0800
Message-ID: <F001.00464404.20020519190319@fatcity.com>


Keith - Usually you need to create some sort of application that will respond to user requests, extract data from Oracle, and format an HTML page to send back to the user. That is basically what you described in your email. How that program interfaces to Oracle will depend on what programming language you choose. Usually your program is executed by a software called a "web server" or an "application server". Before you need to worry about Oracle, you need to learn a lot more about Web programming. If by "web" you mean the Internet, then you also need to learn about Web security. If your application is within your company intranet, then this concern isn't so significant.
Suggestions: Find someone in your company that is an experienced Web programmer, and discuss your situation with them. That will teach you a lot quicker.

        Go to http://www.google.com, and type terms like "HTML Tutorial". A good site I found was http://www.mcli.dist.maricopa.edu/tut/. This won't teach you about connecting to a database, but you've got learn the basics before you progress on to advanced topics. http://www.computerworld.com/departments/technology/quickstudies offers explanations of some of the important concepts so simple even a manager can understand.
If you encounter more specific questions, write back Dennis Williams
DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com

-----Original Message-----
Sent: Saturday, May 18, 2002 11:43 AM
To: Multiple recipients of list ORACLE-L

hi,
I am a beginner in Oracle and I need help. I need to implement a interactive connection of oracle with web. I need to save data from web to database, make a kind of processing and send a response to the web. I have no idea even how to make the implementation. Can somebody help me ?

Thanks

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Keith Carney
  INET: kcarney_at_cox-internet.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: DENNIS WILLIAMS
  INET: DWILLIAMS_at_LIFETOUCH.COM
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Sun May 19 2002 - 22:03:19 CDT

Original text of this message

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