function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JAY_PJAY_P 

debug log test

hey developer,
in my organization we took the data from oracle to salesforce from debug log result how we find out that is the class which pull the data from oracle and throw in salesforce???
SonamSonam (Salesforce Developers) 
If you know the user being used to create records from Oracle to Salesforce, start debug log on that user and screen the logs to see when records are being created. Debug log will show the record ID, cross check to see if its the oracle records - if yes - you can then go through the bebug logs during the time when the record was created and get to know the classes that were triggered dring the same time.