Discussions
Categories
- 5.3K All Categories
- 15 Introduce Yourself!
- 439 Community Feedback - NEW! (No Product Questions)
- 103 General Community Platform Concerns/Kudos/Feedback
- 82 Community Platform Bug Reports
- 85 How Do I Use the Community?
- 58 Where is the...? (Community Platform Locations)
- 15 Ideas and Suggestions for the Community Platform
- 71 Personal Document & Blog Archive
- 5 Community Programs
- 5 Get-Togethers
- 4.8K Certification Community
- 4.6K Certification Community Discussions
- 22 Oracle Certified Master Profiles
- 31 Oracle Database 12c Administrator Certified Master Profiles
- 79 Visual Builder Cloud Service
inconsistant date formats in DML error logging tables

User_ZEGP5
Member Posts: 1
I have used DML error logging tables in my project and i am facing problem with date datatype column being stored in the ERR$_ tables.
datatype of date field in Error log table in VARCHAR2(4000), which is created by itself on using DBMS_ERRLOG.create_error_log method.
few tables have the data in in DD-MON-RR format and others are in YYYY.MM.DD HH24:MI:SS
Please suggest on this.