HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sybase database question
Operating System - HP-UX
1828344
Members
3056
Online
109976
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
05-06-2005 07:34 AM
05-06-2005 07:34 AM
sybase database question
I have a database called prod that users are currently using and cant be touched. I need to load another database so is it possible to load teh database using a different name like test_prod even though test_prod database is not created.
syntax would be load database test_prod "....."
Thanks and point will be assigned.
syntax would be load database test_prod "....."
Thanks and point will be assigned.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 10:03 AM
06-20-2005 10:03 AM
Re: sybase database question
Hi Sanjit
You will need to take a full backup of the prod database first. e.g.
dump database prod to '/backup/prod.ddump'
You can then load the above db to the new test_prod db as,
load database test_prod from '/backup/prod.ddump'
online database test_prod
However, you will need to first create the test_prod db prior to loading the db. The test_prod db needs to be at least the same size as prod.
You will find more info here.
http://sybooks.sybase.com/onlinebooks/group-as/asg1251e/sag
If you need to be able to do "hot backups", you will need to enable "trunc. log on chkpt" option. You will find all that described in the above link.
- Ravi
You will need to take a full backup of the prod database first. e.g.
dump database prod to '/backup/prod.ddump'
You can then load the above db to the new test_prod db as,
load database test_prod from '/backup/prod.ddump'
online database test_prod
However, you will need to first create the test_prod db prior to loading the db. The test_prod db needs to be at least the same size as prod.
You will find more info here.
http://sybooks.sybase.com/onlinebooks/group-as/asg1251e/sag
If you need to be able to do "hot backups", you will need to enable "trunc. log on chkpt" option. You will find all that described in the above link.
- Ravi
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP