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

Home -> Community -> Usenet -> c.d.o.server -> Re: Fooling an Oracle application

Re: Fooling an Oracle application

From: MarkP28665 <markp28665_at_aol.com>
Date: 1997/10/08
Message-ID: <19971008234501.TAA22430@ladder01.news.aol.com>#1/1

From: Bruce Bristol <ovmail1.xzbhky_at_eds.com> Is there a way I can fool an application with a view in such a way that it  receives more data than a column contains? <<

If you change the view to return concatenated column values to which you assign  a label may do part of what you want. Creating an extra column is fairly  easy, but returning data when the table column no longer exists may be a  little tougher. You can return constants and try to derive data using  functions like substr, and decode plus ones you write yourself.

Hope this helps.
Mark Powell -- The only advise that counts is the advise that you follow so follow your own advise Received on Wed Oct 08 1997 - 00:00:00 CDT

Original text of this message

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