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 > DB2 Version 7.1

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-26-04, 02:50
medebayan medebayan is offline
Registered User
 
Join Date: Aug 2004
Posts: 1
DB2 Version 7.1

Hi,
I'm completely alien to DB2 & mainframes. I need to do some POC.
I am having a DB2 database Version 7.1 in mainframes. But it seems that unlike in earlier versions, DB2 7.1 allows data to be loaded into tables without any triggers or cobol probs, quite like as we have in Oracle/SQL Server open system databases.
Please let me know how far is this possible, & what are the associated implications & overheads in attempting such a thing.
It's urgent.
Thanx in anticipation,
Debayan
Reply With Quote
  #2 (permalink)  
Old 08-26-04, 08:10
urquel urquel is offline
Registered User
 
Join Date: Aug 2004
Posts: 330
You can use the IBM Load utility to load your table. The load will not fire any triggers unless you do an online load resume. Depending upon how you preform the load, you may need to run CHECK and/or COPY utilities in order to use the table. Also, be aware that if you bypass your triggers, you may have to manually preform the functionality that the triggers would have done.
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