I would like to know if anyone could tell me how I can copy some tables from one Oracle database on one server -- into another Oracle database on a different server ...
I need to move all of my tables from my development server into my production server. I have Oracle8i on both servers and they are Linux servers.
OK great !! ... Im running Oracle8i on a Linux server ...
however, i just found out that our production server is behind a firewall so creating a database link between development and production would probably prove useless..
importing oracle 8i database from one server to another
We have numerous division offices with oracle 8i servers which are using win98 and oracle 8i, where data sent through CD's . The division offices sent data to head in dos based .dmp format. I checked the size of data which is satisfactory.
c:> EXP system/manager@instance .. I selected ENTIRE export file options even exported grants , table data to yes
But when i try
c:\> imp system/manager@instance file = abc.dmp full=y
then it imports successfully with warnings.
But when i see data tables no data is there in data tables which should be imported.
any solutions to compile data??
however, i just found out that our production server is behind a firewall so creating a database link between development and production would probably prove useless..
If what you want is a DBLink just create a new listener in a weird port, ask Networking team to open that port in the firewall, point your DBLink there, Use it then shut down the new listener.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Bookmarks