ORA-32050: %s operation failed
Cause: A mapping operation failed
Action: Check FMON trace files for errors
https://support.oracle.com/
http://www.oracle.com/
ORA-32050: %s operation failed
Cause: A mapping operation failed
Action: Check FMON trace files for errors
https://support.oracle.com/
http://www.oracle.com/
ORA-32037: unsupported use of LEVEL in membership condition
Cause: An attempt was made to use LEVEL in membership condition with subquery that is not supported
Action: Rewrite query to avoid using LEVEL in membership condition
https://support.oracle.com/
http://www.oracle.com/
ORA-32036: unsupported case for inlining of query name in WITH clause
Cause: There is at least one query name which is inlined more than once because it's definition query is too simple and references another query name. This is currently unsupported yet
Action: remove such query name and retry
https://support.oracle.com/
http://www.oracle.com/
ORA-32035: unreferenced query name defined in WITH clause
Cause: There is at least one WITH clause query name that is not referenced in any place
Action: remove the unreferenced query name and retry
https://support.oracle.com/
http://www.oracle.com/
ORA-32034: unsupported use of WITH clause
Cause: Inproper use of WITH clause because one of the following two reasons: 1. nesting of WITH clause within WITH clause not supported yet 2. For a set query, WITH clause can't be specified for a branch 3. WITH clause can't sepecified within parentheses
Action: correct query and retry
https://support.oracle.com/
http://www.oracle.com/
ORA-32033: unsupported column aliasing
Cause: column aliasing in WITH clause is not supported yet
Action: specify aliasing in defintion subquery and retry
https://support.oracle.com/
http://www.oracle.com/
ORA-32032: free temporary object number not available
Cause: Too many queries using temp table transformation are currently being run to use up all temporay object numbers
Action: Turn off temporary table transformation or wait, then retry
https://support.oracle.com/
http://www.oracle.com/
ORA-32031: illegal reference of a query name in WITH clause
Cause: forward or recursive reference of a query name in WITH clause is not allowed
Action: Correct query statement, then retry
https://support.oracle.com/
http://www.oracle.com/
ORA-32028: Syslog facility or level not recognized
Cause: Syslog facility or level did not conform to the standard facility or level provided in the syslog.h file
Action: Specify a facility or level such as "LOCAL1.NOTICE" which conforms to the syslog.h file
https://support.oracle.com/
http://www.oracle.com/
ORA-32027: There is no string column with the matching type in string.string
Cause: An attempt was made to set the audit table to a table or view object that does not have a column with the same name and type as the one in the audit table
Action: Specify a valid table or view object for the audit table option
https://support.oracle.com/
http://www.oracle.com/