Skip to main content
Mitratech Success Center

Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

How to resolve the error: ORA-01792 maximum number of columns in a table or view is 1000

Error Code: "ORA-01792: maximum number of columns in a table or view is 1000" issue is a bug in oracle 12c.

Please install oracle patch 19509982 to resolve this issue (or) As a work around, you can run the following query in the database as an administrator to disable this error.

alter system set "_fix_control"='17376322:OFF';

Additional references:

  • Was this article helpful?