亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

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

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

瀏覽:3日期: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 數據庫
相關文章:
主站蜘蛛池模板: 成年视频xxxxxx在线 | 黄色在线资源 | 国产精品日本欧美一区二区 | 又黄又爽又猛大片录像 | 欧美专区在线观看 | 亚洲综合久久久久久888 | 美女视频毛片 | 草草网址 | 天天色综合三 | 黄色录像视频网站 | 娇小被黑人巨嗷嗷叫 | 国产原创麻豆 | 亚洲爱爱爱 | 91精品国产综合久久福利 | 综合亚洲欧美 | 久久久久久久国产视频 | 伊人青青久| 97国内精品久久久久久久影视 | 国产日韩精品欧美一区喷水 | 国产成人麻豆tv在线观看 | 国产一区二区三区不卡免费观看 | 亚洲精品免费视频 | 色吊丝永久性观看网站大全 | 久久精品中文字幕首页 | 69国产成人综合久久精品91 | 免费尤物视频 | 91精品国产高清久久久久久io | 久操视频免费看 | 在线观看永久免费视频网站 | 亚洲国产精品综合久久2007 | 国产成人综合久久综合 | 亚洲欧美日韩视频一区 | 国产一二三区四区乱码2021 | 久久视频精品36线视频在线观看 | 免费观看又色又爽又大高清网站 | 国内精品福利视频 | 亚洲三级色 | 一本大道无香蕉综合在线 | 伊人激情久久综合中文字幕 | 国语自产免费精品视频一区二区 | 中文字幕日本一级高清片 |