์ค๋์ ํ ์ด๋ธ ๋ช ๋ณ๊ฒฝํ๋ ๋ฒ์ ๋ํด์ ์์๋ณด๋๋ก ํ๊ฒ ์ต๋๋ค.
ํ ์ด๋ธ ๋ช ์ ๋ณ๊ฒฝํ ๋๋ ์๋์ฒ๋ผ rename ๋ช ๋ น์ด๋ฅผ ์ฌ์ฉํฉ๋๋ค.
Use rename command to rename a table to a new one.
SQL > rename {old table name} to {new table name}
Table renamed.
๋ณ๊ฒฝ์ด ์๋ฃ๋์๋์ง ์๋์ฟผ๋ฆฌ๋ฅผ ์ด์ฉํด์ ํ์ธํด๋ณด์ธ์.
Check if renaming was successful using below query. Below statement queries the table names owned by you.
SQL > select table_name from user_tables;
You would see renamed table name if it was successful.
'๐ป Programming > Oracle 11g' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[์ค๋ผํด/oracle11g] dump ํจ์ (0) | 2015.04.20 |
---|---|
[์ค๋ผํด/oracle11g] ์ธ์ฝ๋ฉ ๋ฌธ์ (0) | 2015.04.20 |
ํ ์ด๋ธ ์ ์ฝ์ฌํญ ์กฐํํ๊ธฐ ( Querying constraints of a table ) (0) | 2015.04.14 |
Rename์ ์ด์ฉํ ํ ์ด๋ธ ๋ฐฑ์ ( Table Backup using Renaming ) (0) | 2015.04.14 |
์ธ๋ฑ์ค ๋ชฉ๋ก ์กฐํ ( Querying Index List ) (0) | 2015.04.14 |