When in Oracle Enterprise Manager 13c, I try to implement a SQL Profile and receive the following error:
414 Request-URI Too Large
Request-URI Too Large
The request could not be processed by the server. The request URI is longer than the permissible limit.
I've found one possible solution of editing the httpd.conf file by adding
LimitRequestLine = 99999
Apparently the default is 8190. Has anybody seen this?
Thank you.
Bryan