色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術(shù)文章
文章詳情頁

導(dǎo)出oracle數(shù)據(jù)庫對象---同義詞,系列,視圖

瀏覽:9日期: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;
標(biāo)簽: Oracle 數(shù)據(jù)庫
相關(guān)文章:
主站蜘蛛池模板: 国产欧美视频综合二区 | 又摸又揉又黄又爽的视频 | 怡红院免费在线视频 | 亚洲免费影院 | 中文字幕人成乱码在线观看 | 成人网久久 | 国产成人精品午夜在线播放 | 欧美一二三区在线 | 亚州人成网在线播放 | 久久成年片色大黄全免费网站 | 日本三级欧美三级 | 久久三级国产 | 91九色精品国产 | 国内自拍视频在线播放 | 国产精品伦理久久久久 | 久久日本三级韩国三级 | 久草在线播放视频 | 欧美大片在线播放 | 91香蕉国产线在线观看免费 | 欧美大片毛片大片 | 久久频这里精品99香蕉久 | 在线私拍国产福利精品 | 国产精品一级片 | 性猛交毛片 | 日本欧美三级 | 欧洲一级鲁丝片免费 | 久久综合成人网 | 91成人免费版 | 在线成人亚洲 | 免费日本视频 | 日本三级香港三级乳网址 | 一本色道久久综合网 | 久久中文字幕久久久久 | 欧美日本在线一区二区三区 | 日本在线不卡免 | 神马最新午夜限制片 | 成人欧美 | 日本在线观看免费视频 | 在线观看国产一区二区三区99 | 色综合久久久久 | 亚洲欧美国产精品专区久久 |