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)
Related
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.
Merge statement with Db link is working fine normally .
The same merge when written inside the procedure is also working fine.
But, when I have scheduled the job for the same procedure, it is throwing error.
Tool used: Oracle SQL Developer
ORA-12154: TNS:could not resolve the connect identifier specified--ORA-06512:
Please help in identifying the issue.
I've been trying to create an SSIS project to read from an Oracle 11.x database to an SQL Server database.
When I set this up in Visual Studio 10 Shell, I do not receive any logs . It gives me a successful message but nothing happens.
I tried to connect to an Oracle 12c database and the same happened.
I tried to get data from an Oracle 11.x project and dump it into an excel file. I also tried to get data from an Oracle 11.x table and dump it into a new Oracle 11.x table (in the same database) and in both cases I got the following error:
> TITLE: Microsoft Visual Studio
Failed to start project
------------------------------ ADDITIONAL INFORMATION:
Exception deserializing the package "The package failed to load due to
error 0xC0011008 "Error loading from XML. No further detailed error
information can be specified for this problem because no Events object
was passed where detailed error information can be stored.". This
occurs when CPackage::LoadFromXML fails. ".
(Microsoft.DataTransformationServices.VsIntegration)
The package failed to load due to error 0xC0011008 "Error loading from
XML. No further detailed error information can be specified for this
problem because no Events object was passed where detailed error
information can be stored.". This occurs when CPackage::LoadFromXML
fails. (Package)
------------------------------ BUTTONS:
OK
Can anyone help me please?
Thank you
You haven't posted how you are trying to get data from oracle exactly so can say much about the error. I can only give my solution in 2008 r2:
create an oracle linked server in your sql server and then use an open query in the SSIS package to pull anything you need
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.
Am new to W2 CEP and trying to run the samples given in the Wso2 CEP documentation. I was actually following the getting started guide and almost through with all the steps without any issues. But stuck with the last but one step while creating a personalized dash board.
Am using Oracle database as my datasource and I was able to refer the datasource created in CEP while creating the dashboard and the connection is validated successfully. But when I enter my sql "select * from delivered_orders" and upon running it gives me an error of "You have an error in your SQL syntax". In the console I can see a corresponding ORA error "java.sql.SQLException: ORA-00933: SQL command not properly ended"
The sql statement as you have seen is a very basic statement to have any syntax errors. Am not sure whats wrong with my setup, any help regarding this would be great.
I have read couple of other titles from stack overflow on this which suggest I should not use composite primary keys which was bug with WSO2 CEP. I tried that but still no good.
Additional Details : 0ct 3'rd
I tried the same sample with MySql and it works like a charm. And thanks for Colinr for the ticket, I see the documentation updated. But still I have issues while connecting with Oracle.
Your command may be missing a terminator ';'
If that solves your issue, I'll try to get the document updated.