I have two database in server name comp1,such as : ayush and test. I have created some tables in ayush database. No tables done at test,having only default tables and other defaults. I want to transfer all tables with data from ayush to test completely. I have tried in import and export wizard,but in programming language it gives error, that database cannot fetch in forward direction. Please help to solve this problem.
Importing database
Collapse
X
-
Tags: None
-
Option1: use enterprise manager. either export from ayush or import to test...Originally posted by shilabhadraI have two database in server name comp1,such as : ayush and test. I have created some tables in ayush database. No tables done at test,having only default tables and other defaults. I want to transfer all tables with data from ayush to test completely. I have tried in import and export wizard,but in programming language it gives error, that database cannot fetch in forward direction. Please help to solve this problem.
Option2: backup the entire ayush db. restore it as test
Comment