To manually create the Oracle schema owner before installing the CMS, you need the following files:
The CreateOracleUser.sql script creates the schema owner and automatically grants the privileges that this Oracle user needs to access the database tables and manage the CMS database. To do this, the script calls and invokes a stored procedure in WgnSetupOwner.sql. Find these files in the \Support folder on your CA DLP distribution media.
To manually create an Oracle schema owner
This step is necessary because a log file is written to the host folder when you run the CreateOracleUser.sql script.
sqlplusw
This launches the Oracle SQL Plus utility and sets the correct working directory for the script execution.
@CreateOracleUser
The script prompts you for:
Finally, the script outputs a summary of the new account.
Important! You cannot change the password or tablespace after you have installed the CMS!
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |