This is a discussion on tables migration in Ingres within the Ingres forums, part of the Database Server Software category; --> Hi, I have a database 'ABC' on Ingres and I created another database on Ingres using the command 'createdb ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I have a database 'ABC' on Ingres and I created another database on Ingres using the command 'createdb test'. So now I have two databases 'ABC' and 'test'. I want to migrate data from 'ABC' to 'test'. For doing this I have used the commands: sql source_database < copy.out sql target_database < copy.in But this is not creating tables in test database. Can anyone tell me the solution? Thanks Mohan |