DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: Which technology to use?

  1. #1
    Join Date
    May 2003
    Posts
    6

    Which technology to use?

    Hi all.

    If I wanted to develop a web interface with Oracle backend in Unix, what technologies should I consider? We have both Unix and NT/IIS web servers.

  2. #2
    Join Date
    Apr 2002
    Location
    Bangalore
    Posts
    47
    Java is a good option.
    Also consider oracle application server.
    Cheers
    Murali

  3. #3
    Join Date
    May 2003
    Location
    hyderabad, India
    Posts
    10
    Use PSP(PL/SQL Server Pages). This is Oracle native version and it is almost similiar to JSP. All pages are stored in the database as stored procedures.

    i have used it and it is very useful.

    any other queries, please revert back.

    Tks

    Das

  4. #4
    Join Date
    Jan 2002
    Location
    Up s**t creek
    Posts
    1,525
    I agree with Partha PSP's offer a simple way of producing web content directly from the database without additional investment (if you already have PL/SQL developers).

    Regards
    Jim
    Oracle Certified Professional
    "Build your reputation by helping other people build theirs."

    "Sarcasm may be the lowest form of wit but its still funny"

    Click HERE to vist my website!

  5. #5
    Join Date
    Dec 2001
    Location
    UK
    Posts
    1,684
    Hi.

    I've used JSP, Servlets, ASP, ASP.NET, PHP, Oracle Web Toolkit, PSP etc and they are all pretty much the same. You can do PSP, Web Toolkit and JSP straight from the database as you have Apache running their anyway.

    In the long term most enterprise solutions will probably stick with ASP.NET and JSP, but this doesn't mean the others aren't valid. The whole of the asktom.oracle.com site is done using PL/SQL stright from the database. Have a play around with them all and see what suits you best. Here's some starting points:

    http://www.oracle-base.com/Articles/...bToolkit9i.asp
    http://www.oracle-base.com/Articles/...verPages9i.asp
    http://www.oracle-base.com/Articles/...verPages9i.asp

    Cheers

    Tim...
    Tim...
    OCP DBA 7.3, 8, 8i, 9i, 10g, 11g
    OCA PL/SQL Developer
    Oracle ACE Director
    My website: oracle-base.com
    My blog: oracle-base.com/blog

  6. #6
    Join Date
    May 2003
    Posts
    6
    Thanks everyone. Tim, you mentioned ASP.NET being a popular enterprise choice; that's good to hear, as I was looking at using it, but I'm not sure how well it works with Oracle?

  7. #7
    Join Date
    Jan 2002
    Location
    Netherlands
    Posts
    1,587
    If you mean connectivity:

    You can use the odbc.net , with mdac to connect to oracle.
    More or less like using a vb app front ending oracle...
    Tarry Singh
    I'm a JOLE(JavaOracleLinuxEnthusiast)
    TarryBlogging
    --- Everything was meant to be---

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width