I've been working populating Oracle tables using ODBC. I copied the command line from 6.5.2 and changed -dbtype odbc to -dbtype oracle. It actually looks like it takes slightly longer to load the tables now.
Someone suggested updating the tables using OCI. How would I change the command line to us the OCI
------
-DBTYPE ORACLE -SOURCE database -TABLE Table_Name -USER user_id -PW password
------
Looks like the adapter guide suggests
-CONNECT instead of -SOURCE
eyetry
Someone suggested updating the tables using OCI. How would I change the command line to us the OCI
------
-DBTYPE ORACLE -SOURCE database -TABLE Table_Name -USER user_id -PW password
------
Looks like the adapter guide suggests
-CONNECT instead of -SOURCE
eyetry