Commands:
Create Oracle user TPCDS
SQL> CREATE USER "TPCDS" PROFILE "DEFAULT" IDENTIFIED BY "*******" DEFAULT TABLESPACE "USERS" TEMPORARY TABLESPACE "TEMP" QUOTA UNLIMITED ON "USERS" ACCOUNT UNLOCK GRANT CREATE TABLE TO "TPCDS" GRANT "CONNECT" TO "TPCDS";
Get DSGen and unpack
Compile/build binaries
| * Result should be: OS | = | LINUX |
Generate load data
Import tables into Oracle
Load data
Prepare control files:
Import the data using Oracle Loader