Administration Guide > Dynamic Domain Administration > Adding Users to the Dynamic Domain
 
Adding Users to the Dynamic Domain
The following sample command uses the JDBCSample.bat program to run from the command line to create a user named newuser in the dynamic domain:
JdbcSample.bat system localhost 9401 newuser password dynamic "SELECT * FROM ALL_USERS"
To add a user to the dynamic domain
1. Enable the dynamic domain as described in Enabling the Dynamic Domain.
2. Connect to TDV Server through JDBC or ODBC, supplying the value dynamic for the argument domain in the connection string.
See the TDV Client Interfaces Guide for details.