INSTR 
Logical Entity Name  Instrument 
Default Table Name  INSTR 
Oracle Temporary Table  NO 
Physical Only  NO 
Do Not Generate  False 
Owner  CNMS_PRPSL 
Definition 
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE CNMS_PRPSL.INSTR(
     INSTR_ID        VARCHAR2(50)      NOT NULL,
     DESCR           VARCHAR2(255),
     RSCH_CAP_ID     VARCHAR2(50)      NOT NULL,
     DISP_ORD        NUMBER(3, 0),
     ACT_IND         CHAR(1)           DEFAULT 'N' NOT NULL,
     CONSTRAINT PK_INSTR PRIMARY KEY (INSTR_ID),
     CONSTRAINT fk_instr_to_resh_cap FOREIGN KEY (RSCH_CAP_ID)
     REFERENCES CNMS_PRPSL.RSCH_CAPBLTY(RSCH_CAP_ID)
)ORGANIZATION INDEX
NOPARALLEL
LOGGING
;
 
PostSQL   

INSTR Columns 
ColumnName  Domain  Datatype  NULL  Definition 
INSTR_ID(PK)  Identifier  VARCHAR2(50)  NO 
 
DESCR  Description  VARCHAR2(255)  YES 
Description: Often used in validation tables accompanying an abbreviated identifer.
 
RSCH_CAP_ID(FK)  Identifier  VARCHAR2(50)  NO 
 
DISP_ORD    NUMBER(3, 0)  YES 
 
ACT_IND  Indicator  CHAR(1)  NO 
 

INSTR Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_INSTR  PrimaryKey  INSTR_ID 

INSTR Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
RSCH_CAPBLTY  Non-Identifying  One To Zero or More  fk_instr_to_resh_cap      RSCH_CAP_ID  NO  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 
PRPSL_INSTR_ASSC  Identifying  One To Zero or More  fk_prpsl_instr_assc_to_instr        NO  NO  NO 

INSTR Check Constraints 
Check Constraint Name  CheckConstraint 

INSTR Storage 
STORAGE OPTION  STORAGE VALUE 
TABLESPACE   
PctFree   
PCTUSED    
MinExtents   
MaxExtents   
Initial   
Next   
PctIncrease   
InitTrans   
MaxTrans   
Organization  Index-Organized 
Cache  NO 
Logging   
Parallel  NO 
Parallel Degrees   
Parallel Instances   
FREELISTS   
FREELIST GROUPS   
Buffer Pool   
Table Compression  NO 
Compress Expression   
Row Movement  Disabled 

INSTR Partitions 
PARTITION PROPERTY  PARTITION PROPERTY VALUE 

INSTR Growth Metrics 
TABLE METRIC  TABLE METRIC VALUE 
Current Row Count 
Growth  Static 
Growth Type  N/A 
Growth Period  N/A 
Maximum Rows 
Average Row Size 

INSTR Object Permissions 

User/Role Name  Grantee Type  Permission Type  Action Type  Is Action Extended  Is System 
INSTR Security Types 
Name  Current Value 

INSTR Bound Attachments 
Name  Current Value 

INSTR Where Used - Model Usage 
Mapped Object  Is User Defined?  Denormalization Mappings  Description  Bound Attachments 
Logical
XF_ADMIN.Instrument 
NO       
Logical
CNMS_PRPSL.Instrument 
NO       
Logical
Inst 
NO       
ALARM_MYSQL (MySQL)
Does Not Exist 
NO       
ALARM_ORACLE (Oracle)
Does Not Exist 
NO       
BICS (Oracle)
Does Not Exist 
NO       
BLM (Oracle)
Does Not Exist 
NO       
BYPASS_REQ (Oracle)
Does Not Exist 
NO       
CHAN_ARCH (Oracle)
Does Not Exist 
NO       
CNMS_PRPSL (Oracle)
CNMS_PRPSL.INSTR 
NO       
DIAG (Oracle)
Does Not Exist 
NO       
DIAG_MPS (Oracle)
Does Not Exist 
NO       
ENGA (Oracle)
Does Not Exist 
NO       
EPICS (Oracle)
Does Not Exist 
NO       
EQUIP (Oracle)
INSTR 
NO       
EXPRESS (Oracle)
XF_ADMIN.INSTR 
NO       
ICS_SFTW_APPL (Oracle)
Does Not Exist 
NO       
INSTR (Oracle)
INSTR.INSTR 
NO       
Instrument Logbook (Oracle)
XF_ADMIN.INSTR 
NO       
INVT (Oracle)
Does Not Exist 
NO       
IONSRC (Oracle)
Does Not Exist 
NO       
IONSRC1 (Oracle)
Does Not Exist 
NO       
IPTSv5 (Oracle)
XF_ADMIN.INSTR 
NO       
IRMISBase (Oracle)
Does Not Exist 
NO       
Logbook (Oracle)
Does Not Exist 
NO       
Magnet (Oracle)
Does Not Exist 
NO       
MPS (Oracle)
Does Not Exist 
NO       
NS_OPER (Oracle)
Does Not Exist 
NO       
OPER (Oracle)
Does Not Exist 
NO       
PART (Oracle)
Does Not Exist 
NO       
PRINT (Oracle)
Does Not Exist 
NO       
PROC (Oracle)
XF_ADMIN.INSTR 
NO       
PRPSL (Oracle)
XF_ADMIN.INSTR 
NO       
PUBL (Oracle)
XF_ADMIN.INSTR 
NO       
PUBL_V1 (Oracle)
Does Not Exist 
NO       
PV_LOGGER (Oracle)
Does Not Exist 
NO       
SCORE (Oracle)
Does Not Exist 
NO       
SICAT (Oracle)
Does Not Exist 
NO       
SMPL (Oracle)
XF_ADMIN.INSTR 
NO       
SMPLACT (Oracle)
Does Not Exist 
NO       
SURVEY (Oracle)
Does Not Exist 
NO       
Watchman (Oracle)
Does Not Exist 
NO       
XAL_OPTICS (Oracle)
Does Not Exist 
NO       
XF_ADMIN (Oracle)
XF_ADMIN.INSTR 
NO       

INSTR Where Used - Submodel Usage 
Model  Submodel Usage 
Logical  Main Model 
Logical  CNMS Proposal 
Logical  Equipment 
Logical  Experimental Facilities Administration 
Logical  Express 
Logical  Instr 
Logical  Instrument Hall Coordinator Operations 
Logical  Integrated Proposal Tracking System 
Logical  Procedure 
Logical  Publication 
Logical  Sample 
CNMS_PRPSL (Oracle)  Main Model 
EQUIP (Oracle)  Main Model 
EXPRESS (Oracle)  Main Model 
INSTR (Oracle)  Main Model 
Instrument Logbook (Oracle)  Main Model 
IPTSv5 (Oracle)  Main Model 
PROC (Oracle)  Main Model 
PRPSL (Oracle)  Main Model 
PUBL (Oracle)  Main Model 
SMPL (Oracle)  Main Model 
XF_ADMIN (Oracle)  Main Model 

INSTR Data Movement Rules 
Name  Type  Rule Text/Value