MAG 
Logical Entity Name  Mag 
Default Table Name  MAG 
Oracle Temporary Table  NO 
Physical Only  NO 
Do Not Generate  False 
Owner   
Definition 
Magnet:  Information about the magnet being measured
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE MAG(
     EQUIP_ID          VARCHAR2(30)       NOT NULL,
     PARTNER_ID        VARCHAR2(8),
     PHY_GAP_LNGTH     NUMBER(14, 10),
     MAG_LNGTH         NUMBER(7, 3),
     HOR_APER          NUMBER(14, 10),
     VER_APER          NUMBER(14, 10),
     SLOPE             NUMBER(14, 10),
     RAMP_RATE         NUMBER(12, 6),
     MEAS_WAIT         NUMBER(12, 6),
     FINAL_SHIM        NUMBER(12, 6),
     NOTE              VARCHAR2(4000),
     MOD_DTE           DATE               NOT NULL,
     MOD_BY_UID        VARCHAR2(64)       NOT NULL,
     CONSTRAINT MAG_PK PRIMARY KEY (EQUIP_ID)
     USING INDEX
         PCTFREE 10
         INITRANS 2
         MAXTRANS 255
         TABLESPACE MAGNET_INDEX_TS
         LOGGING
         STORAGE(INITIAL 10K
                 NEXT 10K
                 MINEXTENTS 1
                 MAXEXTENTS 121
                 PCTINCREASE 50
                 )
)
PCTFREE 10
PCTUSED 40
INITRANS 1
MAXTRANS 255
TABLESPACE MAGNET_TS
LOGGING
NOPARALLEL
STORAGE(INITIAL 10K
         NEXT 10K
         MINEXTENTS 1
         MAXEXTENTS 121
         PCTINCREASE 50
         )
NOCACHE
NOCOMPRESS
;
 
PostSQL   

MAG Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EQUIP_ID(PK)  Asset Identifier  VARCHAR2(30)  NO 
Asset Identifier: The Datastream/Infor asset identifier also often referred to as the Barcode Id.
 
PARTNER_ID    VARCHAR2(8)  YES 
Partner Identifier:  The partner lab magnet name.
 
PHY_GAP_LNGTH  Magnet Large Value  NUMBER(14, 10)  YES 
Physical Gap Length:  Physical gap length (m)
 
MAG_LNGTH    NUMBER(7, 3)  YES 
Magnetic Length:  Effective magnetic length(m)
 
HOR_APER    NUMBER(14, 10)  YES 
Horizontal Aperture:  Horizontal aperture (m)
 
VER_APER    NUMBER(14, 10)  YES 
Vertical Aperture:  Vertical Aperture(m)
 
SLOPE    NUMBER(14, 10)  YES 
Slope: The linear fit coefficient of the integrated field (T-M) over current (A), used only for dipole correctors.
 
RAMP_RATE  Magnet Default  NUMBER(12, 6)  YES 
Ramp Rate:  The rate of current change between measurement points.  (A/sec)
 
MEAS_WAIT  Magnet Default  NUMBER(12, 6)  YES 
Measure Wait: The time between end of ramp and start of measurement (sec).
 
FINAL_SHIM  Magnet Default  NUMBER(12, 6)  YES 
Final Shim: Final shim thickness used in mm. "Positive" is return leg shim (increasing the gap) and "negative" is pole shim (reducing the gap).
 
NOTE  Note  VARCHAR2(4000)  YES 
 
MOD_DTE  Modify Date  DATE  NO 
Modify Date: Date and time when this row was last modified
 
MOD_BY_UID  Userid  VARCHAR2(64)  NO 
Modify By Userid: The userid of the person who last changed the  Magnet record.
 

MAG Primary and Unique Keys 
Key Name  Key Type  Keys 
MAG_PK  PrimaryKey  EQUIP_ID 

MAG Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 
CYCLE_ON  Identifying  One To Zero or More  MAG_CYCLE_ON_RF        NO  NO  NO 
EXCITAION_CURVE  Identifying  One To Zero or More  MAG_EXCITAION_CURVE_RF        NO  NO  NO 
MAG_CHK  Identifying  One to Zero or One  MAG_MAG_CHK_RF        NO  NO  NO 
MAG_SPLINE  Identifying  One To Zero or More  MAG_MAG_SPLINE_RF        NO  NO  NO 
MULTIPOLES  Identifying  One To Zero or More  MAG_MULTIPOLES_RF        NO  NO  NO 

MAG Check Constraints 
Check Constraint Name  CheckConstraint 

MAG Storage 
STORAGE OPTION  STORAGE VALUE 
TABLESPACE  MAGNET_TS 
PctFree  10 
PCTUSED   40 
MinExtents 
MaxExtents  121 
Initial  10 
Next  10 
PctIncrease  50 
InitTrans 
MaxTrans  255 
Organization  Heap 
Cache  NO 
Logging   
Parallel  NO 
Parallel Degrees   
Parallel Instances   
FREELISTS   
FREELIST GROUPS   
Buffer Pool   
Table Compression  NO 
Row Movement  Disabled 

MAG Partitions 
PARTITION PROPERTY  PARTITION PROPERTY VALUE 

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

MAG Object Permissions 

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

MAG Bound Attachments 
Name  Current Value 

MAG Where Used - Model Usage 
Mapped Object  Is User Defined?  Denormalization Mappings  Description  Bound Attachments 
Logical
EQUIP.Magnet 
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)
Does Not Exist 
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)
Does Not Exist 
NO       
EXPRESS (Oracle)
Does Not Exist 
NO       
ICS_SFTW_APPL (Oracle)
Does Not Exist 
NO       
INSTR (Oracle)
Does Not Exist 
NO       
Instrument Logbook (Oracle)
Does Not Exist 
NO       
INVT (Oracle)
Does Not Exist 
NO       
IONSRC (Oracle)
Does Not Exist 
NO       
IONSRC1 (Oracle)
Does Not Exist 
NO       
IPTSv5 (Oracle)
Does Not Exist 
NO       
IRMISBase (Oracle)
Does Not Exist 
NO       
Logbook (Oracle)
Does Not Exist 
NO       
Magnet (Oracle)
MAG 
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)
Does Not Exist 
NO       
PRPSL (Oracle)
Does Not Exist 
NO       
PUBL (Oracle)
Does Not Exist 
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)
Does Not Exist 
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)
Does Not Exist 
NO       

MAG Where Used - Submodel Usage 
Model  Submodel Usage 
Logical  Main Model 
Logical  Magnet 
Logical  Power Supply 
Magnet (Oracle)  Main Model 

MAG Data Movement Rules 
Name  Type  Rule Text/Value