Re: [GENERAL] How Restricting user

2016-02-25 Thread Daniel Gallo
thanks a lot David 2016-02-25 15:08 GMT-03:00 David G. Johnston : > On Thu, Feb 25, 2016 at 11:01 AM, dangal > wrote: > >> In Oracle i have something like this: >> >> -- Create profile >> create profile PROFILE_Query limit >> sessions_per_user 25 >> cpu_per_call 3 >> connect_time

[GENERAL] How Restricting user

2016-02-25 Thread Daniel Gallo
Dear , I would like to make a query , I plan to create a user in my database , but only to make inquires , I would also like to have limits such as connection time, idle time , logical reads , is this possible? Thank you very much for your time