Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Oracle "insufficient priviledges"

 Upgrading JTS (upgrade_jts.sh) from Version 4.0.3 to 5.0.0 the following error occurs whilst CREATE TABLE TEMP_REQUIREMENT_PTEXT_STG ( EXTERNAL_ID VARCHAR(100) NOT NULL, PTEXT VARCHAR(4000) NOT NULL ) TABLESPACE VNF_32K;
"insufficient priviledges"

The both users (repository.db and datawarehouse.db) have DBA, create table, create session........

We have even tried to grant sysdba with the same results......

The "hidden" users: CONFIG, RIASSET, RICALM, RIDW, RIODS, RISCHK, RPTUSER all have DBA permissions, create table, create session....

Who is trying to create the table TEMP_REQUIREMENT_PTEXT_STG and where!

1

0 votes

Comments

Maybe you can try to verify it with SQL*Plus? First Confirm the connection information of the Oracle database first in teamserver.properties file, then connect to the Oracle database using the same Oracle user, and run the CREATE TABLE statement quoted in the above error.

Hi Donald,
Already tried with each user that I know to connect and create the table, but they all work without errors, its only the upgrade script that fails.... 

Is there anyway to turn on extra debugging for the SQL querries with the update Scripts? 

Not sure how to turn on extra debugging at this stage. But it appears that the error is thrown when running "repotools-jts -addTables" command (called by upgrade_jts.sh). See if you can find the file server/repotools-jts_addTables.log and it may contain more information.

This is the logfile I found the CREATE TABLE statement in, unfortunately all the login names in the connection strings are xxxxx'ed out !





One answer

Permanent link
 Hi Matthew -

I'm wondering if it could possibly be the directory/file permissions on the data warehouse folder or the VNF_32K*.ORA file itself. This folder is determined by the com.ibm.team.datawarehouse.db.base.folder property in your server/conf/jts/teamserver.properties file. It's a long shot as it seems like you'd have it other problems if this were the case but it is a quick thing to check.

Gail

0 votes

Comments

 datawarehouse directory permissions are fine, I have read-write access.... The VNF_32K*.ORA files are on the Oracle Server to which I have no direct access (It's hosted by a provider).... If that were the case I wouldn't be able to create the table by hand !

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 7,497
× 267

Question asked: Sep 23 '14, 11:45 a.m.

Question was seen: 3,483 times

Last updated: Sep 25 '14, 8:36 a.m.

Confirmation Cancel Confirm