Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Write records (and other components) greyed out.

Updated: 22 May 2010 | 2 comments
DrGonzo65's picture
+1 1 Vote
Login to vote

I'm trying to create an integration component that can read and write on a table in an oracle DB.  Yet, when I go to create it, I see that it allows me to check "ReadRecords" as a new component, but WriteRecords and a few others are greyed out, so I can't select them.  How do I write to a table in an Oracle DB without these components?

Thanks

discussion Filed Under:

Comments

rhamner's picture
27
Apr
2009
0 Votes 0
Login to vote

do these tables have primark keys?

This usually happens when a table doesn't have a primary key. I've never built components against Oracle though so I don't know if it's the same issue.

DrGonzo65's picture
27
Apr
2009
0 Votes 0
Login to vote

ahh, ok.  when I went back

ahh, ok.  when I went back two screens and chose a primary key, it finally allowed those checkboxes.  Thanks!