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: reading the oracle files

Re: reading the oracle files

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 08 Jul 2005 14:19:23 -0700
Message-ID: <1120857572.423619@yasure>


liorlew_at_gmail.com wrote:
> I need to compare 2 table for a given where clause:
> cycle=<user input> and month=<user input> and year=<user input>

Ask the question again ... do you think you will get a different answer?

DBMS_RECTIFIER_DIFF is completely documented both at tahiti.oracle.com and at psoug.org.

Or perhaps you missed this part of the syntax:

where_clause        IN VARCHAR2 := '',
{ column_list       IN VARCHAR2 := '', | array_columns IN 
dbms_utility.name_array, }
-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Fri Jul 08 2005 - 16:19:23 CDT

Original text of this message

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