ORA-13752: User "string" must be SYS or must have the "ADMINISTER ANY SQL TUNING SET" privilege.
What triggered the Error:
The attempted to create a SQL Tuning Set in another schema without having the right privilege.What should we do to fix it:
Connect as SYS or adjust the user's privilege and retry the operation.