摘要:
vi kafka.sh #!/bin/bash case $1 in "start"){ for i in hadoop01 hadoop02 hadoop03 do echo " $i " ssh $i "${KAFKA_HOME}/bin/kafka-server-start.sh -daemo 阅读全文
摘要:
1. 查询表空间中表对应的大小,好确定对哪张表进行操作 select * from dba_segments where tablespace_name='TBS_S05 ' and segment_type in ('TABLE','TABLE PARTITION'); 2. 允许表进行行移动 ( 阅读全文