https://www.convert-in.com/ord2sql.htm
오라클 백업 파일을 먼저 만든다.
exp userid=spring/1234@xe file=C:\Users\choi\Desktop\파일\111.dmp
mysql 에서
유저및 database 생성
create user `spring7`@`localhost` identified by '1111';
create database spring7 character set=utf8;
grant all privileges on spring7.* to `spring7`@`localhost`
변환기로 실행시킨다.
http://www.convert-in.com/demos/ord2sqld.exe
자료가 없어질수 있으어 프로그램밍을
구글 드라이브에 저장 시켰다.
댓글 ( 4)
댓글 남기기