Informatica error database driver error - oracle

I have a question regarding a failure while executing my workflow. The workflow has existed for years and was working fine. But suddenly today I am facing an error while executing. The mapping has a stored procedure which is the reason for the failure. Please find the error message below and let me know if I can resolve this
"Message Code: CMN_1022
Message: Database driver error...
CMN_1022 [
ORA-02149: Specified partition does not exist
ORA-06512: at "schema_name.sp", line 9
ORA-06512: at line 2
Database driver error...
Function Name : ExecuteSP
Oracle Fatal Error
Database driver error...
Function Name : ExecuteSP
Oracle Fatal Error]"
The stored procedure (schema_name.sp) truncates some existing tables based on a condition. Unfortunately I don't have access to view the procedure.
When I tried searching about the fatal error, I found that the fatal error is because of connectivity problem. Let me know if that is true.

Related

ERROR: ORA-04088: error during execution of trigger 'SYS.LOGOFF_TRIGGER' while compiling a package

Hi i'm getting this error ERROR:
ORA-04088: error during execution of trigger 'SYS.LOGOFF_TRIGGER' when tried to compile a package this error is not related to the code. can anyone help me to solve this error.
An administrator has (based on the name) created a database level trigger that fires every time you end your connection. However, that trigger when it fires is encountering an error which is why your session is seeing it.
You'll need to speak your DBA to get it fixed or dropped.

OBIEE12c answers encounter an Odbc driver error

After migrating OBIEE from 11g to 12c, BI answers encounter the following error.
Odbc driver returned an error (SQLExecDirectW).
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. (HY000)
State: HY000. Code: 43113. [nQSError: 43113] Message returned from OBIS. EVALUATE_SUPPORT_LEVEL inside NQSConfig.INI is not set to support EVALUATE. (HY000)
The following workaround can fix the issue.
Go to the NQSConfig.INI file location
File location:$DOMAIN_HOME/config/fmwconfig/biconfig/OBIS/
Open the NQSConfig.INI
Change the following line
EVALUATE_SUPPORT_LEVEL = 0;
to
EVALUATE_SUPPORT_LEVEL = 2;
Restart the OBIEE12c services
The error is saying that the analysis is using an evaluate function which is passing the function down to the database rather than using logical SQL that is interpreted by the BI server. By default the use of evaluate is disabled.
To enable it you set the EVALUATE_SUPPORT_LEVEL in NQSConfig.INI as per the other answer.
https://docs.oracle.com/middleware/1221/core/BIMIG/GUID-C2C5B43E-4BB9-4ED7-94DE-D262698DCF98.htm#BIMIG-GUID-C2C5B43E-4BB9-4ED7-94DE-D262698DCF98

How to increase Data flow task to handle more than 50 million records in SSIS

I am facing a challenge when I try to load more tha 6 million of records. I am getting the below exception after 3 million records.
The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
The input source is a text file and destination table is oracle. Do I have to do any configuration.
[OLE_DST Oracle archive staging table [16]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "OraOLEDB" Hresult: 0x80004005 Description: "ROW-00060: Internal error: [dainsert,16]".
[OLE_DST Oracle archive staging table [16]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "OLE_DST Oracle archive staging table.Inputs[OLE DB Destination Input]" failed because error code 0xC020907B occurred, and the error row disposition on "OLE_DST Oracle archive staging table.Inputs[OLE DB Destination Input]" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "OLE_DST Oracle archive staging table" (16) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (29). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
[FF_SRC Archive file data [2]] Error: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on FF_SRC Archive file data returned error code 0xC02020C4. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.

Setting up usage tracking with Direct insert set to No

I'm trying to set up OBIEE 10g usage tracking feature and dashboard reports, with Direct Insert equals to No i.e. with flat file.
I have deployed/merged usage RPD and catalog with my existing RPD/catalog and set NQSConfig.ini parameters accordingly (DIRECT_INSERT=NO).
However, I'm the usage tracking reports fail to run due to some ORA error. This is obvious since these reports are being redirected to database (probably these are setup for DIRECT_INSERT=Yes)
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified at OCI call OCIServerAttach. [nQSError: 17014] Could not connect to Oracle database. (HY000)
How can I configure these reports to work with the log file (DIRECT_INSERT=NO).
Thanks.

Oracle report problem

I create a oracle report and I check it and it is working fine but where run it in web I get following error:
REP-1401: 'qr_1refcurds': Fatal PL/SQL error occurred.
Please advise.
Thanks
REP-1401 occurs when trying to DIVIDE by ZERO (0)

Resources