If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > load the database from 32-bit to 64-bit

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-09-08, 15:11
sriyaz sriyaz is offline
Registered User
 
Join Date: Mar 2008
Posts: 22
load the database from 32-bit to 64-bit

Hi SYbase WOrld Team Memeber,

I have 32-bit ASE running on HP. I want move my database on 64-bit.

On 32-bit
My database device is as
/dev/datdev1---------10GB
/dev/datdev2---------10GB
...
.
.
/dev/datdevn--------10GB
=======================
Total---> 100GB

On 64-bit
/dev/datdev1--------32GB
/dev/datdev2------- 32GB
/dev/datdev3---------32GB
/dev/datdev4---------32GB
======================
Total---> 100Gb

Can I load from 32-bit to 64-bit with above devices?


Regards,
Riyaz
Reply With Quote
  #2 (permalink)  
Old 04-10-08, 02:09
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 1,268
Yes, and you don't need a 64-bit version to do it
as long as the groups of data and log stay the same e.g.
data1 10G
data2 10G
log1 10G
data3 20G
data1 20G
log1 10G
log2 10g
data4 10G
data4 10G
data4 10G
data5 10G

can be loaded to
data1 20G
log1 10G
data1 12G -- now total 32G on data1
data2 28G
log1 20G
data2 4G -- now total 32G on data2
data3 32G
data4 4G

ASE 15 no longer has a 32 GB limit per device
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On