v$sqlarea is not accessible in oracle apex 3.2.1 -


i logged oracle apex through company server. not able sql_text v$sqlarea view. stuck, , don't able proceed further kill sessions.

most don't have access view tables, give access ask dba grant ,

sql> grant on v_$sqlarea scott;  grant succeeded. 

instead of scott, replace username


Comments

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

ruby - Net::HTTP extremely slow responses for HTTPS requests -

c++ - Boost Spirit Parser with a vector of three strings compiling into a struct, adapt not working -