Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE Report Error

Hi All,
when we are running a report we are getting an error as below.
Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
Answers
-
Hi,
That's an Oracle DB error:
3174977 wrote: ORA-06576: not a valid function or procedure name at OCI call OCIStmtExecute: call apps.fnd_global.apps_initialize(1159, 20432, 275, 0,-1)
Is your report supposed to call that procedure? Is the user connecting to the DB allowed to call that procedure?
It's not really OBIEE's fault but more something to check in your DB (based on what account OBIEE uses to connect to it).
0 -
I will check on these details and update on this.
Thanks Gianni !
0 -
Hi @3174977
a quick Google indicates that this (apps.fnd_global) is an Oracle Ebusiness suite package. This could mean a couple of things:
- The package is in an invalid state and not compiled.
- The user setup in the OBIEE connection pool doesn't have the execute privilege on the package
- There could be a missing synonym
check on the database that the user setup in the connection pool has access to this package
0 -
+1 to @Joel Acha
0 -
Apps.fnd_global there are parts of function of a.profile of users for Oracle business suite, these function set the org_I'd, ledger_id , etc. I know your issue it's a call of oci, however as saying good practice these function is more suitable to be part.of etl/elt process, returning to your issue, you.should use evaluate function(obi answer function).and pass the parameters that you should.pass.
Kind regards,
0