DBA Data[Home] [Help] [Dependency Information]


TABLE: JTF.JTF_FM_SERVICE_MONITOR

Object Details
Object Name: JTF_FM_SERVICE_MONITOR
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_FM_SERVICE_MONITOR
Subobject Name:
Status: VALID


Table to Store information on all the servers that were ever used in any environment


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
SERVER_ID NUMBER
Yes Identifier for the Fulfillment Server
INSTANCE_ID NUMBER
Yes instance of the fulfillment server
PRIMARY VARCHAR2 (1) Yes is this the primary fulfillment server or a backup server.There is only one primary server running per server id
HOST VARCHAR2 (256)
host machine on which the server is running
PORT NUMBER (5)
command port of the server instance
LOG_PATH VARCHAR2 (256)
location of the fulfillment logs
EVENT_LOG VARCHAR2 (50)
name of the event log
ERROR_LOG VARCHAR2 (50)
name of the error log
STARTED DATE
Yes When the server was started
HEALTH VARCHAR2 (1) Yes alive,dead or unknown
ACTIVITY VARCHAR2 (2) Yes what the server instance is doing
LAST_UPDATE_DATE DATE
Yes standard who column
LAST_UPDATED_BY NUMBER (15) Yes standard who column
CREATED_BY NUMBER (15) Yes standard who column
CREATION_DATE DATE
Yes standard who column
LAST_UPDATE_LOGIN NUMBER (15)
standard who column
F_DELETEDFLAG VARCHAR2 (1)
standdard for soft delete.
OBJECT_VERSION_NUMBER NUMBER

object version number
SECURITY_GROUP_ID NUMBER

security group id
SERVER_INSTANCE_ID NUMBER

Server Instance Identifier
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SERVER_ID
,      INSTANCE_ID
,      PRIMARY
,      HOST
,      PORT
,      LOG_PATH
,      EVENT_LOG
,      ERROR_LOG
,      STARTED
,      HEALTH
,      ACTIVITY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      F_DELETEDFLAG
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      SERVER_INSTANCE_ID
FROM JTF.JTF_FM_SERVICE_MONITOR;

Dependencies

[top of page]

JTF.JTF_FM_SERVICE_MONITOR does not reference any database object

JTF.JTF_FM_SERVICE_MONITOR is referenced by following:

SchemaAPPS
SynonymJTF_FM_SERVICE_MONITOR