dbTalk Databases Forums  

user_updatable_columns

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss user_updatable_columns in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tomo
 
Posts: n/a

Default user_updatable_columns - 06-11-2008 , 02:36 AM






if i
select * from user_updatable_columns
i get information if column in table is updatable or not, insertable or
not, deletable or not.

What makes column updatable, insertable, deletable?? Primary key, not null
constraints..??
please clear my mind!







Reply With Quote
  #2  
Old   
Shakespeare
 
Posts: n/a

Default Re: user_updatable_columns - 06-11-2008 , 03:06 AM







"Tomo" <tkokoska (AT) varteks (DOT) com> schreef in bericht
news:g2nvi8$e70$1 (AT) ss408 (DOT) t-com.hr...
Quote:
if i
select * from user_updatable_columns
i get information if column in table is updatable or not, insertable or
not, deletable or not.

What makes column updatable, insertable, deletable?? Primary key, not null
constraints..??
please clear my mind!






USER_UPDATABLE_COLUMNS describes columns in a JOIN VIEW that can be updated
by the current user.

Shakespeare




Reply With Quote
  #3  
Old   
Shakespeare
 
Posts: n/a

Default Re: user_updatable_columns - 06-11-2008 , 03:06 AM




"Tomo" <tkokoska (AT) varteks (DOT) com> schreef in bericht
news:g2nvi8$e70$1 (AT) ss408 (DOT) t-com.hr...
Quote:
if i
select * from user_updatable_columns
i get information if column in table is updatable or not, insertable or
not, deletable or not.

What makes column updatable, insertable, deletable?? Primary key, not null
constraints..??
please clear my mind!






USER_UPDATABLE_COLUMNS describes columns in a JOIN VIEW that can be updated
by the current user.

Shakespeare




Reply With Quote
  #4  
Old   
Shakespeare
 
Posts: n/a

Default Re: user_updatable_columns - 06-11-2008 , 03:06 AM




"Tomo" <tkokoska (AT) varteks (DOT) com> schreef in bericht
news:g2nvi8$e70$1 (AT) ss408 (DOT) t-com.hr...
Quote:
if i
select * from user_updatable_columns
i get information if column in table is updatable or not, insertable or
not, deletable or not.

What makes column updatable, insertable, deletable?? Primary key, not null
constraints..??
please clear my mind!






USER_UPDATABLE_COLUMNS describes columns in a JOIN VIEW that can be updated
by the current user.

Shakespeare




Reply With Quote
  #5  
Old   
Shakespeare
 
Posts: n/a

Default Re: user_updatable_columns - 06-11-2008 , 03:06 AM




"Tomo" <tkokoska (AT) varteks (DOT) com> schreef in bericht
news:g2nvi8$e70$1 (AT) ss408 (DOT) t-com.hr...
Quote:
if i
select * from user_updatable_columns
i get information if column in table is updatable or not, insertable or
not, deletable or not.

What makes column updatable, insertable, deletable?? Primary key, not null
constraints..??
please clear my mind!






USER_UPDATABLE_COLUMNS describes columns in a JOIN VIEW that can be updated
by the current user.

Shakespeare




Reply With Quote
  #6  
Old   
Tomo
 
Posts: n/a

Default Re: user_updatable_columns - 06-11-2008 , 03:40 AM




"Shakespeare" <whatsin (AT) xs4all (DOT) nl> wrote

Quote:
"Tomo" <tkokoska (AT) varteks (DOT) com> schreef in bericht
news:g2nvi8$e70$1 (AT) ss408 (DOT) t-com.hr...
if i
select * from user_updatable_columns
i get information if column in table is updatable or not, insertable or
not, deletable or not.

What makes column updatable, insertable, deletable?? Primary key, not
null
constraints..??
please clear my mind!







USER_UPDATABLE_COLUMNS describes columns in a JOIN VIEW that can be
updated by the current user.
Yes, but why one column is updatable or other is not..is it depend on create
table statement??

