Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7601339
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:08:39+00:00 2026-05-30T23:08:39+00:00

I have a database that is used in Java with Derby/JDBC. In the file

  • 0

I have a database that is used in Java with Derby/JDBC. In the file system, I can see the following entries:

  • log (folder)
    • log.ctrl (file)
    • log142.dat (file)
    • logmirror.ctrl (file)
  • seg0 (folder)
    • c… (60 files with 8-7000 kB)
  • tmp (folder)
  • db.lck (file)
  • service.properties (file)

Is there any chance to open this database? I would like to convert this database to SQLite so I need to see the structure at least.

Thank you very much in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T23:08:40+00:00Added an answer on May 30, 2026 at 11:08 pm

    You should install Derby if have not already. Derby comes with a command line tool ij. Use this tool to dump the tables as sql queries or csv files. You can uses these to import to sqlite.

    First choose the output format using

    And then use these SQLs on the command line of IJ to export to file.

    Find details about ij here after clicking this link…click Running IJ.

    Some basic IJ tool example

    For exporting data out of Derby

    Snippet for running IJ

    `Method When to Use Command
    Run ij as a standalone command. Use this method if you are relatively new to the Java programming language and new to Derby. Follow the steps in Setting the environment variables before you run the ij tool using this method. To run the ij script from the command line, use:
    ij
    You must add the DERBY_HOME/bin directory to your PATH environment variable before you can run the ij tool.

    The ij script sets the appropriate environment variables, including the CLASSPATH, and starts the ij tool.`

    Example of tool CLI:

    ij> connect ‘sample’ as sample1;

    ij> connect ‘newDB;create=true’ as newDB;

    ij(NEWDB)> show connections;

    SAMPLE1 – jdbc:derby:sample

    NEWDB* – jdbc:derby:newDB;create=true

    • = current connection

    ij(NEWDB)>

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a Java desktop application that accesses a Derby database located on a
I have a database that I used specifically for logging actions of users. The
I have a column in my SQL-2005 database that used to be a varchar(max)
I have a 'reference' SQL Server 2005 database that is used as our global
In one of my applications I have a 1gb database table that is used
I have a TSQL script that is used to set up a database as
I have an Microsoft Access database that is used internally by my company. Our
i have a java class used as an entity that has 2 classes that
I have a Java Db database table that I use to display results in
I have a database with one row of data that will be used across

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.