Hi,
as i see it, you have 2 options:
1. Install oracle client on your machine and perform the exports direclty to your machine.
2. use dbms_job/at/crontab (depends on the machine running the Oracle server), perform export on the machine and mail/ftp/copy to your computer automatically.
Cheers,
R.
It is better to ask and appear ignorant, than to remain silent and remain ignorant.
I am in US and want to access the oracle database running on one system in India.
In my desktop i have oracle client installed
First i established a VPN connection.
Then thru net configuration assistant i configured the host
name,sid,& service of the remote database and test connection test was successful.
Then i tried to use export Command from the bin directory of my client machine giving the remote username and password it doesnot take it. it says Oracle is not available.
Originally posted by pravin Then thru net configuration assistant i configured the host
name,sid,& service of the remote database and test connection test was successful.
you don't have to install Oracle server on the machine to do exp/imp remotely, all you need is just the Oracle client which already have exp/imp utilities, that's all you need
Bookmarks