Microsoft Windows [Version 6.3.9600] (c) 2013 Microsoft Corporation. All rights reserved. C:\Users\Administrator>cd ../../ C:\>cd DIVA\Program\Database\Core\Install C:\DIVA\Program\Database\Core\Install>create_diva_user DivL2b5 diva lib5 127.0.0 .1:1521/lib5.world -useronly -custom_tablesplaces tables_tablespace Usage : "create_diva_user.bat syspasswd username userpasswd oracle_connection [-useronly |-tablesonly] [-custom_tablespaces tables_tablespace indexes_tablespace temp_tab lespace]" "create_diva_user.bat DIVA|SYS current_password new_password -orapwd" Create the given DIVA database user and its associated tables. Parameters: syspasswd : Password of the Oracle 'sys' account. username : Username to create. userpasswd : Associated user password. oracle_connection : Oracle TNS Service Name or Oracle connection string. ( Ex: IP_ADRESS:PORT/ORACLE_SERVICE_NAME) DIVA|SYS : Mention either DIVA or SYS to reset the respective pas sword in the password file. new_password : New password. current_password : current password, If there is no current database pass word, then simply enter the new password for this parameter. Options: -useronly : only creates the database user and no datbase objec ts -tablesonly : only creates the database objects for the give user -custom_tablespaces : using of custom tablespaces tables_tablespace : tablespace for tables indexes_tablespace : tablespace for indexes temp_tablespace : database temp tablespace -orapwd : Option to reset/generate password file. C:\DIVA\Program\Database\Core\Install>