Home > Contents > Index >
CDM.CREATETABLES
Creates tables in the Sites database.
Syntax
<CDM.CREATETABLES
TABLENAMES="
tablelist
"
/>Parameters
TABLENAMES (required)
- Input parameter. List of tables to create. Use spaces or tabs to separate names.
Description
Use this tag to create the default tables and any new tables you have defined in the
commercedata.ini
file in the Sites database. The tables you wish to create must be listed in thecd.tablenames
property of thecommercedata.ini
file. You can create multiple tables in a single call. You must have the SiteGod or TableEditor ACL in your user profile to use this tag.The tables created are assigned the following ACLs:
- VisitorAdmin
- SiteGod
Example
<!-- Create the five default tables predefined in commercedata.ini --> <CDM.CREATETABLES
TABLENAMES="orders order_item cart_event shopper shopper_map"
/>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.