Are you a QOTWer? Do you want to start a thread that isn't a direct answer to the current QOTW? Then this place, gentle poster, is your friend.
(, Sun 1 Apr 2001, 1:00)
« Go Back | See The Full Thread
I have no idea how to copy a DB from one server to another one
(, Tue 5 Aug 2014, 14:30, 3 replies, latest was 11 years ago)
You should be able to extract the information as a CSV or XLS then the destination server should be able to recompile it from there...
Obvs, don't know what server or oracle etc you are using.
(, Tue 5 Aug 2014, 14:34, Reply)
and then something something something on the other server.
(, Tue 5 Aug 2014, 14:37, Reply)
An existing empty DB is there
(, Tue 5 Aug 2014, 14:38, Reply)
then inputting it by hand... you will then have a hard copy for future reference
(, Tue 5 Aug 2014, 14:40, Reply)
duh.
EDIT: Or google "how to copy an oracle database to another machine"
(, Tue 5 Aug 2014, 14:44, Reply)
Just export the schema. Create a blank schema on the empty db and import it.
I say "just" this sounds easy on paper but it's usually marred by oracle being a cunt for no reason.
Nearly every time I try and do something that should work it doesn't due to oracle being a prick.
(, Tue 5 Aug 2014, 14:44, Reply)
(, Tue 5 Aug 2014, 14:48, Reply)
Just refuse to do anything and mumble things about 'security' or 'performance'.
(, Tue 5 Aug 2014, 14:49, Reply)
« Go Back | See The Full Thread