Re: g

From: zafri1936 <zafri1936_at_hotmail.com>
Date: 9 Feb 2006 00:36:31 -0800
Message-ID: <1139474191.405544.166400_at_g43g2000cwa.googlegroups.com>


Hi.

[Quoted] I am not an Oracle expert but as far as I concerned the SQL code which I am using did not give the error during the form execution. But when forms 6i's Plus80.exe internally try to connect to Oracle Database 10G the error comes.

Regarding my sql code it something like this which I write in when button Press trigger

declare

        dummy varchar2(40);

         begin

 select table_name into ..............................................

 	  if dummy = 'PLAN_TABLE'  then
 	  output2:='rman target/ nocatalog _at_C:\EXPLAIN_PLUS\MISC\TRUNC2.txt '
;

    Host(output2,no_screen);           

          end if;  

  	...............................


zafri Received on Thu Feb 09 2006 - 09:36:31 CET

Original text of this message