RBN_SETUPDEFN(SQL Table) |
Index Back |
---|---|
Setup DefineKN Setup Definition for Natural Language Process |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RUNCONTROLID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
2 | NLP_SERVER_ID | Character(15) | VARCHAR2(15) NOT NULL |
Used as the server unique identifier
Prompt Table: RBN_SERVER_VW |
3 | KB_ID | Character(15) | VARCHAR2(15) NOT NULL |
Knowledge Base ID
Prompt Table: RBN_KB |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL |
Language Code
Prompt Table: RBN_KBLANG_VW |
5 | KB_BUILD_METHOD | Character(1) | VARCHAR2(1) NOT NULL |
Used to specify how to build the knowledge base
1=Training Source 2=Knowledge Base File (*.kb) 3=Category File (.txt) Default Value: 1 |
6 | NLP_PROCESS_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Used to specify the sample data analysis status
C=Completed F=Failed P=Processing Q=Queued S=Start Default Value: S |
7 | NLP_LOCK_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Used to indicate the lock status
0=Locked 1=Unlocked Default Value: 0 |
8 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
9 | RUNDATE | Date(10) | DATE | Process Scheduler Run Date |
10 | RUNTIME | Time(15) | TIMESTAMP | Process Scheduler Process Run Time |
11 | KB_SETUP_ID | Number(15,0) | DECIMAL(15) NOT NULL | Used as the setup instance identifier |
12 | NLP_SAMPLE_ID | Character(15) | VARCHAR2(15) NOT NULL |
Used to identify the sample data definition
Prompt Table: RBN_KBDATADEFN |
13 | ATTACHUSERFILE | Character(64) | VARCHAR2(64) NOT NULL | Attached File |
14 | ATTACHSYSFILENAME | Character(128) | VARCHAR2(128) NOT NULL | Unique Sys Filename |
15 | KB_ID_SRC | Character(15) | VARCHAR2(15) NOT NULL |
Knowledge Base ID
Prompt Table: RBN_KB |
16 | NLP_SERVER_ID_SRC | Character(15) | VARCHAR2(15) NOT NULL |
Used as the server unique identifier
Prompt Table: RBN_SERVERDEFN |
17 | KB_RUN_MODE | Character(1) | VARCHAR2(1) NOT NULL |
Used as KB run mode
C=Composite D=Distributed N=Not In Use Default Value: C |
18 | KB_MACHNAME | Character(30) | VARCHAR2(30) NOT NULL |
Used as machine name field
Prompt Table: RBN_MACHINE |
19 | KB_MACHINE_INSTNCE | Character(30) | VARCHAR2(30) NOT NULL |
store the kb instance machine
Prompt Table: RBN_MACHINE |
20 | NLP_IDLE_TIME | Number(4,0) | SMALLINT NOT NULL | Used as knowledge base machine idle time |
21 | NLP_MAX_INSTANCE | Number(3,0) | SMALLINT NOT NULL | Used as knowledge base maximum instances |
22 | NLP_MIN_INSTANCE | Number(3,0) | SMALLINT NOT NULL | Used as knowledge base minimum instances |
23 | NLP_NOTIFICATION | Character(1) | VARCHAR2(1) NOT NULL |
Used to indicate the notification event
1=Always 2=On Success 3=On Failure Default Value: 3 |
24 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
25 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
26 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
27 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
28 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
29 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
30 | NLP_LOGMSG | Long Character | CLOB | NLP log message field |