1. Create table in the database
CREATE TABLE speforums_bigtable (
id NUMBER(10),
created_date DATE,
lookup_id NUMBER(10),
data VARCHAR2(50)
);
2. Execute following script to create 1000000 rows of data. This may take some time to complete the operation...