The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 07-18-2008
joeyg's Avatar
joeyg joeyg is offline Forum Staff  
modérateur
  
 

Join Date: Dec 2007
Location: Home of 17-time world champion Boston Celtics
Posts: 1,311
Question More info needed on your environment...

As zaxxon asked previously.
Where is data stored?
How do you want (or can) move data elsewhere?

You can
> cp /ora/8i/data/*.db /backup/ora/8i/data

or you can do some kind of find command
> find blah-blah -exec some-special-commands

Without specifics, it can be hard for anyone here to understand what you need. This is especialy so for those of us without an Oracle system and thus the knowledge of how that data is stored.

So, the more details, the better.