0


PLSQL 大数据开发ENDS 开发存储过程 银行BI数据实战

1.需求:建立表结构:编写对应的存储过程 实现数据的传输

。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。

--eraete table

create table 表名
( name_L VARCHAR2(40),

                                    class_L    VARCHAR2);
                            

partion by list (name)
partion name_L VALUEs (数据)

tablespace class_L ---存储空间
pct free 10
ini trans 1
maxtrans 255,

parti tion name_L VALUEs (oo0000001’)

tablespace class_L
pctfree 10
ini trans 1
maxtrans 255,

partition name_L VALUEs (ooooo0001’)

tablespace class_L
pctfree 10
ini trans 1axtrans 255,

partition name_L VALUEs (0ooo0o001')

tablespace class_L
pct free 10
ini trans 1
maxtrans 255,

parti ti on name_LVALUEs (ooo000001’)

tablespace class_L
pct free 10
ini trans 1m axtrans 255,

-- ADD omments to the columns

commenton column ‘字段名称’ /is‘姓名’∶
comment_on column ‘字段名称’ /is‘姓名’∶
omment on column f‘字段名称’ /is‘姓名’∶
commenton column f‘字段名称’ /is‘姓名’∶
comment on column f‘字段名称’ /is‘姓名’∶
commenton_column f‘字段名称’ /is‘姓名’∶


2.编写存储过程 founction 实现业务逻辑 ----此处为简写字段 并且缩写字段

日志内容的读取和输出是完善的

里面包含日志文件 的输出 读取



本文转载自: https://blog.csdn.net/passbyluckly/article/details/123439704
版权归原作者 g阿亮 所有, 如有侵权,请联系我们删除。

“PLSQL 大数据开发ENDS 开发存储过程 银行BI数据实战”的评论:

还没有评论