Re: adding columns to system tables

2001-05-21 Thread Jared Still
While this practice would be frowned on, I have had occasion to do something similar myself. Developers were required to have the ability to see source code in stored procedures in production instances through SQL Navigator, without granting the database privileges that would normally make this

RE: adding columns to system tables

2001-05-21 Thread Khedr, Waleed
can't you utilize the comment column? -Original Message- Sent: Friday, May 18, 2001 12:26 PM To: Multiple recipients of list ORACLE-L 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

Re: adding columns to system tables

2001-05-21 Thread Rachel Carmichael
please note you said copies :) From: Jared Still [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Subject: Re: adding columns to system tables Date: Mon, 21 May 2001 13:36:23 -0800 While this practice would be frowned on, I have had

RE: adding columns to system tables

2001-05-19 Thread Christopher Spence
It is generally considered bad practice, why not create another table with the additional columns and just make a view that joins them? -Original Message- To: Multiple recipients of list ORACLE-L Sent: 5/18/01 12:25 PM Does anyone know if it is 'safe' to add additional columns to

RE: adding columns to system tables

2001-05-19 Thread Christopher Spence
That can't be as bad as re-writing supplied packages :) -Original Message- To: Multiple recipients of list ORACLE-L Sent: 5/18/01 1:16 PM Greg, It is 'safe' in that you won't die or get injured. However, your database may and your support from Oracle certainly will. Don't even think

RE: adding columns to system tables

2001-05-19 Thread Christopher Spence
18, 2001 1:17 PM || To: Multiple recipients of list ORACLE-L || Subject: RE: adding columns to system tables || || || Greg, || || It is 'safe' in that you won't die or get injured. However, || your database || may and your support from Oracle certainly will. || || Don't even think about

RE: adding columns to system tables

2001-05-18 Thread Cale, Rick T (Richard)
Absolutely NOT!!! As soon as you do that you are completely unsupported by Oracle and probably everyone else. Rick -Original Message- Sent: Friday, May 18, 2001 12:26 PM To: Multiple recipients of list ORACLE-L Does anyone know if it is 'safe' to add additional columns to

Re: adding columns to system tables

2001-05-18 Thread Thater, William
On Fri, 18 May 2001,Greg Schraiber scribbled on the wall in glitter crayon: -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

Re: adding columns to system tables

2001-05-18 Thread Rodd Holman
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

RE: adding columns to system tables

2001-05-18 Thread Kevin Kostyszyn
Personally i wouldn't do that. How come you couldn't create another table or a view off of the user_tabl_columns and use that table instead? Kev -Original Message- Schraiber Sent: Friday, May 18, 2001 12:26 PM To: Multiple recipients of list ORACLE-L Does anyone know if it is 'safe'

RE: adding columns to system tables

2001-05-18 Thread Jack C. Applewhite
Greg, It is 'safe' in that you won't die or get injured. However, your database may and your support from Oracle certainly will. Don't even think about it. Jack Jack C. Applewhite Database Administrator/Developer OCP Oracle8 DBA iNetProfit, Inc. Austin, Texas