Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
129 views

In my Laravel application, I have set up two databases in a single server. All specific migrations and model classes have $connection property set up to use blog instance. The app works fine, no ...
Gasimoff's user avatar
3 votes
2 answers
195 views

I am trying to do a sample microservice which involves pulling data from multiple databases. And while configuring I am getting the Exception in thread "main" java.lang.IllegalStateException:...
Mr.DevEng's user avatar
  • 1,688
0 votes
2 answers
83 views

I need to report the sum total amount value of a sold particular brand on completed sales only, on a per month basis report. I have the data spread across three tables but one of them is on a ...
user30379416's user avatar
0 votes
1 answer
55 views

I have a column with multiple data type in Power BI as the following below. How I can convert/modify to Currency ( Fixed decimal number) old_price null 990 SR 4,040 SR 50/4 pack SR 445/2 pack null 895 ...
Tran Nhung's user avatar
0 votes
1 answer
210 views

I appreciate your help to find the cause of the exception listed below thrown when attempted to extend the DefaultBatchConfiguration. The Spring Batch Service show below works fine when doesn't extend ...
Joseph's user avatar
  • 1
2 votes
0 answers
164 views

I'm working on a Spring Boot application that connects to multiple databases using Spring Data JPA. I have a method that saves an entity to one of the databases. The method functions correctly when it ...
Tharindu Weerasinghe's user avatar
1 vote
2 answers
76 views

I have set the connection to two databases properly. I also have created eloquent table models and I can query a single table relationship from another database easily e.g. $user->customer User ...
Drunken M's user avatar
  • 2,794
0 votes
1 answer
55 views

I have 03 MySQL databases as 2022_db, 2023_db and 2024_db. All the tables and table structures in the 03 databases are same & included different values.I want to get the sum of values in two ...
MCIT Trends's user avatar
0 votes
0 answers
80 views

Using Spring Boot, I need to read and update data from 2 different data sources. For this I have configured my application based on https://www.baeldung.com/spring-boot-configure-multiple-datasources ...
vivi's user avatar
  • 385
1 vote
1 answer
93 views

FastAPI Routing Question: Hi, I've got 3 databases set up (master databases that is, postgres instances) as such: master1: - db1: - tables... - db2: - and so on... -...
d.eng 489's user avatar
1 vote
1 answer
118 views

I have to make a monitor that detects invalid objects for different DBlinks. I've tried with a code in different files for each DBLink -- Enable logging of results to a specific file SPOOL C:\route ...
Opal R's user avatar
  • 27
0 votes
1 answer
228 views

While using the WithPerTenantOptions authenication method of Finbuckel package I am getting the issue 'TenantInfo' does not contain a definition for 'JwtAuthority' and no accessible extension method '...
Nirmal Negi's user avatar
0 votes
1 answer
94 views

I have installed crystal reports 2011 for .net 4.0. I create crystal report using visual studio. I use command to get data. the command gets data from 2 database. the 2nd database has same user and ...
user2210390's user avatar
1 vote
1 answer
99 views

I am working on a project where I need to combine data from two different data frames into a single plot using ggplot2 in R. I was wondering how I can efficiently achieve this, assigning specific ...
Álvaro Scuack's user avatar
0 votes
1 answer
98 views

I have an interesting problem. I am trying to create a relationship from an Excel File containing 'Business Days' with only Dates/Month Name/Days/Year and connecting that to a SQL Database source in ...
Ryan Crary's user avatar
1 vote
0 answers
239 views

I’m new to dbt and currently have a project connected with PostgreSQL in my development database. My question is whether it’s possible to connect multiple databases in dbt Cloud to accommodate ...
Nili099's user avatar
  • 11
1 vote
0 answers
208 views

I am using Rails 7.0.4 with Ruby 3.0.4 for my app. The app used multiple databases with Active Record (primary and secondary), each on a specific server. In the app, I have different models, all of ...
moh19814's user avatar
  • 147
0 votes
1 answer
102 views

In the login section of the application, the user selects the database to be connected from the list of companies and the main page of the program opens according to the selected database. The ...
Thor's user avatar
  • 1
1 vote
0 answers
737 views

I upgraded Java from 1.8 to 17 , Spring Boot from 2.1.18.RELEASE to 3.1.1 and Postgresql from 42.2.16.jre7 to 42.6.0 I was using this in my app prop: spring.jpa.database-platform = org.hibernate....
upcycling's user avatar
0 votes
1 answer
82 views

I am having trouble setting up a nested loop for data cleaning. Each semester (Fall, Spring, Summer) has three data sets that need to be combined over multiple years (2018, 2019, 2020, 2021, 2022). ...
asokol's user avatar
  • 131
0 votes
1 answer
804 views

I am currently using 1 mongodb. This is how I set it up in application spring.data.mongodb.database=Active spring.data.mongodb.uri=mongodb+srv://<my_uri> Now I need to introduce a secondary ...
newstudent's user avatar
0 votes
1 answer
85 views

I know there are a number of posts regarding the topic but I would like you to provide a solution to run the following (rebuild indexes) query on multiple databases, each with the same structure and ...
SJRH's user avatar
  • 3
-1 votes
1 answer
52 views

I'm attempting to create the correct set of joins on multiple tables across two different databases but i keep running into syntax errors ("Incorrect syntax near the keyword 'join') whenever i ...
ChrisRogers's user avatar
1 vote
1 answer
266 views

I have a spring boot project with a MySql DB already configured along with the migration scripts. I have a new requirement where I have to configure an Oracle database(part of another application) to ...
ABHINAV.DEEP's user avatar
0 votes
0 answers
26 views

