Overview
This article explains the process of enabling logs in Gemini 2.0.
Steps
To debug a specific transaction in Gemini 2.0, perform the following steps:
- Set the profile option BPA: debug level to Messages
- Set the profile option CO: Enable Debug to Yes
Note: You can set these profiles at the user level. - Perform the transaction in Gemini to reproduce the error.
- Gemini stores all debug messages in the co_gemini_debug table.
- The following query retrieves all messages from this table. You can use SQL*Plus or any other SQL editor to execute this command.
SELECT * FROM co_gemini_debug;
- The co_gemini_debug table will hold the debug messages for a single transaction. To debug multiple transactions in a session, you must retrieve the messages from the co_gemini_debug table after each transaction.
Comments
0 comments
Please sign in to leave a comment.