If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Extracting Data from DB2 to Hyperion Essbase

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-21-10, 23:14
db2apprentice db2apprentice is offline
Registered User
 
Join Date: Sep 2010
Posts: 1
Extracting Data from DB2 to Hyperion Essbase

Hello,

I have a requirement in which I need to extract data from Db2 to load into a Hyperion Essbase cube. I believe this might also involve writing SQL queries. Can somebody tell where to start looking into this? Is there a reading resource out there? (I didn't find much on the Hyperion Essbase side). Are there any sample SQL scripts I can see? Something..thanks.
Reply With Quote
  #2 (permalink)  
Old 09-22-10, 00:14
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
Assuming that you are not trying to get Essbase to talk directly to DB2 (in which case you need to discuss this with Essbase), you would need to explain what format that you want the data from DB2. Generally, you can use the export command. Here is how to export with comma delimited format:

export to EMPLOYEE.DEL of DEL select * from EMPLOYEE

See the DB2 Command Reference Manual for more information and options on the DB2 export command.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On