Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8798

Re: Sybase Ase, Log Database Extend "DBIF_RSQL_SQL_ERROR dump"

$
0
0

Kemal -

 

Please - stop and think about what you are trying to do.    ASE - much like MS SQL Server - allows MULTIPLE databases per instance.    If a database is shy on space - it will throw an error and report whether it was DATA, LOG or SYSTEM segment that ran out of space.   For some odd reason, no matter which segment is reported, it will ALWAYS tell you that if it was the LOG segment, you might need to truncate the log. 

 

In your case, you have MULTIPLE databases that need to be extended in size.   That means for EACH database you need to:

 

alter database <dbname> on <devicename> = <additional space>

 

.....so you needed to do:

 

alter database HCP on HCP_data_001 = '10G'

 

....which you did (after much trial and error)....

 

...but that only extends HCP by 10GB....it does nothing about the problem with saptools.    For saptools, I suggest that you FIRST check the size of the saptools device to something more realistic:

 

disk resize name ="saptools_data_001" , size="10G"

 

then increase the data size of saptools, ala:

 

 

alter database saptools on saptools_data_001 = '10G'

 

 

.....you might want to check your SAP installation - it seems to be extremely small - which is likely why you are constantly running out of disk space.


Viewing all articles
Browse latest Browse all 8798

Latest Images

Trending Articles



Latest Images

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