Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> dbms_sql.parse fails my string
stmnt := 'select table_name from dba_tables where owner = (''STARGATE'');';
cur := dbms_sql.open_cursor;
dbms_sql.parse(cur, stmnt, dbms_sql.v7);
If I remove the where clause, she works. if I put_line the stmnt, and paste it to a sql prompt, she works. it seems that the '' causes the parser a problem.
who sees the problem?
not me.
-Aaron
-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
Received on Wed Jul 01 1998 - 20:29:43 CDT
![]() |
![]() |