rmoff's random ramblings
about talks

BI Publisher - error creating Quartz tables

Published Aug 25, 2010 by in Bi-Publisher, Quartz at https://rmoff.net/2010/08/25/bi-publisher-error-creating-quartz-tables/

A very short blog post to break the drought, but I didn’t hit any google results for this error so thought it might be useful to record it.

In BI Publisher 10.1.3.4, trying to install the Scheduler (Quartz) schema, I got this error:

[sourcecode]Schema installation failed while creating tables. Schema may already exist. Please remove the existing schema or choose another database and try again.[/sourcecode]

To me, the error text is a bit unhelpful. Whilst the first statement is correct - “Schema installation failed while creating tables”, it doesn’t tell you the error it encountered, and then it goes on to suggest only one reason for the failure.

The problem in this case was that my user didn’t have privileges to create the tables: [sourcecode language=“sql”] SQL> create table test_table (col1 int); create table test_table (col1 int) * ERROR at line 1: ORA-01031: insufficient privileges [/sourcecode]

Granting the CREATE TABLE privilege resolved the problem.


Robin Moffatt

Robin Moffatt works on the DevRel team at Confluent. He likes writing about himself in the third person, eating good breakfasts, and drinking good beer.

Story logo

© 2025