Bolte IT Consulting
Toggle Navigation
  • Home
  • Featured Articles
  • Tech Blog
    • Joomla CMS
    • Java SE / EE
      • JavaFX and e(fx)clipse
      • JAXB
      • Apache POI
      • Java SE
      • Java EE
    • HP ALM
      • HP ALM REST API
      • HP ALM Workflow VBScript
    • Useful Software
    • VB.NET
    • XML
    • Oracle Database
      • Oracle SQL
      • Oracle PL SQL
      • Oracle SQL Developer
    • VBA
      • Excel VBA
      • Access VBA
      • MS Office and VBA
      • Power Point VBA
    • MS SQL Server
    • Shortcuts
    • COBOL
    • SharePoint
    • SAP SQL Anywhere
  • Off Topic
  • About
    • Profil / Curriculum Vitae (CV) - English
    • Profil / Curriculum Vitae (CV) - German

Java connect to SQL Anywhere database

So, ...  I like to try new things and since I had to migrate an old version of an SQL Anywhere database into an open source database, I thought I might as well do it the fun way.

I will write a little Java Spring Batch Applicaiton in order to move the data from SQL Anywhere into MariaDB in a professional way.

In this article you can learn how to connect your client to an SQL Anywhere database using Java.

Last Updated: 19 March 2020
Hits: 5393
  • SAP
  • SQL Anywhere
  • Database
  • Relational Database
  • SQL
  • Data Migration
  • Java

Create an SQL Anywhere Database Service

In Sybase Database Central select the SQL Anywhere 16 or 17 context and then click on Services.

Right click into the pane below and select New > Service ... from the context menu.

Last Updated: 06 October 2019
Hits: 2392
  • SAP
  • SQL Anywhere
  • Database
  • Relational Database
  • SQL

PL SQL for analyzing and rebuilding indexes

Recently I had to rebuild some indexes, since they met two major conditions under which an index rebuild most likely will improve performance.

According to Burleson, an index rebuild can help under the following conditions.

http://www.dba-oracle.com/art_dbazine_idx_rebuild.htm

  • High index fragmentation:  The SQL workload has lots of table DML causing lots of deleted leaf blocks.
  • High index scan access plans:  The SQL workload is rich with index scans (index fast-full scans and index range scans)

The second condition definetely holds valid for my clients database. The application, RSA IGL is used for over 10 years without any archiving or regular house keeping and up to 100 Million entries in several important tables.

Last Updated: 15 November 2019
Hits: 4115
  • Database
  • Relational Database
  • Oracle
  • PL SQL
  • Index
  • Index Rebuild
  • performance-tuning
  1. Create a new database
  2. Migrating old SQL Anywhere database
  3. Empty SharePoint Recycle Bin with one command
  4. HP ALM Quality Center Business Views

Page 1 of 6

  • 1
  • 2
  • 3
  • 4
  • ...
  • 6
  • You are here:  
  • Home
  • Featured Articles

  • Privacy Policy
  • Imprint

Back to Top

© 2023 Bolte IT Consulting