Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

When the DAPLS System Administrator creates a user’s profile in the DAPLS application, the following is executed behind the scenes:

  1. Create User ID in Oracle

  2. Create User ID in DAPLS

  3. Grant ‘CREATE SESSION’ to the User ID

  4. Grant a Role (this is level 10, 20, 30,…) to the User ID

However, there are times where the DAPLS System Administrator may have an issue in creating a user’s profile. In order to resolve this issue, it is necessary for Civil Aviation IT to delete the user’s profile, so that the DAPLS System Administrator will then be able to recreate the user’s profile successfully. To delete the user’s profile, it is necessary to run the following script on the Oracle backend using TOAD.

DROP USER <USER ID>CASCADE;

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.