how imp new data [message #658729] |
Sat, 24 December 2016 10:08  |
 |
alhakimy
Messages: 56 Registered: December 2016
|
Member |
|
|
hello
I do not speak English, but I will try to understand you
I am new in this forum
I have a question
I use oracle9i with dev6i
I have three Computers working in the same program separately
and I have a main computer works the same program separately
How do I export database for new inputs only from three Computers
Or how do I import new inputs only to main computer
To update my main computer from others
thank you
|
|
|
|
|
|
|
|
|
|
|
Re: how imp new data [message #658743 is a reply to message #658740] |
Sun, 25 December 2016 10:26   |
 |
Michel Cadot
Messages: 68757 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
You are on the wrong track using exp/imp or Data Pump for this task.
Just spool in a csv file new data in each PC and load these files in Excel on the main PC to print them as you want.
Your only question now is: "how to determinate new data in each PC?" and this only depends on your data model which will also determine the csv files you will generate.
[Updated on: Sun, 25 December 2016 10:27] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
Re: how imp new data [message #658765 is a reply to message #658764] |
Mon, 26 December 2016 09:28  |
 |
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
IMP can only retrieve what data that resides in DATA.DMP file;
which may be anything from FULL database (every schema & every table) to only metadata from single object.
We can not know what IMP USERNAME/PASSWORD FILE=C:\DATA.DMP LOG=C:\DATA.LOG FULL=Y IGNORE=Y produces without know exactly how DATA.DMP was created.
Does an Oracle database reside on each PC1, PC2, & PC3?
|
|
|