Oracle 8i [message #76283] |
Thu, 17 January 2002 08:25 |
Sue
Messages: 49 Registered: May 2000
|
Member |
|
|
Help!
We are planning to develop a web application with our Labor market data. We have decided the database and it is going to be Oracle 8i. We are running Oracle 8i in our Windows 2000 currently. We are in the process of populating the database. I need help on choosing the right tools and software to develop a web application with Oracle. Can somebody give feedback?
Thanks in advance
Sue
|
|
|
Re: Oracle 8i [message #76298 is a reply to message #76283] |
Wed, 23 January 2002 06:37 |
Gopal
Messages: 23 Registered: June 1999
|
Junior Member |
|
|
>populating the database
There are 2 ways u can populate ur data into
the database:
1.)Using sqlldr which is widely documented and very efficient
2.)Using UTL_FILE
Choose 1.)if you have the data in a delimited format
choose 2.)if you want to add further checking to the loading of data.
There are many tools for loading the data into oracle table's such as
Informatica,
www.quest.com
cognos
etc.,
|
|
|
Re: Oracle 8i [message #76313 is a reply to message #76283] |
Fri, 01 February 2002 07:12 |
Sue
Messages: 49 Registered: May 2000
|
Member |
|
|
We are using SQLLDR to load the data into Oracle database. I am sorry to mislead you with my awkward way of formulating my question.
My question is what are the different software tools to develop the web interface application with Oracle database. We are thinking of taking the Java route.
|
|
|