Busca respuestas existentes a tus preguntas de productos y soporte.
Familiarízate con nuestro sitio de soporte y aprende las mejores prácticas sobre trabajar con nuestro equipo.
Manejar Peticiones de Servicio. Ve y actualiza peticiones de servicio tuyas o de otros miembros de tu organización.
Reporta un nuevo problema a nuestro equipo de soporte técnico.
Conocimientos sobre el Servicio Oracle B2C por parte de expertos en el área de nuestro equipo de soporte técnico.
Explora recursos que serán útiles para poner en marcha tu implementación y asegurar un lanzamiento exitoso.
Accede a tu cuenta OCI.
Encuentra documentación del producto para versiones vigentes de B2C y bibliotecas de documentación para soluciones de servicio relacionadas.
Tendrás las herramientas para mejorar la experiencia de los clientes al aprender todo lo que nuestro producto es capaz de hacer.
Encuentra enlaces para la documentación de APIs, Procesos Personalizados, Portal de Clientes, y la Estructura Extensible de la Interfaz de Usuario del Navegador para Agentes (BUI).
Explora cómo los aceleradores son diseñados para demostrar cómo un escenario de integración podría ser construido usando integraciones públicas y las capacidades de extensión del servicio de Oracle B2C.
Prepárate para una transición exitosa al revisar cambios y mejoras próximas a ser lanzados.
Explora webinarios, eventos, y kits de características para aprender sobre las características, funcionalidades, y mejores prácticas para el Servicio B2C brindado por técnicos expertos en el área.
Oracle MyLearn ofrece un portafolio de recursos de aprendizaje basados en un modelo de suscripción gratuito y de paga para adquirir habilidades valiosas, acelerar la inclusión de la nube, incrementar la productividad, y transformar tu negocio.
Empodera a tu equipo con las habilidades para implementar, configurar, manejar, y usar tus aplicaciones con el Entrenamiento de la Nube para la Experiencia del Cliente.
Nuestro objetivo es facilitar un entorno amigable y solidario, donde los miembros pueden colaborar fácilmente entre ellos sobre soluciones y mejores prácticas.
Realiza y responde preguntas específicas a B2C.
Este es un recurso fascinante con el propósito de ayudar con el Análisis de la Nube del Servicio de Oracle.
Comparte ideas de cómo mejorar el producto y solicitudes de mejoras con el equipo de desarrollo de Oracle, mientras colaboras con otros clientes y socios de Oracle.
Actualiza tu número telefónico, preferencias de notificaciones por correo electrónico, y preferencias de contacto para incidentes de severidad 1 y 2.
Consulta los gestores de contactos dentro de tu organización.
Encuentra información de contacto del Gerente Técnico de Cuentas (TAM), y el Gerente de Éxito de Clientes (CSM) para tu organización.
How to address reaching maximum row size or maximum class size on custom objects / custom fields.
Environment:
Oracle B2C Service - MySQL limitation, Custom Fields, Custom Objects.
Issue:
I'm not allowed to add new custom fields, or edit the current ones. I get an error that the table has exceeded its maximum row size.
OR
I'm not able to make changes to custom objects, or create new ones. I get an error that the CO class has exceeded its maximum row size or exceeds the maximum class size
"The following table(s) have exceeded the maximum row size."
Resolution:
The design intent of newer versions of the Oracle B2C Service application is such that custom field usage should be phased out and replaced by the use of custom objects where applicable. To further performance tune the application and facilitate lightweight API implementation, core table row sizes are being constrained to 32k bytes.
This size limitation is a combined total of all custom fields, and for pending changes to custom object attributes. If your custom fields are too large, you may not be able to make changes to your custom objects.The old model of using custom fields has proven inefficient because often the custom field is not used by the majority of records in the table. In many cases custom fields are grouped into folders and it is unlikely that all fields will be populated for each record. The custom field methodology apportions table space to all these fields for every record, regardless of their use.Alternatively, the new custom object methodology allows a new table (object) to be created in the database to store these data items, and a row is added to that table only when data exists. The custom object rows are joined to the incident rows by a common key, usually the opportunity_id, contact_id, incident_id, etc,. and a parent relationship is defined between the table and the custom object.You may also find that custom objects will allow enhanced use of the workflow dynamics of the application. Instead of creating a monolithic incident workspace with myriads of tabs and sub-tabs, Workflows allow you to create specific workspaces that align to your incident creation process. The path or flow between each workspace can be guided by decision points and workspaces that correlate to custom objects which can be integrated as needed.
Please note that even if you switch over to custom objects, each object also has a limit of 32k to work with. However, you can utilize numerous objects working in concert to exceed this limitation. Also note that simply reducing the size of fields is inadequate as the product reserves the maximum possible size, regardless of the current settings for the length of fieldsThere may be circumstances in which custom fields cannot be fully replaced by custom objects due to functionality limitations. However, it is strongly recommended that business processes be evaluated to prioritize the use of custom objects over that of custom fields. This way, the subsequent use of custom fields is as streamlined and efficient as possible. Our Oracle Consulting team can assist you in improving your business processes to work more effectively by employing custom objects to store ancillary data. Contact your Sales Representative / Account Manager to help you with setting up a meeting with Oracle Consulting to discuss the details of your needs.
For the maximum class error:
If you need further assistance, please submit a question via Pregunta al Soporte Técnico.