Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

add column to an Oracle table

Hi,
is it possible to add a colum to an oracle table? I have an Oracle database.
which component to use?
thanks.
Mouna
Labels (3)
4 Replies
Anonymous
Not applicable
Author

Hi,
is it possible to add a colum to an oracle table? I have an Oracle database.
which component to use?

We don't have a special component to add a column to DB, however, I think you can use tOracleRow and write a SQL to adjust the table structures.
Best regards
Sabrina
Anonymous
Not applicable
Author

Yes, we should be able to add a column to a table using tOracleRow component. You can add your Alter statement in this component. Remember this component requires a mandatory input so add any input component like tRowGenerator or tFixedFlowInput.
However, adding a new column is not advisable through Talend. Can you please help us understand as to why you want to add a column to table using Talend?
Anonymous
Not applicable
Author

Hi,
thanks you for answering! I tried yesterday the tOracleRow, it didn't work but I think I wrote the query not correctly. I tried a second time few minutes ago and it worked. Thank you xdshi and vikram!!
vikram: i have a sequence of operations to do, and i try to exploit Talend for all the operations.
Mouna.
Anonymous
Not applicable
Author

Your welcome, Mouna.