PL/SQL (MOSC)

MOSC Banner

Help required on updating a column text to another table column (which is a nested table)

edited Jan 10, 2013 3:23AM in PL/SQL (MOSC) 6 commentsAnswered
Hello Community,

I have a requirement in my project which is as follows:

I have a table X which has object_id, text_comments as 2 columns.

Now I have other tables llike P, Q, R and S which has freezer_id, env_id, part_id and class_id respectively. Also these P, Q, R, S tables has a column named "text" which is a nested table.

like,

create table P (freezer_id, units, status, text <schema_name>.nt_text)

nested table text store as freezer_text

return as value;

and Q, R and S table has similar structure.

Requirement is, I need to update the "text" column in P, Q, R, S tables with text_comments value from table X depending on freezer_id, env_id etc.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center