A large number of tables were automatically created in the ServiceNow instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I found that in my instance, starting from a few years ago, a table called u_logtestxxx is automatically created.
More than 100000 tables have been created....
I don't know why this happened
The name of the table may even automatically increase
u_logtest01 until now u_logtest015199
I have reviewed all the scripts and did not find any automatic table creation processing.
At first, I extended the syslog table and created u_logtest01. Initially, data may have been inserted into this table, but later it became obsolete.
Later on, the u_logtestxxx table was continuously automatically created, and even the syslogxxxx table was created
I don't know how to troubleshoot this issue ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Sorry, I accidentally created a duplicate question.