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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Dynamic views

RE: Dynamic views

From: DENNIS WILLIAMS <DWILLIAMS_at_LIFETOUCH.COM>
Date: Wed, 20 Nov 2002 13:59:34 -0800
Message-ID: <F001.005084DA.20021120135934@fatcity.com>


Jack - If I can answer without stepping on David's toes, the problem with do-it-yourself partitioning is to avoid changing the SQL. The application may not use PL/SQL, so dynamic SQL wouldn't be a benefit.

Dennis Williams
DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com

-----Original Message-----
[mailto:JApplewhite_at_austin.isd.tenet.edu] Sent: Wednesday, November 20, 2002 2:04 PM To: Multiple recipients of list ORACLE-L

David,

How about Dynamic SQL in an Instead Of trigger?

Jack C. Applewhite
Database Administrator
Austin Independent School District
Austin, Texas
512.414.9715 (wk)
512.935.5929 (pager)
JApplewhite_at_austin.isd.tenet.edu  

                    david hill

                    <david.hill_at_lec       To:     Multiple recipients of
list ORACLE-L       
                    hateau.ca>             <ORACLE-L_at_fatcity.com>

                    Sent by:              cc:

                    root_at_fatcity.co       Subject:     Dynamic views

                    m

 

 

                    11/20/2002

                    12:48 PM

                    Please respond

                    to ORACLE-L

 

 





Hi Guys

I'm trying to see if I can get around paying oracle $50,000 for partitioning

I have a huge table and I want to partition it on date so I created 12

tables

AAAA_JAN AAAA_FEB And so on

But I want to create a view that will be used for inserting so it always

Points to the current month without having to recreate the view every month.

Is there anyway anybody can think of doing this?

Thanks

David Hill

DBA Le Chateau

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: JApplewhite_at_austin.isd.tenet.edu

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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: DENNIS WILLIAMS
  INET: DWILLIAMS_at_LIFETOUCH.COM
Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Wed Nov 20 2002 - 15:59:34 CST

Original text of this message

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