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:
November 2011 and newer releases - Analytics
Resolution:
The Chat Agent Status Summary report (ID 3027) has the logged in time compiled into one row. The Total Login Time column shows the total time all/each agents in the group were logged in for sessions that started during the selected date range. You might also be able to create a custom report using the 'chats' table. The 'chats' table has the agent client ID and agent acct_id for the person who completed the chat. So you could use that, join it to the 'chat_agent_sessions' table and have a count of how many chats each person completed each hour. If a person transfers most chats and does not complete them, these numbers will look very low. The 'chat_agent_stats' table also has a field called 'chats_completed'. Using this table would be much easier than using the 'chats' table, but data is purged from the table regularly. You would only have hourly stats for 30 days before it is thrown out. Between 30 and 180 days, you could get daily information very similar to the 'Chat and Cobrowse Activity' (ID 3046) standard report.
More information on database fields can be found in the data dictionary. Refer to Answer ID 2611: Accessing the data dictionary.
For information on other Chat-related reports, refer to Useful Chat Auditing Reports.