由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Report on the web for Oracle
相关主题
菜鸟求助: 用 Oracle Sqlldr Control File 能不能改character set?Oracle Bolstering XML In Its Database
1. Oracle vs. SQL92 Re: Just有谁用过Oracle的XML Oracle XML SQL Utility (XSU)?
请教: 如何用Perl连接Oracle数据库?这两个 xml db 有什么不同?
getting connected to Oracle in Perl费城公司急聘懂Oracle Report Writing 的 IT Manager
Re: Web DatabaseWebDB
oracle和XMLquestion on JOIN on Oracle
[转载] Oracle发布最新版Internet数据库难。想了一天了。大牛请进。
any tool helps import xml data into oracle?sql question
相关话题的讨论汇总
话题: oracle话题: report话题: web话题: db话题: servlet
进入Database版参与讨论
1 (共1页)
s******s
发帖数: 508
1
I have a oracle db server installed and a apache/tomcat as web server and
servlet container. Now I want to provide some kind of web interface to show
data in the database. Users can choose some parameters (parameters are data in
the db) and then get query results. The queries involve some table joins.
Currently I use java servlet to do the work and use jdbc to connect to the db.
Is any better ways/tools to do this in Oracle? How can I take advantage of XML
support Oracle provides. (my old oracle
l*****k
发帖数: 587
2
PERL DBI does a good job, I think, though the it may be be
very good at webinterface.
make sure you use perl 5.6 instead of 5.8 (avtive perl, if you
use windows). 5.8 don't have a oracle driver the last time I
checked

【在 s******s 的大作中提到】
: I have a oracle db server installed and a apache/tomcat as web server and
: servlet container. Now I want to provide some kind of web interface to show
: data in the database. Users can choose some parameters (parameters are data in
: the db) and then get query results. The queries involve some table joins.
: Currently I use java servlet to do the work and use jdbc to connect to the db.
: Is any better ways/tools to do this in Oracle? How can I take advantage of XML
: support Oracle provides. (my old oracle

1 (共1页)
进入Database版参与讨论
相关主题
sql questionRe: Web Database
菜鸟急问ORACLE里FUNCTION返回ref cursor的问题oracle和XML
最近很多新ID[转载] Oracle发布最新版Internet数据库
新手如何快速学习数据库any tool helps import xml data into oracle?
菜鸟求助: 用 Oracle Sqlldr Control File 能不能改character set?Oracle Bolstering XML In Its Database
1. Oracle vs. SQL92 Re: Just有谁用过Oracle的XML Oracle XML SQL Utility (XSU)?
请教: 如何用Perl连接Oracle数据库?这两个 xml db 有什么不同?
getting connected to Oracle in Perl费城公司急聘懂Oracle Report Writing 的 IT Manager
相关话题的讨论汇总
话题: oracle话题: report话题: web话题: db话题: servlet