Topic: Database Administration >> Migration
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| ANI |
Posted: May 22, 2007 10:28:58 PM |
Total Post: 5
Joined: Apr, 2007
|
| how can we migrate database objects like tables form one databse server to another database server manually? |
|
|
beefcake |
| Posted: May 24, 2007 12:59:25 AM | |
|
Total Post: 9
Joined: May, 2007
|
There are several options:
1. you can use export/import tool, you can select to import the data or not.
2. if you have the ddl to create the objects, just run it on the other database. (no data will be copied).
3. if you don't have the ddl scripts, you can create a database link to the other database and use CTAS to create the table (we can also migrate the data using this method).
Hope this help.
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 843 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| Gitesh Trivedi | 322 |
| Gopu Gopi | 272 |
| neeraj sharma | 252 |
| Ramesh Jois | 245 |
| Bishal Khetan | 207 |
|
|