Skip to main content

Questions tagged [database]

Database is an organized collection of data.

Filter by
Sorted by
Tagged with
3 votes
0 answers
50 views

I have recently dumped the network traffic from my application server that talks to my Oracle database server. I configured the Oracle DB server to encrypt the data using TLSv1.2 when sending over the ...
Michael Gierer's user avatar
0 votes
0 answers
50 views

I am migrating a database from EOL CentOS Linux and am ready to import it into MariaDB 11.3.2 for Debian Linux. The database code was made with MariaDB 10.19-11.4.1 for Linux (x86_64), which is NOT ...
Jesse MacDougall's user avatar
0 votes
1 answer
73 views

I am trying to determine the libraries needed for pg_restore in the official postgres:15 docker image, but when I run ldd /usr/bin/pg_restore inside the container it returns this error: not a dynamic ...
Ricardo Silva's user avatar
0 votes
1 answer
152 views

One issue that I ran into when making a custom database, without creating an entire block-chain based filesystem from scratch, is deletion and insertion from/to the middle. It's easy to many a binary ...
B''H Bi'ezras -- Boruch Hashem's user avatar
0 votes
1 answer
882 views

I have etcd cluster, and now trying to initialize patroni (on server A and server B), but whenever I try to do so I'm getting the error about cluster mismatch. Tried removing 'initialize' from etcd, ...
Slen's user avatar
  • 11
0 votes
1 answer
87 views

This script bash makes the data extraction to Oracle DB (another server), processing it and insert into MariaDB (my server), but the insertion it's misaligned and let it some columns in blank. This ...
Gatito's user avatar
  • 3
6 votes
1 answer
364 views

I own a Synology DS220J which I use to host a few different NFS shares / "Shared folders" (as DSM calls them), and I was snooping on some files in order to find out where the thing is ...
kos's user avatar
  • 4,285
0 votes
2 answers
149 views

Now that Knotes from KDE has been killed, buried, wiped from rolling release distros repositories, and also from my computer when trying to reinstall it while ignoring the situation, how can I get my ...
Bogey Jammer's user avatar
2 votes
4 answers
965 views

With following shell script, I read file and for each line generates SQL fragments #!/bin/bash CURRDATE=$(date +'%Y-%m-%d %H:%M:%S') echo $CURRDATE echo $OUTPUT echo "SET SESSION AUTOCOMMIT = ...
Jin Kwon's user avatar
  • 564
0 votes
1 answer
489 views

This is a very confusing matter to me. I have multiple containers, each comes with it's own database, which creates resources overhead. I've deployed a mariadb container and I want the other ...
Abd Alhaleem Bakkor's user avatar
0 votes
0 answers
435 views

I upgraded my VPS with the provider Contabo, and since then, I have been experiencing issues. Unfortunately, they have not been responsive or provided any support. when i do command : service mysql ...
MD.Favaz's user avatar
0 votes
1 answer
63 views

Is there a way to obtain the help text, "selected by," "selects," and other fields for every configuration option, just like those available in the menuconfig, without running ...
shuagga's user avatar
1 vote
1 answer
3k views

I was trying to update the recommended stuff in my manjaro machine but this error occurred. I have no idea how to solve it. I was getting the error Invalid or corrupted databases so I updated the ...
Educpf's user avatar
  • 53
1 vote
1 answer
1k views

I am able to connect to db also getting output but it's not coming in proper format. So how to get the output in csv like format and also want to save that in csv format. psql -d <db> -U <...
zircon's user avatar
  • 113
0 votes
1 answer
67 views

When trying the Apache Ignite cluster snapshot procedure (snapshot create, restore), the restore operation is not successful. Before the restore procedure, we have destroyed the cache which we want to ...
cookie_marsh's user avatar
0 votes
0 answers
275 views

I am a former MacOS user, and I was using FileMaker, to organize one or two databases for my research work. I am looking for something similar, to be used under Linux. I would need something local, ...
Fabio's user avatar
  • 565
0 votes
0 answers
263 views

I have a PostgreSQL database and I noticed a weird behaviour while working with indexes and partitions. The engine version is 10.21. Now, I have a table with this structure: guid varchar(50) PK guid_a ...
Federico Loro's user avatar
1 vote
3 answers
1k views

