Basically, I am a MS-SQL developer,and relatively new to Oracle.
Even after great deal of research, I was unable to find any way of copying entire database from one server instance to another.
In MS-SQL this is usually done through "backup database" and "restore database" sql query. We can even use external tools such as Management studio to create scripts.
But, How this can be done in Oracle 11g express? Any ideas??



imp/expor starting from Oracle 10,impdp/expdp– Benoit Jan 3 '12 at 12:52expandimp. See this FAQ for information about exporting/importing. – Joachim Pileborg Jan 3 '12 at 12:55