User connexion survey

  • Hello,

    I am actually working on a Intranet portal project. The portal uses one specific user to connect at the database.

    In parallel, we have different users just having visibility on certain data thanks views. I would like to log the frequency of connections for these users of my database, also information about connections.

    I tried to see in Database Reports if I could find such information without any success.

    Is it possible to record any connections on my database (or may be it is automatically done ?) and how can I get such information ?

    Thanks,

    David

  • You can do it resorting to Logon Triggers.

    Logon Trigger would start a storedproc so you can do whatever you want there. 😉

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply