Hi,
I doubt that you want to create the objects in the SYSTEM schema which is the main schema for the Oracle Admin.
Therefore I would suggest to provide both sets (-u wm -p #Gehlot1 and -au SYSTEM -ap “password for SYSTEM”).
Additionally you should provide the Tablespace directory where DCC will create the tablespaces WEBMDATA and WEBMINDX from the storage component.
Remember that you have to grant access to some SYS-Packages when creating the objects as SYSTEM instead of as SYS.
At least “GRANT EXECUTE ON SYS.UTL_SMTP TO &user;” needs to be granted to the schema specified for parameter “-u”.
Replace “&user;” with the value of the parameter “-u”.
When using Optimize there are some additional grants neccessary:
GRANT EXECUTE ON SYS.DBMS_ALERT TO &user;
GRANT EXECUTE ON SYS.DBMS_JOB TO &user;
GRANT EXECUTE ON SYS.PLITBLM TO &user;
GRANT SELECT ON SYS.V_$PARAMETER TO &user;
Run the Schema creation for Optimize a second time after granting to complete the object creation as the first one fails due to missing rights to grant the needed permissions.
I found it helpful to create some different schemas for the differen components, i.e. Archive, TN, Optimize, MWS, IS/BPM.
Archive requires a different schema than IS/BPM for working properly.
See Monitor Users Guide for how to setup archiving in this case.
Regards,
Holger
#Integration-Server-and-ESB#Adapters-and-E-Standards#webMethods