Re: Tempdb with wrongly assigned device fragements
if you are hesitant to update system tables, just use the system procedures in a way that shuffles things around on whole devices: Extend segments "system" and "default" on to master device.Drop...
View ArticleRe: create a recursive query with ASE 16
There is no such "feature". Do you mean to say "with RECOMPILE" ?
View ArticleRe: create a recursive query with ASE 16
Actually Mark, A while back I was trying to write some recursive T-SQL code. Unfortunately, I got pulled away from the task, and was never able to debug it. If I have time to find it, I will send it to...
View ArticleRe: create a recursive query with ASE 16
Greetings, Actually, I tried to write a stored procedure to print the Fibonacci Numbers, or Fibonacci Sequence, the best well known mathematical series, and a the very first recursive program most...
View ArticleRe: create a recursive query with ASE 16
WITH RECURSIVE is a feature of SAP SQL Anywhere TSQL syntax, but not (yet) in ASE.http://infocenter.sybase.com/help/topic/com.sybase.help.sqlanywhere.12.0.1/dbusage/recursive-table-expr-sqlug.htmlIf...
View ArticleRe: create a recursive query with ASE 16
There is no such syntax extension. My guess is OP trying to find a query to get "bill of material" or "org chart" type of query where you have hierarchy of material codes (assembly/components) or...
View ArticleRe: create a recursive query with ASE 16
Those numbers grow in scale quite dramatically very fast. The first 256 positive values of them can be printed in "float" form here: /* no recursion per se, and therefore off topic here */declare @f...
View ArticleRe: create a recursive query with ASE 16
Kevin, Very nice quick way to get the sequence printed! But, nope. Not recursive! From what I recall from my recursive attempt, it involved more lines of code! I might get back to you on this, when I...
View ArticleRe: Duplicate dumps created without schedule and server process stops.
Hello Cris, Thank's for for your suggestion, I have checked the system and found that Note 1619967 is already implemented, as I have s/w component SAP_BASIS 731 with SP 7. Please find the relevant Logs...
View ArticleRe: Not able to view Sybase database backup status on DBACOCKPIT
Hi Pallav We have the same issue and the oss note not resolved it. did you succeed to fix it.thanks a lot. wilfried
View ArticleRe: Tempdb with wrongly assigned device fragements
Thanks Hans, Kevin and Mark. I have done the changes now. The fragment allocation looks perfect now. 1> select * from master..sysusages where dbid =22> go dbid segmap lstart size...
View ArticleOnline backup for sybase
Dear All, For our production server with sybase database which are the file system that needs to be backup for an online backup scheduled twice dailyKindly advice Thanks and Regards
View ArticleRe: Online backup for sybase
Hi, a good starting point might be the following discussion: https://scn.sap.com/thread/3173659 Setting up the backup via DBA Cockpit is explained there. It is also possible to create a shell / sql...
View ArticleDatabase access error. Reason Loading shared object failed. First tried to...
Hi All, While installing BO 4.1 SP06 getting below error. Error: Database access error. Reason Loading shared object failed. First tried to load library sybcs_r64 and failed because of error: .Second...
View ArticleRe: Database access error. Reason Loading shared object failed. First tried...
Hi Venkat, Check if your LD_LIBRARY_PATH set correctly.Kindly export the LD_LIBRARY_PATH and retry. RegardsKiran K Adharapuram
View ArticleRe: Online backup for sybase
Hello Praveen, Our recommendations about backups when running a SAP application on SAP ASE, are documented in SAP Note 1588316 - SYB: Configure automatic database and log backups and SAP Note 1585981 -...
View ArticleLoading a Corrupted Database Dump. Can it be done?
I have 3 corrupt database dumps salvaged from a WinPro 2000 box with a damaged disk running ASE 12.5.3. When attempting to load the databases into a win10 ASE 12.5.3 server, 692 & 834 error...
View ArticleRe: Loading a Corrupted Database Dump. Can it be done?
Hi Rob, In more recent versions (15.5, maybe 15.0) there is a feature called "recovery fault isolation" which will sometimes allow recovery to bypass certain errors. Unfortunately, it isn't in 12.5.x....
View ArticleRe: Not able to view Sybase database backup status on DBACOCKPIT
Hi wilfried, The issue persists, please check the connection and raise it to SAP. Please revert after getting resolution. Regards, Pallav Thakur
View ArticleRe: Loading a Corrupted Database Dump. Can it be done?
Hello Rob,First: it seem to me this post went into the wrong group - this group is for SAP Business Suite on ASE.Your post definitely refers to an non Business Suite application. I suggest to use the...
View Article