[
https://issues.apache.org/jira/browse/HIVE-25571?focusedWorklogId=659494&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-659494
]
ASF GitHub Bot logged work on HIVE-25571:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Oct/21 10:35
Start Date: 04/Oct/21 10:35
Worklog Time Spent: 10m
Work Description: ayushtkn commented on pull request #2681:
URL: https://github.com/apache/hive/pull/2681#issuecomment-933356318
Thanx @nrg4878 for the review. Can you help commit
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 659494)
Remaining Estimate: 0h
Time Spent: 10m
> Fix Metastore script for Oracle Database
> ----------------------------------------
>
> Key: HIVE-25571
> URL: https://issues.apache.org/jira/browse/HIVE-25571
> Project: Hive
> Issue Type: Bug
> Reporter: Ayush Saxena
> Assignee: Ayush Saxena
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Error:1
> {noformat}
> 354/359 CREATE UNIQUE INDEX DBPRIVILEGEINDEX ON DC_PRIVS
> (AUTHORIZER,NAME,PRINCIPAL_NAME,PRINCIPAL_TYPE,DC_PRIV,GRANTOR,GRANTOR_TYPE);
> Error: ORA-00955: name is already used by an existing object
> (state=42000,code=955)
> Aborting command set because "force" is false and command failed: "CREATE
> UNIQUE INDEX DBPRIVILEGEINDEX ON DC_PRIVS
> (AUTHORIZER,NAME,PRINCIPAL_NAME,PRINCIPAL_TYPE,DC_PRIV,GRANTOR,GRANTOR_TYPE);"
> [ERROR] 2021-09-29 09:18:59.075 [main] MetastoreSchemaTool - Schema
> initialization FAILED! Metastore state would be inconsistent!
> Schema initialization FAILED! Metastore state would be inconsistent!{noformat}
> Error:2
> {noformat}
> Error: ORA-00900: invalid SQL statement (state=42000,code=900)
> Aborting command set because "force" is false and command failed: "=======
> -- HIVE-24396
> -- Create DataCo{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)