data import from production to test [message #540874] |
Thu, 26 January 2012 07:50 |
patdev
Messages: 74 Registered: August 2008
|
Member |
|
|
Hi,
I want to automate the import from production to test.
1) export the production schema
2) import in to test server?
How can i automate that currently i am doing it manually as follow:
1) expdb the production schema
2) kill all connection on the test server to test schema
3) drop test user cascade;
4) recreate user;
5) impdb the production schema to test:
but i want it to automated or scheduled so i dont; have to log in every night!!
Please guide
thanks
|
|
|
|
|
|
|
|