oracle - How to check MAX_DUMP_FILE_SIZE for my session -


I need help getting TKProf of a SQL query Oracle asks to check the following parameters before enabling SQL trace.

  TIMED_STATISTICS, MAX_DUMP_FILE_SIZE, and USER_DUMP_DEST   

Can anyone help me current session and if they are wrong then how to set them up?

I tried

  to show the parameter max_dump; Show parameter timed_statistics; Sqlplus (windows) from   

, but I get ORA-0942: table or visual error does not exist.

In addition, any further help TKPROF will be highly appreciated in the next steps.

You need to select the v_ $ parameter

  SQL & gt; Show parameter max_dump ORA-00942: table or view SQL & gt; Does not exist Conn / as sysdba are connected to SQL & gt; Select the grant on the v_ $ parameter on HR; Funding succeeded SQL & gt; Canaan HR / Hour Connected SQL & gt; Show parameter max_dump NAME TYPE VALUE ------------------------------------ -------- ------------ max_dump_file_size string unlimited SQL & gt;    

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -