Home » SQL & PL/SQL » SQL & PL/SQL » ORA-01008: not all variables bound
ORA-01008: not all variables bound [message #78] Fri, 11 January 2002 02:24 Go to next message
Fred
Messages: 34
Registered: August 1999
Member
Hi;
I´m trying to execute a procedure, but I keep getting this error msg: ORA-01008: not all variables bound.
I checked but I see all variables well declared; what can I be missing?
Thx,
F.-
Re: ORA-01008: not all variables bound [message #80 is a reply to message #78] Fri, 11 January 2002 03:52 Go to previous messageGo to next message
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
Hi,

are u using bind varable.

are you using DBMS_SQL or EXECUTE_IMMEDIATE?

can u give an example.

cheers
pratap
Re: ORA-01008: not all variables bound [message #87 is a reply to message #78] Fri, 11 January 2002 10:23 Go to previous messageGo to next message
Fred
Messages: 34
Registered: August 1999
Member
thx pratap.
Re: ORA-01008: not all variables bound [message #1070 is a reply to message #78] Wed, 27 March 2002 02:33 Go to previous messageGo to next message
Barathi
Messages: 2
Registered: November 2001
Junior Member
I am coming across the error 'ORA-01008' while eecuting the below Query. The variable used here is "p_indate" and GLDB is the DB Link name.

INSERT INTO ref_cur_rates@GLDB
(curr_date,
source_currency,
destination_currency,
rates,
units,
status,
last_update_date)
SELECT curr_date,
source_currency,
destination_currency,
(1/POWER(10,units)) * conversion_rate,
units,
1,
p_indate
FROM L_REF_CURR_CONV_DTL
WHERE record_to_date = p_indate;
Re: ORA-01008: not all variables bound [message #2747 is a reply to message #78] Fri, 09 August 2002 12:18 Go to previous message
rachna
Messages: 4
Registered: November 2000
Junior Member
Did you find a solution for the probelm ?
I have the exact same situation. Please share the fix
Previous Topic: Setting variables
Next Topic: Number of days in a year
Goto Forum:
  


Current Time: Thu Apr 25 23:44:56 CDT 2024