I am planning a project and I have the authentication with firebase but I want to have the other tables in another database. Could this option be viable? A detected problem that could happen would be ...
José Ignacio Duque's user avatar
1 vote
0 answers
490 views

I am currently building a Go application that needs to connect to multiple databases dynamically. For context I have 22 Databases (db1, db2, db3...) and the dbUser, dbPass and dbPort remains the same. ...
mad's user avatar
  • 31
0 votes
1 answer
68 views

I have basic knowledge of MS SQL which actually sabotages me as the syntax differs from MySQL in which I need the code written. I have X databases named "project_%". It's 1 database per ...
ZebRa's user avatar
  • 19
0 votes
1 answer
144 views

I have a legacy codebase which I need to upgrade to ActiveRecord 6. It does not use Rails. I need to be able to connect to multiple databases. In my code, I have: conf = ActiveRecord::...
user1022788's user avatar
1 vote
0 answers
511 views

For a project with a springboot backend, I have to use 1 database in Postgresql to save information and to add a history feature to the application and 5 other databases in Oracle on which I only have ...
Siam's user avatar
  • 11
1 vote
1 answer
787 views

I'm using atomikos to handle global transaction between 2 different databases. I ran before with more than 1 billion records and this problem just appeared couple days ago. I guess the reason is my ...
leetrinh's user avatar
2 votes
0 answers
488 views

In this official example of configuring 2 data sources, they have used embedded DB. So, with the help of Spring boot's How to documentations, Configure Two DataSources and Using Multiple ...
learner's user avatar
  • 324
0 votes
0 answers
230 views

I'm working on rewriting an old plain PHP bad written app with Symfony 4.4 and Doctrine 2.12. Due to the number of databases (5) and the XXL size of them (at least 50 tables per database with often ...
arsrobota's user avatar
0 votes
0 answers
2k views

I wanted to connect multiple databases. I tried to go through the https://github.com/tiangolo/fastapi/issues/2592 but was unable to understand the approach. How can I get data using this function `@...
Mohsin Raza's user avatar
-1 votes
1 answer
359 views

I'm working on Capacity prediction models for Lithium-Ion batteries. I have 10 datasets from 10 different batteries including the capacity and multiple features. Each dataset is time dependent. In the ...
steffi44's user avatar
0 votes
1 answer
3k views

You can clone the complete updated code from GitHub. Erroneous code which I had while posting this question is in the branch "issue_null_db_details_on_second_time_initialization" I merged ...
learner's user avatar
  • 324
0 votes
1 answer
101 views

I'am using MySQL and PostgreSQL in my Django project. Below are the settings: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'mysql_db', 'USER': '...
danish2694's user avatar
3 votes
0 answers
377 views

I try to change spring-boot-starter-parent from 2.6.9 to 2.7.2. Spring-boot-autoconfigure also changes to 2.7.2 together with parent. I have a bean which injected the bean EntityManagerFactoryBuilder @...
polyackov_ot's user avatar
0 votes
1 answer
1k views

I have a Rails app (currently 6.1 but I can easily upgrade it if necessary) that connects to external MSSQL databases and provides an API (read-only) with the data. I use these gems to help me access ...
madav's user avatar
  • 3,096
2 votes
1 answer
313 views

My team and I are having a hard time defining the architecture for my backend environment using Django. To contextualize a little, we built an application similar to an App Store, for all our ...
Gabriela Palhares Macedo's user avatar
0 votes
0 answers
144 views

I am looking to get information from two different databases: 1 is a SQL database and 2 is an MS Access table. Both sources don't have a unique identifier to link them to each other so what I've tried ...
Juguete's user avatar
0 votes
0 answers
296 views

I have two database connections in the Django project, below is the Database settings: # settings.py DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': '...
danish2694's user avatar
1 vote
1 answer
1k views

Hi I am trying to set up multiple database connections using mongoose nestjs package with named connections and following along the documentation found here (https://docs.nestjs.com/techniques/mongodb#...
ant_hony's user avatar
  • 131
1 vote
1 answer
2k views

I've been sitting here for long to solve this problem. (I can't show a lot of code because it is corporate secret so here will be parts of it or just examples) I have my project connected to 2 ...
bnemos's user avatar
  • 11
0 votes
1 answer
276 views

I have a series of wide panel datasets. In each of these, I want to generate a series of new variables. E.g., in Dataset1, I have variables Car2009 Car2010 Car2011 in a dataset. Using this, I want to ...
user3500636's user avatar
1 vote
1 answer
213 views

I have 5 data frames, split from one according to a variable, to which I want to apply the same function based on the same 3 columns from each data frame. Each contains 10,000 rows. My data: Dist ...
hydroceanog's user avatar
-3 votes
1 answer
56 views

Example.objects.using('db').raw() Instead of db could we have a variable that would correspond to the appropriate database?
mparoufakis's user avatar
0 votes
0 answers
46 views

I'm working on a project where there are two databases, and I need to create unit tests for my models and etc. these are my databases: DATABASES = { 'default': {}, 'auth_db': { 'NAME': '...
Ivan Campelo's user avatar
2 votes
2 answers
1k views

I have defined a secondary external database in my Rails application for read-only purposes. Thus for testing, I setup a local database and plan to mock data within my test examples. Connecting to the ...
Hash G's user avatar
  • 125
1 vote
1 answer
523 views

I have a DB named catalog DB which contains 4 tables in that one is the Customers table which has a list of customers and their alias. I want to insert a row in a table (tableA) available in all ...
Sathvik Bhandar's user avatar
0 votes
1 answer
1k views

I'm trying to connect to multiple databases from single connection using typeORM in javascript. There's a way doing it using typescript import {Entity, PrimaryGeneratedColumn, Column} from "...
Raj's user avatar
  • 1

1
2 3 4 5
13