Home » Developer & Programmer » Forms » unhandled exception ora-306500
unhandled exception ora-306500 [message #186492] Tue, 08 August 2006 03:14 Go to next message
haitham
Messages: 60
Registered: February 2006
Member
i wrote the following code:

declare
connection_id EXEC_SQL.CONNTYPE;
cursorID EXEC_SQL.CURSTYPE;
sqlstr VARCHAR2(1000);
begin

connection_id := EXEC_SQL.OPEN_CONNECTION('abc/abc@oracle');
cursorID := EXEC_SQL.OPEN_CURSOR(connection_id);
sqlstr := 'CREATE USER '||:USERID ||' IDENTIFIED BY '||:PASS;
EXEC_SQL.PARSE(connection_id, cursorID, sqlstr, exec_sql.V7);


on debug mode at the last statement
,unhandled exception is raised ora-306500. so why this happens ??
plz reply ..
thanx
Re: unhandled exception ora-306500 [message #186688 is a reply to message #186492] Wed, 09 August 2006 01:54 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Search this SITE using the 'Site Search' facility for 'ora-306500' and you will find http://www.orafaq.com/forum/t/32615/2/

David
Previous Topic: How to invoke Sqlloader thru Forms 6i
Next Topic: Template Paths and FRM-18108
Goto Forum:
  


Current Time: Fri Sep 20 09:40:01 CDT 2024