Top "Schema" questions

Schema means shape, or more generally, plan.

Setting schema for all queries of a connection in psycopg2: Getting race condition when setting search_path

Our system is running on Ubuntu, python 3.4, postgres 9.4.x and psycopg2. We (will in the furture) split between dev, test …

python postgresql python-3.x schema psycopg2
How should a REST URL schema look like for a tree hierarchy?

Let's assume that I have stores, shelves in a store, and products on a shelf. So in order to get …

url rest schema hierarchy
How do I ensure unique element values in an XML schema?

I want to ensure that there are no duplicate book titles in the following xml: <?xml version="1.0" encoding="UTF-8"?&…

xml xsd schema oxygenxml
MongoDB: How to represent a schema diagram in a thesis?

I am currently writing a thesis and need to display the schema of my MongoDB in a diagram. I have …

mongodb schema nosql
Validating against a Schema with JAXB

I've been looking for solutions to this problem for far too long considering how easy it sounds so I've come …

xml validation schema jaxb well-formed
Why do we specify namespace in android xml file?

When we write a xml based layout in Android we use the string "xmlns:android="http://schemas.android.com/apk/…

android xml schema xml-namespaces
Is there a good workaround to the Oracle IMPDP REMAP_SCHEMA issue with triggers (ORA-39083, ORA-00942)?

One can use the Oracle data pump import tool (IMPDP.EXE) to import one schema into another using the REMAP_…

oracle schema remap ora-00942 impdp
Oracle: is it possible to create a synonym for a schema?

Firstly I am an oracle newbie, and I don't have a local oracle guru to help me. Here is my …

oracle schema synonym
First-time database design: am I overengineering?

Background I'm a first year CS student and I work part time for my dad's small business. I don't have …

mysql database database-design schema database-normalization
Django and postgresql schemas

I've been trying to solve this one all week, help very much appreciated. I have various schemas in a postgres …

django postgresql schema database-schema