I would like to create a tool (a shell script, or maybe a Python script) to generate and associate an hash code to a file, and then be able to use that hash to retrieve the file in the filesystem (...
Fabio's user avatar
  • 565
1 vote
0 answers
910 views

Asking for some assistance with trying to start postgresql-9.6.2 service using systemctl (systemd). I'm installing a monitoring tool that installs an instance of PostgreSQL to support the tool. It ...
A.brashear's user avatar
1 vote
1 answer
456 views

I am using influx 1.8 to monitor my photovoltaik. I want to get much more informations out of the gathered data: everything is there, it must "only" be selected ;) I have a measurement "...
DF8OE's user avatar
  • 43
2 votes
1 answer
3k views

I'm working on manjaro KDE whoes whoal / partition (excepting /boot/efi partition, of course) has formated to btrfs filesystem, and its copy-on-write feature remains default. Just now, I was following ...
KSroido's user avatar
  • 135
1 vote
0 answers
1k views

after fresh install of phpMyAdmin on CentOS 8 Stream I've got problem with "Access Denied". There isn't more than only simple text. Console of browser says: Failed to load resource: the ...
kalview's user avatar
  • 111
1 vote
1 answer
19k views

I have few servers with CentOS 7 and 6 as OS. Previously, the time was changed twice a year for DST and the OS automatically did this on each server. now suddenly a law has been passed that changed ...
BlackCrystal's user avatar
-1 votes
2 answers
210 views

I'm running a Debian 10 based distro. As an experiment, I downloaded one of these Wikipedia-like sites which gives you a download size of several gigabytes. I was hoping to run it offline. I don't ...
1toneboy's user avatar
  • 503
0 votes
2 answers
3k views

Whenever multiple users are interacting with a Nextcloud installation, there is a possibility of error. Potentially, a family member may delete an old picture or a co-worker might accidentally tick ...
Prototype700's user avatar
0 votes
1 answer
255 views

I have SASL databases, used by postfix and generated with saslpasswd2, on several CentOS 7 machines ( saslpasswd2/LibSasl: 2.1.26 ). They have the Berkeley DB (hash, version 9, native byte-order) ...
Anthon's user avatar
  • 81.4k
1 vote
0 answers
300 views

.dvs is the exotic extension of a file / a database of files / a database of streams (cross out wrong). This type of file is used in the CCTV to let the operator watch the recording from, let's say, ...
Christianus's user avatar
0 votes
1 answer
689 views

OS is openSUSE Tumbleweed. Previously I had PostgreSQL 13 installed. I just removed it by: > sudo zypper rm 'postgres*' > sudo zypper rr PostgreSQL > sudo rm -rf /usr/local/var/postgres ...
Megidd's user avatar
  • 1,579
0 votes
1 answer
4k views

I want to run database on CentOS Stream system using podman containers and access it with phpmyadmin that is running on another container. I created my mariadb container using this command: podman run ...
CHEWKOK's user avatar
  • 25
0 votes
1 answer
302 views

Often when software development concepts are explained in Bash, I understand them better than say in JavaScript. About Time-of-check to time-of-use (TOCTOU) it was stated in the current opening ...
timesharer's user avatar
1 vote
2 answers
40 views

I have some primitive solution but it is too long by runtime: find "/home/user" -type d -printf "%P\n" | sort > "source_1d" find "/mnt/home/user" -type d -...
canic's user avatar
  • 61
0 votes
1 answer
161 views

Assumed you have already intalled successfully mssql-server on your KDE neon instance. At the step to install mssql-tools and unixodbc-dev I have these errors : sudo apt-get install mssql-tools ...
Éric F's user avatar
  • 119
1 vote
1 answer
3k views

I cannot figure out the way to connect MSSQL 2014 database on centos 8 using PhP 7.4. I found GitHub link and downloaded CentOS8-7.4.tar and extracted the php_sqlsrv_72_ts.so and php_pdo_sqlsrv_72_ts....
Ratan Thapa's user avatar
0 votes
1 answer
106 views

