Previous Topic: Run the Database ScriptsNext Topic: Deploy the User Behavioral Profiling Software


Verify the Database Setup

After you run the required database scripts, verify the CA Risk Authentication schema.

Follow these steps:

  1. Log in to the CA Risk Authentication database as a user with SYSDBA privileges.
  2. Run the following query:
    SELECT * from dbo.XUBPData
    

    You must see the following output as a result of the preceding query:

    USERNAME ORGNAME PARAMNAME DATA
    -------- ------- --------- ----
    
  3. Log out of the database console.