Tablespace Name 찾기 from dumpfile 1월 11, 2016 impdp username directory=directory_name content=metadata_only dumpfile=dump_file_name.dmp sqlfile=sql_file_name.sql grep -i 'tablespace' sql_file_name.sql | sort | uniq 태그 dumpfile tablespace name 댓글
merge in mariadb (upsert) 1월 21, 2016 http://mechanics.flite.com/blog/2013/09/30/how-to-do-an-upsert-in-mysql/ merge =>insert ... on duplicate key update 자세한 내용 보기
댓글
댓글 쓰기