Recent IT Questions

1 - 13 of 13
<<PREVIOUS 1 NEXT>>

Oracle SP syntax issues

We have a linked server from SQL to Oracle and successfully ran Oracle stored procedures from SQL to insert data. I am attempting to run a different SP that returns data but can't seem to get the syntax correct. My call includes a couple of date fields as parameters and a cursor is returned. Are...

Answer Question   |  Jun 5 2009  2:42 PM GMT
SQL Server, Oracle, Oracle stored procedures
asked by SQL Server Ask the Experts

  2420 pts.

Executing Oracle stored procedure from SQL server

Using a linked server I can't seem to execute an Oracle SP from SQL. The Oracle SP requires 5 parameters and returns a cursor to a record set. The error I get suggests a syntax issue. OLE DB provider "MSDAORA" for linked server "PASSRPT" returned message "Syntax error in {resultset...} ODBC...

Answer Question   |  Jun 3 2009  7:42 PM GMT
Oracle, Oracle stored procedures, SQL Server
asked by Fishman1

  5 pts.

Packet Write Failure error in Oracle 8.1.5

I am using Oracle 8.1.5 with MS Dot NET 2005 on Windows XP with service pack 2. When I am sending data through a stored procedure, it is giving the error of "TNS:12571 : packet write failure" but it’s adding record in table, but truncated data in some columns and no data in the rest of the...

asked by BrentSheets

  6535 pts.

Oracle stored procedure error with PL/SQL

We wrote a stored procedure, where we are passing input as VARCHAR2. And passing 73 characters string as input. Till here its fine. After giving few extra characters above this, it’s giving the error: ORA-06502: PL/SQL: numeric or value error ORA-06512: at "stored procedure name", line 114...

asked by BrentSheets

  6535 pts.

How To execute procedure

I have procedure iven below Output of the procedure below is multiple rows but i am getting only 1st row how to use concept of SYS_REFCURSOR over here CREATE OR REPLACE procedure Vishal_PROC_sp1 (kpiid in number, val1 out varchar2, val2 OUT Number) as cursor c1 is select...

View Answer   |  Apr 15 2009  7:25 PM GMT
Oracle SQL, Oracle stored procedures, SYS_REFCURSOR
asked by Hanrahul

  85 pts.

Delphi and Oracle stored procedures

I'm converting an application from Delphi3 to Delphi5. I have some doubts about Stored procedures. Delphi calling stored procedures in oracle.some parameters value are set as input and passed to oracle. stored procedure in oracle returns some value. in my delphicode when the application reaches...

asked by VPL

  95 pts.

Calling an Oracle stored procedure in SQL Server

I need to call an Oracle stored procedure from SQL Server. The stored procedure is written in ANSI SQL. ORCL is my linked server. I am calling ORCL.USER.PROCEDURE P1, P2, P3 and I am getting this error: Could not execute procedure 'PROCEDURE_NAME' on remote server 'ORCL'. [OLE/DB provider...

asked by SQL Server Ask the Experts

  2420 pts.

stored procedure in delphi with oracle

how to match the datatype of the field that is in database and the datatype of the variable that holds the value of the returned value from database using stored procedure.

View Answer   |  Dec 22 2008  1:50 PM GMT
Oracle, Delphi, Oracle stored procedures
asked by VPL

  95 pts.

ALTER INDEX statement

'ALTER INDEX ' || C_Indices.INDEX_NAME ||' REBUILD '; 'ALTER INDEX ' || C_Indices.INDEX_NAME || ' REBUILD ONLINE COMPUTE STATISTICS'; In my stored procedure , i am reconstructing or you can say re-building the tables and table name is the input parameter to the procedure. In middle of the code ,...

View Answer   |  Dec 16 2008  12:54 AM GMT
Oracle development, Oracle SQL, Oracle stored procedures
asked by Shaksing

  5 pts.

VB6 Oracle 10 Stored procedures with parameters

I have a vb6 - RDO code that works ok with Oracle8, recently there was an upgrade to Oracle 10g enterprise. Now I get the error 40041 -> Object Collection: Couldn't find item indicated by text. 1110 lstrSQL = "{call Pyramid.Load_Tables(?, ?, 0)}" 1120 Set lrdoQ =...

asked by Hermes68

  35 pts.

Call Oracle Store Procedure from Reporting services

Can u please tell me how to call a oracle stored procedure that accepts 2 in parms and returns a Ref cursor as out parameter exmple: CREATE OR REPLACE PROCEDURE GetReportData ( Id1 IN NUMBER, Id2 IN NUMBER, resultSet OUT sys_refcursor )

View Answer   |  Sep 30 2008  2:56 PM GMT
Oracle stored procedures, REF CURSOR, Oracle reporting
asked by PramodSR

  35 pts.

Calling a SQL Server 05 Stored Procedure from Oracle

Is it possible to call a SQL Server 2005 stored procedure from Oracle? If the sp is called get_item_desc and has one input parameter (item_id), what might this call look like? Any help most appreciated!

Answer Question   |  Aug 19 2008  7:20 AM GMT
Oracle, Oracle stored procedures, Stored Procedures
asked by Nikkipom79

  5 pts.

Using Oracle 10g Stored proc in SSRS 2005

I'm trying to create a dataset from an oracle stored proc.The stored proc takes in parameters and generate multiple rows through a OUT ref cursor. BUT when I create a dataset and run it I get ONLY one single row. My reports need to show data for multiple persons(multiple rows).Some times when I run...

View Answer   |  May 27 2008  1:08 AM GMT
Oracle stored procedures, Stored Procedures, Oracle 10g
asked by Ala10ala

  15 pts.

1 - 13 of 13
<<PREVIOUS 1 NEXT>>