- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Reading info from DLT tape
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2000 07:48 AM
10-16-2000 07:48 AM
Reading info from DLT tape
I am looking for information on how to tell how data was written to a tape. Confused? Same here... here's the info:
A friend is having problems restoring an Oracle database. It seems that they do Oracle exports (?) directly to a DLT drive. Does anyone have any idea how Oracle exports to a tape drive? Any idea on how I can get this data from the tape to a filesystem (dd command?). Any general things I can try? Sorry, but I can't even tell you what version of Oracle it is at this point (still trying to find that out from him).
Thanks in advance!
-Tim
P.S. I know this isn't a lot of info to go on, but I've found that the best sleuths in the world read these forums! :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2000 08:01 AM
10-16-2000 08:01 AM
Re: Reading info from DLT tape
Try using Oracle's import tool to read the tape. It will soon complain if it's not an export tape.
imp show=y full=y file=/dev/rmt/??
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2000 08:02 AM
10-16-2000 08:02 AM
Re: Reading info from DLT tape
Sounds like Oracles hotbackup program, RMAN (old version EBU), which backs up on the fly then directly writes it to tape. You will need to use RMAN utils to read the tape back if needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2000 08:07 AM
10-16-2000 08:07 AM
Re: Reading info from DLT tape
Thanks for the quick reply! Is there a way via Oracle/command line to get a listing of what is on this tape without actually having it try to import data from the tape? Forgive me, I am not an Oracle guy!
Thanks again!
-Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2000 08:12 AM
10-16-2000 08:12 AM
Re: Reading info from DLT tape
Oracles hotbackup program should write to a logfile when it runs. Does it run from cron ? is there a logfile you can find showing when it ran and if it was successful ?
Actually, Oracles hotbackup program can use a number of standard HPUX backup commands to write to the tape so use them to see if you can read it back. Try tar tvf, frecover -I, or cpio to see if you can see whats on the tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2000 08:15 AM
10-16-2000 08:15 AM
Re: Reading info from DLT tape
imp with show=y doesn't actually do any importing it just lists the sql commands that would be run.
Regards,
John