• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Getting data from a data warehouse

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First of all, i'm a newbie so please bear with me.

Anyway, I need help with getting data from a data warehouse (i.e. Informatica, Focus..) from a java program.

Apparently, any app should not get data directly from the database but instead go through the data warehouse app. (i.e. Informatica, Focus..)

I really have no idea how to go about this, so any tips/help would be greatly appreciated.

Thanks.
 
Sheriff
Posts: 28413
102
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want to "go through" the data warehouse application, that means you will have to use its programming interfaces, if it has any. So the first step would be to check out its documentation for such things. Calling the support people for the application might be of some help, but that won't be a common question for them to be asked so you might have to be patient.
 
Mark Herreras
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hmm, i did find an SDK though i'm not yet sure what it's for and how to get it.

Anywayz, thanks and wish me luck!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic