Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Getting Role and Permissions from DB

Re: Getting Role and Permissions from DB

From: <suisum_at_ecn.ab.ca>
Date: 4 Jan 99 15:30:21 GMT
Message-ID: <3690de8d.0@ecn.ab.ca>


Hi Thomas:

Thank you very very much for your valuable sharing. I'll keep all of these treasure in mind.

Have a nice day,

Thomas Kyte (tkyte_at_us.oracle.com) wrote:

: An example would be:

: - you rename a base table, you must recode the application to use the new base
: table. if you had a view, the view would be changed on the server and the
: application would be none the wiser.

: - you rename a column in a base table, see above.

: - you decide to vertically partition (split) a table. you must recode the
: application to join the information (maybe -- maybe it only accessed columns
: from the one table). A view would make it so you don't have to.

: things like that...
Received on Mon Jan 04 1999 - 09:30:21 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US