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: Creating 100,000+ tables.

Re: Creating 100,000+ tables.

From: Jim Kennedy <kennedy-downwithspammersfamily_at_attbi.net>
Date: Thu, 8 Dec 2005 06:57:13 -0800
Message-ID: <Qe-dnZ2VmuI31AXeRVn-vw@comcast.com>

"Keith" <kknauss_at_gmail.com> wrote in message news:1134053102.287710.16300_at_f14g2000cwb.googlegroups.com...
> How about this.... create a Pro/C program where you can pass the number
> of instances you want to run -- say 100. Then the Pro/C program can
> fork 100 times, connect to Oracle , and execute the procedure with
> appropriate values for fromX and toY.
>

Or use dbms_job to have 100 jobs that create tables. But why do you want to do this?
Jim Received on Thu Dec 08 2005 - 08:57:13 CST

Original text of this message

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