Re: Regarding Oracle databases
you can use export and import tools of oracle.
For exporting data
c:\> exp
for interactive dialogue
or
c:\> exp userid/password file=outputfile tables=(table1,table2,..) log=logfile
similarly for import
c:\> imp
for interactive dialog
or
c:\> imp userid/password file=inputfile tables=(table1,table2,..) log=logfile
__________________
Sometime you'll think you understand everything
...Then you'll regain consciousness
|