Assuming the user you want to create is called "tibpg", run the following sql commands to create the user and grant the privileges. You should be able to specify and use this user in the DomainUtility to create your domain without problem.
GRANT CONNECT,RESOURCE,UNLIMITED TABLESPACE TO tibpg IDENTIFIED BY tibpg ALTER USER tibpg DEFAULT TABLESPACE USERS; ALTER USER tibpg TEMPORARY TABLESPACE TEMP;
Cheers
No comments:
Post a Comment