Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 213 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIA 11g error

Hi Sir,
My Oracle database is installed is Oracle 12C(12.0.2.0) version and it is installed in Linux environment. My Operating system installed is Windows Server 2012 R2 Standard. I am trying to install OBIA 11g using RCU.bat file which will create 3 users by the name as shown below 1) DEV_DW 2) DEV_BICOMP 3) DEV_BIA_ODIREPO
This will also dump the below dmp files as shown below 1) obia.dmp, 2) obia_comp.dmp 3) obia_odi.dmp The OS is compatible and the OBIA 11g version is OBIA version 11.1.1.10.2.
The error which I am getting is as shown below at java.lang.Thread.run(Thread.java:662) Caused by: java.sql.SQLException: ORA-39002: invalid operation ORA-06512: at "SYS.DBMS_SYS_ERROR", line 79 ORA-06512: at "SYS.DBMS_DATAPUMP", line 4087 ORA-06512: at "SYS.DBMS_DATAPUMP", line 4498 ORA-06512: at line 1 I have already given full access to the directory path.
Appreciate your help on the above issue.
Regards
Answers
-
Isn't this the exact same thing as getting error while installing OBIA 11g you posted 4 days ago?
Please avoid double posting: the result is 2 threads with their own life which will probably not get any follow up ...
0 -
Hi Ceresa,
Any help is appreciated to resolve the issue.
I have also given read write permisions for the location of the below dmp files where the below files are kept in the unix box directory
1) obia.dmp, 2) obia_comp.dmp 3) obia_odi.dmp
'
I have also given the grant through system user as shown below
grant read,write on directory OBIA_DW_DIR to sys;
grant read,write on directory OBIA_BICOMP_DIR to sys;
gran tread,write on directory OBIA_BIA_ODIREPO to sys.
I am still getting the same error.
Appreciate any help is provided.
0