Code Monkey home page Code Monkey logo

Comments (1)

daniviga avatar daniviga commented on August 21, 2024

Hi, QGIS server can connect to any datasource defined in a QGIS project, so essentially if you are able to connect to an Oracle DB for QGIS desktop you should able to use the same source as data provider for QGIS server. There are anyway some conditions that may be satisfied:

  • The DB must be reachable by the server too and credentials must be valid: i.e. the server hosting machine must be able to connect to the DB endpoint and credentials set in the project must be valid (which is not always the case if authentication is validated also against the IP). When using the Docker the connection will be performed using the host IP
  • The server must have the same library support as client: I'm not an expert in Oracle but if I'm not wrong you need https://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html to be able to use an oracle DB with QGIS on Linux. We are not including that library either because we don't need Oracle support and because of the license. Others are embedding it in their QGIS server docker (see https://github.com/Oslandia/docker-qgis). It's also true that it's very easy to build a container based on our own with the addition of the Oracle library

from qgis-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.