|
¿À¶óŬ 9i ¿¡¼ 10g ·Î ÀÌ°üÀ» ÇÏ·ÁÇÕ´Ï´Ù.
¹æ¹ýÀº ¹öÁ¯ÀÌ Æ²·Á¼ export > import ·Î ÇÏ·Á±¸ Çϱ¸¿ä.
¹®Á¦´Â ÇöÀç tablespace ¸¦ 1°³·Î ¾²°í Àִµ¥, import ½Ã Å×ÀÌºíº°·Î tablespace ¸¦ ÇÒ´çÇؼ ºÐ¸®¸¦ ÇÒ¼ö°¡ ÀÖÀ»±î¿ä?
======================================
1. export´Â ¶È°°ÀÌ ¹ÞÀ¸½Ã¸é µÇ°í
importÇÒ DB¿¡ ÇÊ¿äÇÑ tablespaceµéÀ» ¹Ì¸® ±¸¼ºÇÕ´Ï´Ù(°ø°£µµ ÇÊ¿äÇѸ¸Å ´Ã·Á³õ½À´Ï´Ù)
2. imdex file·Î importÇؼ ¿ì¼± ½ºÅ©¸³Æ®¸¦ ¸¸µì´Ï´Ù
imp test/test file=test.dmp indexfile=script.sql fromuser=test touser=test
3. ½ºÅ©¸³Æ®¸¦ ¼öÁ¤ÇÕ´Ï´Ù
À§¿¡¼ ¸¸µç script.sql ¸¦ ¿¾î¼ ¿øÇϴ´ë·Î tablespace¸¦ ¼öÁ¤ÇÕ´Ï´Ù
(¾î¿¼ö¾øÀÌ ³ë°¡´Ù°¡ µé¾î°©´Ï´Ù)
4. ½ºÅ©¸³Æ®¸¦ ¼öÇàÇÕ´Ï´Ù
À§¿¡¼ ¸¸µç script.sql ¸¦ ½ÇÇà½ÃÄѼ tableµîÀÇ ²®µ¥±â¸¦ ¸¸µì´Ï´Ù
(data´Â ¾øÀ½)
5. Data¸¦ importÇÕ´Ï´Ù(ÀÌ¹Ì object°¡ »ý¼ºµÆÀ¸¹Ç·Î ignore=y¸¦ Áà¾ß ¿¡·¯°¡ ¾È³³´Ï´Ù)
imp test/testfile=test.dmp buffer=4096000 log=imptest.log commit=y fromuser=test touser=test ignore=y
|