I have a question that you might be able to help. First I have to tell you that I’m a DBA, not a developer, so if I ask a dumb question please bear with me.
In my oracle DB, there’s a table that is called WMSESSION and it has like 40,000,000. So I need to know if I can delete, archive or how could I reduce the size of this table. I try with the developers, but they seem a little lost to.
This table stores information about sessions that are opened on Integration Server by clients (such as Developer users). It tracks the session start, status and duration.
The session log can be disabled, if desired.
Refer to the webMethods Logging Guide for additional information.
Records can be safely purged from this table without issue.
Though you can purge the records from this table directly, it won’t effect anything but i would still recommend to use stored procedures provided by webMethods (vendor) for the same purpose… from live database, once the procedures archive from your application DB to your archive DB … you can do watever you like i mean ofcoarse delete it … for these stored procedures either contact your Wm administrator or Wm technical support.
It’s (essentially) the number of milliseconds since midnight Jan 1, 1970 UTC. This is often called “Unix time”. It is used in various programming run-time environments, including Java (see System.currentTimeMillis())