Quantcast
Channel: SCN: Message List - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 3587

Re: Uninitialized logical page after database load

$
0
0

You created the database on the data device - but not log....and other things may not be lining up.  Best thing to do would be to:

 

load database TWSDEV1DB from 'compress::1::/temp/TWSDEV1DB.dmp_1409151614.sc'

stripe on 'compress::1::/temp/TWSDEV1DB.dmp_1409151614.sc1'

stripe on 'compress::1::/temp/TWSDEV1DB.dmp_1409151614.sc2'

stripe on 'compress::1::/temp/TWSDEV1DB.dmp_1409151614.sc3'

with listonly=create_sql

 

It will tell you the create database command to use to be able to load the database.    In addition, you are using the old/deprecated compression syntax.   You should use the 'with compression=###' option instead when dumping the database. 


Viewing all articles
Browse latest Browse all 3587

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>