DBCopier components use vendor-specific bulk copy and SQL utilities for speed, rather than using JDBC. Therefore, to use a DBCopier, the native SQL environment for the database in question must be set up before starting your Oracle ATG Web Commerce application. This is required by the vendor tools in the database software. To use a DBCopier component, you must set up the environment in which the JVM runs as specified in the database vendor documentation. You can add this environment information to your <ATG10dir>/home/localconfig/environment.sh or environment.bat file. For information about the settings for your database, see the documentation from your database vendor.

For example, for Oracle you should set your environment up to look something like this:

ORACLE_HOME=/oracle-directory
PATH=$PATH:$ORACLE_HOME/bin
ORACLE_SID=ora8

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices