Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
傅伟强-富德
/
test1
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 4a55e51b
authored
Jul 31, 2018
by
傅伟强-富德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 任务计划表结构
1 parent
164d435a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
3 deletions
任务计划表结构
任务计划表结构
View file @
4a55e51
creat
e table appdata.SLIS_BATCH_PLAN
creat
e table appdata.SLIS_BATCH_PLAN
...
@@ -95,4 +95,44 @@ comment on column rendata.RN_ASSIGN_BATCH_RECORD.created_date
...
@@ -95,4 +95,44 @@ comment on column rendata.RN_ASSIGN_BATCH_RECORD.created_date
comment on column rendata.RN_ASSIGN_BATCH_RECORD.updated_user
comment on column rendata.RN_ASSIGN_BATCH_RECORD.updated_user
is '修改人';
is '修改人';
comment on column rendata.RN_ASSIGN_BATCH_RECORD.updated_date
comment on column rendata.RN_ASSIGN_BATCH_RECORD.updated_date
is '修改日期';
is '修改日期';
\ No newline at end of file
create table appdata.SLIS_BATCH_PROC_ERROR_RECORD
(
sequence VARCHAR2(20) not null,
proc_code VARCHAR2(4),
ctrl_no VARCHAR2(40),
ora_error_code NUMBER(6),
error_message VARCHAR2(300),
operating_user VARCHAR2(100),
operating_date DATE,
sid NUMBER,
serial NUMBER,
branch_code VARCHAR2(10)
)
comment on table appdata.SLIS_BATCH_PROC_ERROR_RECORD
is 'SLIS系统批处理出错信息表';
-- Add comments to the columns
comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.sequence
is '流水号-用于对应执行信息表数据';
comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.proc_code
is '批处理代码';
comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.ctrl_no
is '出错控制号';
comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.ora_error_code
is 'ora出错代码';
comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.error_message
is '出错信息';
comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.operating_user
is '操作执行用户';
comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.operating_date
is '操作执行时间';
comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.sid
is '运行该JOB的SID';
comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.serial
is 'SID对应的SERIAL#';
comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.branch_code
is '机构代码';
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment