久久福利_99r_国产日韩在线视频_直接看av的网站_中文欧美日韩_久久一

您的位置:首頁技術文章
文章詳情頁

導出oracle數據庫對象---同義詞,系列,視圖

瀏覽:6日期:2023-11-14 16:57:17
腳本可分兩部分:同義詞1:synonym.cmd:sqlplus dxsq/teledoone@jnnew @synonym.sql2.synonym.sql: create table tmp_user_synonym as select 'create synonym 'synonym_namechr(13)'for'chr(13)TABLE_OWNER'.'TABLE_NAMEchr(13)'/' text from user_synonyms;set heading off feedback off termout offset pagesize 0set linesize 100set long 100000col tt format aspool d:bat ynonym.log;select text tt from tmp_user_synonym;spool off;drop table tmp_user_synonym;exit;大家可以以一反三,系列的寫法可以參考下面:drop table tmp_user_sequence;create table tmp_user_sequence (text varchar2(4000));declarebegin for tt in (select * from user_sequences) loop insert into tmp_user_sequence values('prompt'); insert into tmp_user_sequence values('prompt create sequence 'tt.SEQUENCE_NAME); insert into tmp_user_sequence values('prompt'); insert into tmp_user_sequence values('create sequence' ' ' tt.SEQUENCE_NAME); insert into tmp_user_sequence values('minvalue' ' ' tt.MIN_VALUE ); insert into tmp_user_sequence values('MAXVALUE' ' ' tt.MAX_VALUE); insert into tmp_user_sequence values('start with ' ' 'tt.LAST_NUMBER); insert into tmp_user_sequence values('increment by' ' ' tt.INCREMENT_BY); insert into tmp_user_sequence values('cache' ' ' to_char(tt.CACHE_SIZE)); if tt.CYCLE_FLAG='Y' then insert into tmp_user_sequence values('cycle'); end if; if tt.ORDER_FLAG='Y' then insert into tmp_user_sequence values('order'); end if; insert into tmp_user_sequence values('/'); insert into tmp_user_sequence values(''); end loop; commit;end;/set heading off feedback off termout off;column text format A100;spool d:batuser_sequences.logselect text from tmp_user_sequence;spool off;exit;
標簽: Oracle 數據庫
相關文章:
主站蜘蛛池模板: 一级毛片大全免费播放 | 天天操天天干天天爽 | 久久精品店| 国产乱码精品一区二区三区五月婷 | 国产在线综合视频 | 黄色一级毛片免费 | 色婷婷一二三 | 国产成人精品一区二区在线 | 91亚洲国产成人久久精品网站 | 最近日韩中文字幕 | 中文字幕免费在线 | 国产第99页| 日韩高清av | 精品亚洲一区二区 | av大片在线观看 | 亚洲成人精品一区 | 久久手机视频 | 一级片av | 欧美精品网 | 日韩中文字幕在线免费观看 | 日韩欧美在线观看一区二区三区 | 黄视频网站免费看 | 中文字幕国产视频 | 久综合在线| 欧美日韩中文字幕 | 日本免费网 | 三区视频 | 国产激情一区二区三区 | 欧美视频在线播放 | 亚洲狠狠爱一区二区三区 | 四虎影院最新地址 | 超黄视频在线观看 | 在线播放一区二区三区 | 亚洲精品一区二区三区四区高清 | 人人澡人人射 | 91丨九色丨国产 | 羞羞视频免费观看入口 | 国产精品久久久久久 | 欧美区亚洲区 | 中文无码日韩欧 | 欧美一级视频 |