Questions tagged [database]

A database is an organized collection of data for one or more purposes, usually in digital form.

The term "database" may be narrowed to specify particular aspects of organized collection of data and may refer to the logical database, to physical database as data content in computer data storage or to many other database sub-definitions.

The term database is correctly applied to the data and their supporting data structures, and not to the database management system (referred to by the acronym DBMS). The database data collection with DBMS is called a database system.

338 questions
6
votes
1 answer

Problem in switching from PL/SQL Developer to SQL Developer

I want to become Ubuntu user, but SQL Developer is not comfortable enough for me. Main problem for me is that when I query data with select statemant and the result is displayed it is not possible to edit data directly (this feature is in PL\SQL…
kupa
  • 161
3
votes
2 answers

Running MS Access Programs

I have an old program developed in MS Access and would like to convert it to Kexi somehow. The program on Windows is launched with Access. Is there any way that Kexi can launch this program? I know my way around Ubuntu and the terminal, but not well…
fredhappier
  • 41
  • 1
  • 2
2
votes
3 answers

how do I install Firebird 2.1 on Ubuntu 13.04

When updating form ubuntu 12 to 13 my firebird 2.1 was uninstalled. Now, when I try to install it, it seems that the package is obsolete. root@ricardo-pc:/# apt-get install firebird2.1-classic Reading package lists... Done Building dependency tree …
2
votes
0 answers

dbeaver, font problem

I have problem in DBeaver with russian (azbuka) chars. Everything was fine, but now I see this. It is on OS level or it is app related? How can I fix it? OS Ubuntu 20.04. Thank you.
genderbee
  • 850
1
vote
1 answer

Can't login to pgadmin4

I've successfully installed postgres and pgadmin4. When I try to access pgadmin4 in the browser I'm being asked to login in with an email and password. What should I do?
Capton
  • 11
1
vote
1 answer

How to install db2-client on Ubuntu 12.04 LTS?

on RHEL Desktop: rpm -aq | grep db2 db2-client-9.7-1.x86_64 There is the db2-client package, OK. But How can I install db2-client to Ubuntu 12.04 LTS Desktop? http://packages.ubuntu.com/ didn't gave anything related.
1
vote
2 answers

Do I need to install a database before programming in c++?

I would like to do database programming in C++ connecting to some database on Ubuntu 12.04 LTS. Do I need to install a database before programming in C++ or does any database gets installed with Ubuntu? If not, may I ask the instructions to install…
1
vote
1 answer

Installing CKAN 2.8.2 in Ubuntu 18.04

I am trying to install CKAN 2.8.2 in Ubuntu 18.04 following these instructions. I have followed all steps successfully, until step 4.2 with sudo ckan db init. I get the following error: Traceback (most recent call last): File "/usr/bin/ckan", line…
0
votes
1 answer

Configuration Issue For OpenVswitch Version 2.8.1 on Ubuntu 16.04

I am a new user on Linux platform, I have tried to install openvswitch 2.8.1 on Ubuntu 16.04; but after installation I am observing below error. root@syed-VirtualBox:/home/syed# ./openvswitch.sh ovs-vsctl:…
Syed
  • 1
0
votes
2 answers

Setting up postgresql on another SDD

I am new to the server part of ubuntu. I am setting up a server with ubuntu 14.04 LTS OS installed. I have two 1TB sata disks and two 2TB sata disks(configured with RAID 1 for both). I am using the 1TB ones for the OS and also other things, but for…
Vishal
  • 1
0
votes
0 answers

Is there a class of Application that combines MQTT and a RDMBS?

I am planning to install Ubuntu on a Raspberry Pi substitute (Libre lePotato): https://hub.libre.computer/t/ubuntu-server-vs-desktop-vs-base/2218 The goal is to setup a portable MQTT server that stores data in a relational-database. Mosquitto can be…
gatorback
  • 5,785
  • 9
  • 40
  • 65
0
votes
0 answers

Installing Kingbase Database

I have been trying to install KingbaseES Database and I followed the instructions here. Everything went fine. In the end, when I try to start the program using: sudo /etc/init.d/kingbase-xe start It gives me: [ ok ] Starting kingbase-xe (via…
lclcug
  • 1
0
votes
1 answer

Can I run MS Access with Ubuntu?

I do have Ubuntu but wondering if I can run MS Access on Linux? I really need it for college. I do have Windows 10 but I rather use Linux. Does it work with Wine?
Jon
  • 81
-1
votes
2 answers

Databases for a single user, is there a non server mode?

I want to store and query large amounts(possibly millions of rows) of stock market data in database. I'm going to be the only user. It's on my desktop machine. The last time I did extensive work on a database was in the mid 90's using MS Access.…