The LinkDB database instance consists of several tables. Three columns are created in the ERPTABLE by default:
Any number of additional columns can be created in the ERPTABLE to record the third-party system information.
sql_execute create table ERPTABLE (/ ERP_PDM_NUMBER varchar (50) not null,/ DESCRIPTION varchar (200),/ MAT_NAME varchar (100),/ primary key (ERP_PDM_NUMBER)) sql_execute create public synonym ERPTABLE for SYSADM.ERPTABLE sql_execute grant all on ERPTABLE to PUBLIC
Detailed information on the database structure can be found under Section 4.2, “Installation Link database ”.