Code Monkey home page Code Monkey logo

Comments (5)

yaozhihang avatar yaozhihang commented on May 27, 2024

Hello,
it seems that your 3DCityDB instance has not been set up correctly, that is, the 3DCityDB package "CITYDB_INX" is missing. Have you received any error messages when you ran the CREATE_DB script via the command line interface?

from 3dcitydb.

clausnagel avatar clausnagel commented on May 27, 2024

Closing, since no feedback has been received. Feel free to re-open if your problem persists.

from 3dcitydb.

jowajowa avatar jowajowa commented on May 27, 2024

Hi there,

I have the same problem as Wun. I didn't receive any error massage during compiling. Actually the cmd-window tells me that all the packages have been created without errors.

What can I do?

Greetings, Johannes

from 3dcitydb.

FxKu avatar FxKu commented on May 27, 2024

I don't know if this is related, but I found out that if you are using a role that has only inherited the CREATE INDEX privilege from another role you are not able to execute the DDL commands within the IDX package. The privilege has to be explicitly assigned to the user.

Another option is to add an AUTHID to the IDX package which I did with 3f9a1b1 inside the dev branch.

Simply add AUTHID CURRENT_USER to the package creation command like:

CREATE OR REPLACE PACKAGE citydb_idx AUTHID CURRENT_USER
...

Hopefully, this solves your issues. The new code will be merged into the master soon. I would close the issue then in case I do not receive more error reports.

from 3dcitydb.

FxKu avatar FxKu commented on May 27, 2024

Merged to master.

from 3dcitydb.

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.