/
Create a NEW USER in FTAE

Create a NEW USER in FTAE

Create an Oracle USER

  • Login to the desired Environment and Execute the following Statements (USER_NAME is the User Name) and (PASSWORD = Initial Password)

  • CREATE USER USER_NAME IDENTIFIED BY PASSWORD;

  • GRANT CONNECT TO USER_NAME;

  • GRANT CREATE SESSION TO USER_NAME;

  • GRANT FTAE_FULL_UPDATE TO USER_NAME;

  • Create new RECORD for USER in FTAE_SEC_USERS (Copy a similar user with desired privileges)

  • To Change Oracle Password ALTER USER USER_NAME IDENTIFIED BY NEWPASSWORD;

  • To Unlock USER ALTER USER USER_NAME IDENTIFIED BY NEWPASSWORD ACCOUNT UNLOCK;

 

Related content

FTAE deployment Version Control Procedure
FTAE deployment Version Control Procedure
More like this
User Profile Creation Problem (Transferred to Wiki)
User Profile Creation Problem (Transferred to Wiki)
More like this
How to Encrypt _EXTA accounts in web.config
How to Encrypt _EXTA accounts in web.config
More like this
How to Reset a NACIS Password
How to Reset a NACIS Password
More like this
How to Create an Account in AMES (Any environment)
How to Create an Account in AMES (Any environment)
More like this
Create 2FA admin account for CAMIS (Transferred to Wiki)
Create 2FA admin account for CAMIS (Transferred to Wiki)
More like this