Quote:
Shakespeare




Reply With Quote
  #7  
Old   
Tomo
 
Posts: n/a

Default Re: user_updatable_columns - 06-11-2008 , 03:40 AM




"Shakespeare" <whatsin (AT) xs4all (DOT) nl> wrote

Quote:
"Tomo" <tkokoska (AT) varteks (DOT) com> schreef in bericht
news:g2nvi8$e70$1 (AT) ss408 (DOT) t-com.hr...
if i
select * from user_updatable_columns
i get information if column in table is updatable or not, insertable or
not, deletable or not.

What makes column updatable, insertable, deletable?? Primary key, not
null
constraints..??
please clear my mind!







USER_UPDATABLE_COLUMNS describes columns in a JOIN VIEW that can be
updated by the current user.
Yes, but why one column is updatable or other is not..is it depend on create
table statement??

Quote:
Shakespeare




Reply With Quote
  #8  
Old   
Tomo
 
Posts: n/a

Default Re: user_updatable_columns - 06-11-2008 , 03:40 AM




"Shakespeare" <whatsin (AT) xs4all (DOT) nl> wrote

Quote:
"Tomo" <tkokoska (AT) varteks (DOT) com> schreef in bericht
news:g2nvi8$e70$1 (AT) ss408 (DOT) t-com.hr...
if i
select * from user_updatable_columns
i get information if column in table is updatable or not, insertable or
not, deletable or not.

What makes column updatable, insertable, deletable?? Primary key, not
null
constraints..??
please clear my mind!







USER_UPDATABLE_COLUMNS describes columns in a JOIN VIEW that can be
updated by the current user.
Yes, but why one column is updatable or other is not..is it depend on create
table statement??

Quote:
Shakespeare




Reply With Quote
  #9  
Old   
Tomo
 
Posts: n/a

Default Re: user_updatable_columns - 06-11-2008 , 03:40 AM




"Shakespeare" <whatsin (AT) xs4all (DOT) nl> wrote

Quote:
"Tomo" <tkokoska (AT) varteks (DOT) com> schreef in bericht
news:g2nvi8$e70$1 (AT) ss408 (DOT) t-com.hr...
if i
select * from user_updatable_columns
i get information if column in table is updatable or not, insertable or
not, deletable or not.

What makes column updatable, insertable, deletable?? Primary key, not
null
constraints..??
please clear my mind!







USER_UPDATABLE_COLUMNS describes columns in a JOIN VIEW that can be
updated by the current user.
Yes, but why one column is updatable or other is not..is it depend on create
table statement??

Quote:
Shakespeare




Reply With Quote
  #10  
Old   
Shakespeare
 
Posts: n/a

Default Re: user_updatable_columns - 06-11-2008 , 03:57 AM




"Tomo" <tkokoska (AT) varteks (DOT) com> schreef in bericht
news:g2o39c$mr8$1 (AT) ss408 (DOT) t-com.hr...
Quote:
"Shakespeare" <whatsin (AT) xs4all (DOT) nl> wrote in message
news:484f879d$0$14345$e4fe514c (AT) news (DOT) xs4all.nl...

"Tomo" <tkokoska (AT) varteks (DOT) com> schreef in bericht
news:g2nvi8$e70$1 (AT) ss408 (DOT) t-com.hr...
if i
select * from user_updatable_columns
i get information if column in table is updatable or not, insertable or
not, deletable or not.

What makes column updatable, insertable, deletable?? Primary key, not
null
constraints..??
please clear my mind!







USER_UPDATABLE_COLUMNS describes columns in a JOIN VIEW that can be
updated by the current user.

Yes, but why one column is updatable or other is not..is it depend on
create table statement??


Shakespeare



No it is how your CREATE OR REPLACE VIEW statement is built. It's not about
tables, but about views. If you update a view, Oracle must be able to find
(uniquely) the underlying row in one of the tables the view was composed of.

Shakespeare




Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.