Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: timonkZon,
You would not use a DB Store node to do table creation. DB Store is specific to loading information. If you also need to actually create tables through LAE, you want to use the DB Execute node, and utilize the appropriate SQL statements.
I would recommend you look at your CORE library help for the DB Execute node, and review the "sqlNonSelect" BRAINScript command for executing those kinds of database operations.
If the tables you want to access already exist, your oracle client software just needs to have the proper database TNS entries. You then simply tell the DB Store node which Oracle Database (DbService) you want, which user/password to get access, and which table (DbTable) you want to insert into. (the last DB Store parameter, "DbInterface", should be set to 'oci' for oracle databases).
Regards
-Timon