oracle procedure call from siebel

  • Oracle Procedure call through InstantClient 10.1.0.4 (ODBC) hangs the session

    The application has been made by Visual Basic 6.0 sp5, it uses MDAC 2.5. RDBMS version is 9.2, server OS Aix 5.2, client OS XP Professional SP2.In other ways the application is working properly, but when a user tries to start a report which calls a procedure through ODBC the following happens:(1) Th ...

  • Oracle Procedure Call tracing

    I've a client using sqlNet to connect to my DB (8i). This client call a procedure on the db server, I need to trace this procedure callPlease tell me what can I do for that? ...

  • Oracle procedure call and shell script

    When i try to pass a shell variable to a procedure call in a shell script it does not work. But a SQL command ( insert ) has no problem taking the shell variable. Has this something to do with context switch. How to get around this prbokem.`sqlplus <username/password> -silent << EOFset s ...

  • Oracle Procedure call in process

    The following is a procedure call that I make in a process:DECLAREv_paid NUMBER;v_prod NUMBER;v_nonprod NUMBER;v_va NUMBER;v_mtg NUMBER;v_dev NUMBER;v_trn NUMBER;v_brk NUMBER;v_abs NUMBER;v_ex NUMBER;v_tsk NUMBER;v_sys NUMBER;BEGIN-- Now call the stored programvcl_utilfore_goals_proc(:p6_util_id, :p ...

  • Oracle procedure call

    Sorry i am new for shall script.I would like to call 3 oracle procedures,Please can any one help me with UNIX shell script to call procedure .can any one please help me to call procedure one by one, preodure 1 (pam1) call and goes in the back ground, procedure 2(parm2) call and goes in the back grou ...

  • Oracle Procedure call help needed

    I need to check this procedure, but I can't figure out how to call it. I've tryied an anonymous block with a type variable the same as the package, but it says wrong number or type pr arguements. Any help would be appreciated. Here is the package definitions. I'm trying to call the first procedure.C ...

  • Oracle Procedure call

    call p1();Whenever I fire the Procedure it gives me fatal error..two task communication error.but same I fire likeexec p1(); It runs successfully...Can anybody help me.. ...

  • Oracle procedure call from SQL*Plus in Korn Shell Script

    I am trying to excute a procedure from sqlplus, truncate_audit_table. I doesn't execute. If I do it manuallyit executes. I have tried multiple ways, as below. This is inside a Korn Shell scripts that creates the procedureand counts the aud$ table. All that works, but does not truncate the aud$ table ...

  • Oracle Procedure call from VB: Getting PLS-00201: ERROR

    I am trying to call a pl/sql procedure which is defined inside a package thru Visual Basic. I am getting an error message saying that".......Description=ORA-06550:line 11, column 1:PLS-00201:identifier 'LOCALBOARDING.UPDATEMOVEMENTDETAILS' must be declared ORA-06550:line11, column 1: PL/SQL statemen ...

  • Oracle Procedure call

    How can i call a stored procedure ...

  • Oracle Procedure call problem(call from <img> tag in apex)

    Hi, I am trying to call a procedure on a vary specific way. It is test example but it doen't work.Here I have procedure:create or replacePROCEDURE download_my_image(p_file in number) ASbegininsert into tbmytable(id_my_table, text)values (sk_tbmytable.nextval,'Something','Something');end download_my_ ...

  • Oracle Procedure Call

    HiI have a procedure which generates a report in csv format. I need to execute this procedure only on certain days of the month which are the bill run rates. The dates are 1st,4th,8th,12th,16th,20th,24th and 28th. How do achieve this in scheduling in DBMS_JOB or is there another way. ...

  • Oracle Procedure call through DB link

    Can I execute a procedure in a remote DB using a DB link?What are the alternatives.? ...

  • Oracle using the env variable of unix in a procedure call

    how can i use the environment varible of unix in a oracle procedure call ?I am working woth shell scripts and it hold some value into a variable and that varible value I want to pass into a oracle procedure.i'm sending the sample code and please let me know the solution for this as early as possible ...

  • How to call an Oracle Procedure and get a return value in Php

    Has anyone tried calling an Oracle procedure from Php using the ora functions and getting the return value ? I need to use the ora funtions (no oci)because of compatibility and oracle 7.x as the database. The reason why I post this here is because the ora_exec funtion is returning FALSE but the erro ...

  • DB2 java stored procedure call other machine's Oracle database

    Would you please to tell is it possible to write a DB2 java storedprocedure call other machine's Oracle database? ...

  • How to call an Oracle Procedure and get a return value

    Hope that this is the right place to post a question. Has anyone tried calling an Oracle procedure from Php using the ora functions and getting the return value ? I need to use the ora funtions (no oci)because of compatibility and oracle 7.x as the database. I'm trying to get this to work. My code a ...

  • Error connecting to Oracle via .asp: The remote procedure call failed and did not exe

    I'm reposting since nobody helped last time.It's the "The remote procedure call failed and did not execute." error.All information in the connection string is correct, and it sometimes connects, but most of the time it sits there for a few minutes and when you refresh it is gives the above ...

  • DB2 java stored procedure call other machine's Oracle database

    Would you please to tell is it possible to write a DB2 java storedprocedure call other machine's Oracle database? ...

  • Oracle could stored procedure call the external DLL

    could Oracle support stored procedure call the external DLL in winNT ? ...

  • Error trying to connect to Oracle DB: The remote procedure call failed and did not ex

    It's the "The remote procedure call failed and did not execute." error.All information in the connection string is correct, and it sometimes connects, but most of the time it sits there for a few minutes and when you refresh it is gives the above error.I am using an ADODB connection and th ...

  • How to call oracle procedure from Access

    How to call oracle procedure from Access???I will be happy if anybody coul'd help me, because I'm really in trouble...Yours, ...

  • Oracle External procedure call example on Windows

    Oracle experts,I'm trying to run the external procedure call example using an Oracle 10.0.1.2 database running on Windows 2003. (The example is in the 'RDBMS\extproc' subdirectory on my server.) So far I've been unsuccessful getting it to work, always getting an ORA-28575 'unable to open RPC connect ...

  • Oracle Remote Stored Procedure Call Dispatcher WEB WERVICE

    Environment: Windows OS, Oracle 10g, mod_plsqlI am looking for solutions to the following problem:A way to dispatch calls to stored procedures from client to server with a minimal impact on performance. We are looking at two possible solutions:1) Making a call to a Remote Stored Procedure Call Dispa ...

  • Please help to call oracle procedure with out paramter from shell script

    HiI want to call a process with out parameter from shell script. I am calling process in shell script in below wayfunction Process_loads {( echo 'set serveroutput on size 1000000 arraysize 1'echo "set pagesize 0 term on verify off feedback off echo off" echo "BEGIN"echo " dbms_output.put_line('Befor ...

  • to call an oracle procedure and sql loader in an unix script

    please help me in writing an unix script which wull call sql loader and also an oracle procedure..i wrote an script which is as follows.!/bin/shclear#export ORACLE_SID='HOBS2'sqlldr USERID=load/ps94mfo16 CONTROL=test_nica.ctl LOG=test_nica.logretcode=`echo $?`case "$retcode" in0) echo "SQL*Loader ex ...

  • Oracle Error #5 -XMLExporter -Invalid procedure call or argument.

    i tried to migrate from ms access 2002 to oracle 11.1.0.6.i got the following errorError #5 -XMLExporter -Invalid procedure call or argument.please anyone tell about that ...

  • Call Crystal Report from Oracle Procedure

    I have a old crystal report on SQL server. Now I am writing new application in Oracle. I like to call this crystal report from Oracle procedure. Can it be done? If so, how to call the crystal report. I need to send some parameters to run the report. ...

  • Oracle Run-time error '5': Invalid Procedure call or argument

    I am new in oracle and currently I am facing problem while trying to save data from vb frontend.Actually we have a system for doctors in dispensary and when they try to access records for the patients from doctors module they able to do it but when they try to modify records and save it gives an err ...

  • error in a Oracle stored procedure call

    I've used this code to make a store procedure call:$conn = ocilogon("user","pwd", "sid"); $connstring = "BEGIN test(:t_param); END;" ;$stmt = ociparse($conn, $connstring );ocibindbyname($stmt,"t_param",&$param,-1); ociexecute($stmt);ocifreestatem ...

  • how to call oracle procedure from perl

    below is my oracle procedureDECLARETYPE r_cursor IS REF CURSOR;c_emp r_cursor;er PLAN_T%ROWTYPE;BEGINOPEN c_emp FOR SELECT * FROM PLAN_T WHERE ROWNUM < 5;LOOPFETCH c_emp INTO er;EXIT WHEN c_emp%NOTFOUND;dbms_output.put_line(er.OBJ_ID || ' - ' || er.NAME);END LOOP;CLOSE c_emp;END;it prints obj_id ...

  • Oracle external procedure call

    I am do experience.It is about external procedure call.I have write a DLL and a PL/SQL script.This DLL is output two functions:sampleBeep()and sampleDelay().sampleBeep()function is sound.sampleDelay()function is delay some time.MY PL/SQL script as follow:create or replace library samplelib is '\test ...

  • Oracle asynchronous pl/sql procedure call

    Is it possible to make asynchronous procedure call in PL/SQL?Motivation: I have file upload through PL/SQL Gateway and time consuming processing of the file afterwards. The browser hangs. I prefer to return feedback immediately that the process has started and refresh the page every 5 seconds to tra ...

  • Oracle diff char in variable and procedure call

    I understand the difference between Char en Varchar. What I don't understand is the different behaviour of Char when assigning a plain variable and when assigning a procedure call variable. I've created this sample code:declare v char; procedure t (i char) as begin if i = ' ' then dbms_output.put_li ...

  • Oracle External Procedure Call: Temporary Blob Array out.

    I am having difficulty getting out an array of blob from the external procedure call interface. I am trying to create an array of blob initialized with temporary blobs. I was successfully able to create single blob parameter out but no success with the array type. I am including the code for PLSQL w ...

  • Oracle External Procedure Call: Temporary Blob Array out.

    Hello, I am having difficulty getting out an array of blob from the external procedure call interface. I am trying to create an array of blob initialized with temporary blobs. I was successfully able to create single blob parameter out but no success with the array type. I am including the code for ...

  • Oracle Stored procedure call Stored procedure return error

    I have a stored procedure call other two stored procedures to return a result set but it return ORA-06504 - PL/SQL: Return types or Result Set variables or query do not match'CREATE OR REPLACEPROCEDURE GET_A_LIST_BY_A_ID (aId varchar2,aList OUT SYS_REFCURSOR) ASmyFootprint sdo_geometry; BEGINGET_FOO ...

  • Oracle asynchronous procedure call (disconnect with browser)

    I have a situation where I am sending about 10000 emails using APEX_MAIL utility. Issue I am having is that when I click the send button, emails start to go out but the browser hangs for an hour. Our users are not happy with the browser hanging.Emails are being sent through a procedure call. Is thei ...

  • Oracle silent procedure call

    Is it possible to let PL/SQL execute a silent procedure call, so that the main program won't wait for the procedure to finish, but just starts it up? ...

  • Oracle PL/SQL: how to execute host-/system command without ext. procedure call

    I would like to execute a systemcall out of a PL/SQL-package (e.g. execute a shell script). Seems like that this is just possible with a external procedure call.Are there any other solutions available?RgdsJH ...

  • Oracle Obtain Query Plan From Stored Procedure Call

    I am in the process of trying to determine why a query launched from within a stored procedure runs extremely slow while the same query runs in seconds when removed out of the stored procedure. I've posted a similar question in the General Datbase section, so to ensure that I'm not doing multiple po ...

  • Oracle how to get return value from procedure call in APEX

    Hi. I am developing an app that reads records from a csv file and write them to a table. This is done through a procedure call from a button click. here is the procedure call:htmldb_tools.parse_file(:P1_FILENAME,'P1_COLLECTION','P1_HEADINGS','P1_COLUMNS','P1_DDL',:P1_TABLENAME,:P1_NUMBER);Now I have ...

  • Oracle Procedure

    I wnat to call Oracle Procedure from php.Please helpSaif...http://systemprg.hypermart.net ...

  • A Database Trigger Calling an Oracle Procedure which in turn calls a Java function

    I am having an error in A Database Trigger Calling an Oracle Procedure which in turn calls a Java function.....any body can help.JAVA FUNCTION:import java.sql.*;import java.io.*;public class Insert{public String putsData(String szApplData)throws SQLException{{System.out.println("Entering the fu ...

  • Procedure call in update statement

    I am trying to use a procedure call in an update query, But it is not working. The main procedure is not getting compiled. I am on oracle 9i.The statement is UPDATE --+INDEX(BPT_TO_DLM BPT_TO_DLM_INDEX)bpt_to_dlmSET rmt_trml_ind = NULL,rmt_trml_avail_ind = NULL,rmt_trml_clli_cd = NULL,dlc_type = spG ...

  • Error on IDM Desktop "Invalid procedure call or argument"

    we use IDM Desktop 4.0.2 to connect to a CS 5.5 on Oracle (9.2). Since moving to 4.0.2 (from IDM 3.3) we encounter errors in Office Integration "Invalid procedure call or argument" (Office 2007 on Win XP SP3). We cannot say when or how this happens. Sometime a user does not get it at all, then again ...

  • A Database Trigger Calling an Oracle Procedure which in turn calls a Java function

    A Database Trigger Calling an Oracle Procedure which in turn calls a Java function Hi, I am having an error in A Database Trigger Calling an Oracle Procedure which in turn calls a Java function.....any body can help. JAVA FUNCTION: import java.sql.*; import java.io.*; public class Insert{ public Str ...

  • Calling Oracle Procedure in VB

    How could I get the result from Oracle procedure returning OBJECT type in Visual Basic?Here's the detail:I wrote a procedure in Oracle which will get an OBJECT type as output parameter as follow:Oracle Procedure--------------------CREATE TYPE employee_obj AS OBJECT(EMPLOYEE_ID VARCHAR2(10),DEPT VARC ...

  • oracle procedure with "OUT" parameter

    how can i call oracle procedure with OUT parameteri want to get the out parameter from procedure what is the syntex to call the procedure for OUT parametr ...

  • two solutions to getting REF CURSOR from Oracle procedure in VB6

    two solutions to getting REF CURSOR from Oracle procedure in VB6 Once time, the problem really got me, and it took me a couple of days to figure out, here around share you my two penniesGenerally speaking Three methods connects to Oracle DB, which are:(1)Microsoft ODBC driver for Oracle: conn.Open " ...