Search for existing answers to your product and support questions.
Familiarize yourself with our support site and learn best practices in working with our team.
Manage Service Requests, View and update service requests submitted by you and others in your organization.
Submit a new issue to our technical support team.
Oracle B2C Service insights from our Technical Support team subject matter experts
Browse resources to assist you in launching your implementation and ensure a successful go-live.
Access your OCI account.
Find product documentation for supported versions of B2C and documentation libraries for related service solutions.
You will have the tools to improve your customers' experience when you learn about all the things our products can do.
Find links for API documentation, Custom Processes, Customer Portal, and Agent Browser UI Extensibility Framework.
Explore how accelerators are designed to demonstrate how an integration scenario could be built using the public integration and extension capabilities of the Oracle B2C Service.
Prepare for a successful transition by reviewing upcoming release changes and enhancements.
Explore webinars, events, and feature kits to learn about B2C Service features, functionality, and best practices from the technical experts.
Oracle MyLearn offers a portfolio of free and paid subscription-based learning resources to help you gain valuable skills, accelerate cloud adoption, increase productivity, and transform your business.
Empower your team with the skills to implement, configure, manage, and use your applications with Customer Experience Cloud Training.
Our goal is to facilitate a friendly, supportive environment where members can easily collaborate with each other on solutions and best practices.
Ask and answer questions specific to B2C.
This is an exciting resource intended to help with your Oracle Service Cloud Analytics.
Share product improvement ideas and enhancement requests with Oracle Development, while collaborating with other Oracle customers and partners.
Update your phone number, email notification preferences, and severity 1 and severity 2 contact preferences.
View the contact managers within your organization.
Find contact information of the Technical Account Manager (TAM) and Client Success Manager (CSM) for your organization.
Environment:
Archiving incidents. Analytics Oracle B2C Service
Resolution:
Here is how to estimate the number of incidents in your database that are ready to be archived.
Use the report described in this answer to estimate how long it will take to archive incidents up to a specific age. The speed at which archiving occurs depends on how much data is associated with incidents. By default the utility is configured to perform batches of 100,000 per run. The configuration to archive incidents prior to 18B release is set per interface, so a calculation for each interface is required. Post 18B release, the configuration is site specific and can be configured and enabled in Data Lifecycle Policies in the Browser Agent.
Please refer to Archiving incidents on test or upgrade sites for information on how to test incident archiving.
For help creating a basic report, refer to Answer ID 2509: Creating a basic custom report.
To create a report that estimates closed incidents that are ready to archive:
1. Create a standard report with the following columns:
Heading: Date Closed Expression: date_format(incidents.closed,'YYYY-MM-DD') Heading: Archive Days Expression: time_format(date_diff(to_date(date_format(sysdate(),'MM-DD-YYYY'),'MM-DD-YYYY'),incidents.closed),'DD') If you have incidents that are assigned to multiple interfaces you should also add the following column. Heading: Interface Expression: incidents.interface_id Heading: Count Expression: count(*)
Heading: Date Closed Expression: date_format(incidents.closed,'YYYY-MM-DD')
Heading: Archive Days Expression: time_format(date_diff(to_date(date_format(sysdate(),'MM-DD-YYYY'),'MM-DD-YYYY'),incidents.closed),'DD')
If you have incidents that are assigned to multiple interfaces you should also add the following column. Heading: Interface Expression: incidents.interface_id Heading: Count Expression: count(*)
2. Sort the Date Created column descending.
3. Create the following filter(s):
Name: Closed Expression: incidents.closed Operator: between Value: -60 months relative to -12 months relative (these are example values for archiving incidents closed between 1 and 5 years) Alternately Name: Closed date Uncheck Make this filter selectable at runtime Expression: incidents.closed Operator: is not null Name: Status closed Expression: incidents.status Operator: in list Value(s): closed If you have incidents that are assigned to multiple interfaces you should also add the following filter. Name: Interfaces Expression: incidents.interface_id Operator: in list
Name: Closed Expression: incidents.closed Operator: between Value: -60 months relative to -12 months relative (these are example values for archiving incidents closed between 1 and 5 years) Alternately Name: Closed date Uncheck Make this filter selectable at runtime Expression: incidents.closed Operator: is not null Name: Status closed Expression: incidents.status Operator: in list Value(s): closed If you have incidents that are assigned to multiple interfaces you should also add the following filter.
Name: Interfaces Expression: incidents.interface_id Operator: in list
4. Click the Home tab, then Options, More options and change the Data Source to "Report Database" (also known as the replication server).
5. Preview the report while adjusting the Created filter to show the oldest incidents and save the report. Note that there may be multiple rows returned for one created date. This is due to the way time is calculated during daylight savings time depending on the TZ_INTERFACE setting. For information on this setting, refer to Answer ID 605: Setting the time zone in Oracle B2C Service.
6. For releases prior to 18B, edit the ARCHIVE_INCIDENTS configuration setting by going to Configuration > Site Configuration > Settings >Agedatabase Utility > Batch Processing > Incident Archiving and wait for the agedatabase utility to run over night.
Beginning with the 18B release, incident archiving can be configured and enabled in Data Lifecycle Policies in the Browser Agent.
Note, when testing the incident archiving feature on a test site, edit the value and submit a service request to Technical Support and request to manually run the archiving utility. On a test site, we will run this utility once for your testing purposes.
If you wish to track how many incidents that you have archived you must save the values of this report into a spreadsheet. There is no built in functionality that tracks archived incidents.
Cause:
The incident archiving functionality allows closed incidents to be permanently deleted from the database. Set the value according to your organization's data retention policy and to help reduce the size of your database.