In the console a numeric or data error will be raised. That's because the session ID coming in will be 14 digits or more in some environments. Solution: ALTER TABLE offline_data_sync MODIFY sync_created_session NUMBER;
In the console a numeric or data error will be raised. That's because the session ID coming in will be 14 digits or more in some environments.
Solution:
ALTER TABLE offline_data_sync MODIFY sync_created_session NUMBER;