Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: adding columns to system tables
Yes, you CAN add columns to the view as SYS. However, if you break something doing so, you aren't supported. Also any db upgrades will destroy your changes and invalidate any code that references it. Better idea might be to create a table with a similar key as user_tab_columns with your xtra column in it. Then create a custom_user_tab_cols view where your column is added to the rest and use it in your form.
Rodd Holman
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 5/18/01, 11:25:49 AM, Greg Schraiber <GregSchraiber_at_Finestri.Com> wrote regarding adding columns to system tables:
> Does anyone know if it is 'safe' to add additional columns
> to user_tab_columns? I am running 8.1.5. I would use the new
> columns to tell the application software which columns on
> any one table are user editable by a dynamically generated
> dialog form.
> Thanks,
> Greg
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Greg Schraiber
> INET: GregSchraiber_at_Finestri.Com
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Rodd Holman INET: rodney.holman_at_lodgenet.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri May 18 2001 - 11:24:07 CDT
![]() |
![]() |