I have Solaris machines (10/11) which are running on VMware and I am intending on installing a DB on them. Can I install on Oracle DB if it's not on sparc? if so- where can I find instructions? If not-...
Stan's user avatar
  • 101
0 votes
2 answers
403 views

I'm trying to find a specific file: note.xml which eXide would seem to have saved. Where is it? I've tried: sudo find / -iname \*.xml | grep note and a few varieties. Perhaps it's not "saved&...
Nicholas Saunders's user avatar
1 vote
1 answer
240 views

Installed Freebsd 12.1 i386, when I am using pkg search mongodb I get "mongodb tools" and "mongodb C driver" and some other "mongodb" related packages but there is no ...
Warjeh's user avatar
  • 113
0 votes
0 answers
53 views

My requirement is to improve time for a pattern search (using grep or any other search tool) in a source code directory containing mainly C source files. I have a big code base that makes it difficult ...
Franc's user avatar
  • 309
1 vote
0 answers
141 views

I get below error but exit code shows zero . Is there a way to get exit code of db error. Because I will need to send email alert on basis of exit code or db error mysqldump: Couldn't execute 'SHOW ...
addi jeo's user avatar
1 vote
1 answer
2k views

When I was running freshclam using ClamAV on Zorin Linux OS, it gave me the following errors as shown below. I am new to Linux, so I might need some hand-holding on solving this (step-by-step), if ...
MechaLinuxZilla's user avatar
0 votes
2 answers
1k views

How do I install basex on CentOS? [nsaunders@rolly ~]$ [nsaunders@rolly ~]$ sudo yum install basex Last metadata expiration check: 0:16:02 ago on Mon 15 Jun 2020 05:19:44 PM PDT. No match for ...
Nicholas Saunders's user avatar
1 vote
1 answer
670 views

I have created mlocate database with the contents of a particular folder. I see that the updatedb doesn't include the path pointed by the symbolic links in the database. How can I include the path ...
Porcupine's user avatar
  • 2,176
3 votes
0 answers
2k views

I am facing this issue consistently, whenever I run some CPU and memory intensive processes so OS kills my mongod service. Due to which service goes into the failed state and everything stops. ...
Abdul Moiz's user avatar
0 votes
1 answer
69 views

I would like to know what partitioning scheme in RHEL7 is more recommended to configure on a server with little disk space where an Oracle 18c database will be installed. On the RedHat site they ...
miguel ramires's user avatar
1 vote
1 answer
3k views

I have a script that contains the following psql command: psql -h $PHOST -p $PPORT -U $PUSER -d $PDATABASE -c "SELECT COUNT(*) FROM (${SQL%?}) AS query;" when I passed a simple query that query one ...
aga.91's user avatar
  • 13
0 votes
1 answer
166 views

I have a short file (around 60 lines) which acts like a basic database it has three whitespace separated columns. The first one is name of the product, the second one is the price and the third one is ...
Paralyz3d's user avatar
  • 147
2 votes
3 answers
3k views

I need to create an inventory on a spreadsheet of all of the books, DVDs, VHS tapes, and cassette tapes in my office. Since there are 3000+ items, this could take a long time. I bought a barcode ...
Village's user avatar
  • 4,277
1 vote
0 answers
309 views

No one out there seems to have an answer for this...everything is for windows and no help for those using linux to run SQL Server 2019. Problem is that the 3rd step in this process is to run ...
Kevin Dobson's user avatar
0 votes
2 answers
768 views

I have a large dataframe, in which one of the fields("ID") correspond to a unique identifier. However, there are multiple instances of that value, depending on the binary combination of additional ...
ricardo3889's user avatar
0 votes
1 answer
4k views

I tried to install Oracle Database on Windows Subsystem for LINUX and when i tried to execute command ./runInstaller following error occured ERROR: Unable to verify the graphical display setup. This ...
bhanuvinayes's user avatar
2 votes
1 answer
1k views

As far as I can tell, the MySQL and MariaDB database "ROOT" account is completely separate from the operating system's "root" account. Why did someone consider it a good idea to create the ambiguous ...
Chris K's user avatar
  • 60

1
2 3 4 5