How to set statement_timeout by SQL
719645Jun 8 2012 — edited Jun 8 2012Hi!
I'm a newbie in Oracle and i'd like to know the SQL to set the statement_timeout.
I tried the following SQL: ALTER ROLE abcd SET statement_timeout = 1000 but this instruction caused an ORA-00922: missing or invalid option error.
Thanks in advance.