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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Need PL/SQL pseudo-code to populate table...

Re: Need PL/SQL pseudo-code to populate table...

From: bigrez <resnimi_at_NOSPAMmail.northgrum.com>
Date: 2000/05/19
Message-ID: <Futw7I.87E%mother@herald.northgrum.com>#1/1

I've edited PL/SQL using various methods from "vi" and other text editors to using Toad. Toad is great because you can see all of the objects in the db, edit and compile them, trace 'em, and much more.

   I guess you could write a procedure to create your 10K records for testing, just as you could a C program or any other tool.

mike
bigrez_at_mail.hughes.net

GAB wrote in message ...
>I'm a PL-SQL novice, and am trying to make some server side code to
>generate about 10k records in a 50 column table - just for testing and
>what have you.
>
>And I know this sounds stupid, but what's the best method or tool for
>entering PLSQL code, submitting for compile and storage? Right now I'm
>trying to do it with SQL-Plus, but I bet there's a lot better ways of
>doing this. What do all you pros out there use who code PLSQL all day
>long?
>
>I'm trying out TOAD - anyone had any luck with that?
>
>Thanks in advance -
>
>
Received on Fri May 19 2000 - 00:00:00 CDT

Original text of this message

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