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: Generate Data for TEST

RE: Generate Data for TEST

From: John Hallas <john.hallas_at_hcresources.co.uk>
Date: Sat, 30 Mar 2002 09:58:18 -0800
Message-ID: <F001.00437430.20020330095818@fatcity.com>


Don't know exactly what you want but if you just "create table Hamid_table as select * from dba_tables" and do likewise with some of the other data dictionary tables (objects,triggers,segments etc) then you have a set of tables which are all related to each other.

Another quick way of populating a dummy table is to select * from dba_objects into a temp table and then continue to "insert into temp table select * from temp table".

You can very quickly get a pretty big table

HTH John

-----Original Message-----
Sent: 29 March 2002 19:34
To: Multiple recipients of list ORACLE-L

Hi List,
I am looking for some scripts to generate some dummy data and insert it in alot of tables which related to each other, any site or url or scripts? Appreciate
Thanks

Hamid Alavi
Office 818 737-0526
Cell 818 402-1987

The information contained in this message and any attachments is intended only for the use of the individual or entity to which it is addressed, and may contain information that is PRIVILEGED, CONFIDENTIAL and exempt from disclosure under applicable law. If you have received this message in error, you are prohibited from copying, distributing, or using the information. Please contact the sender immediately by return e-mail and delete the original message from your system.

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Hamid Alavi
  INET: hamid.alavi_at_quovadx.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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: John Hallas INET: john.hallas_at_hcresources.co.uk Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 Sat Mar 30 2002 - 11:58:18 CST

Original text of this message

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