baloo Member² Mar 9, 2004 #1 I have command for example see below. EXECUTE IMMEDIATE 'DROP table aa' ; EXECUTE IMMEDIATE 'DROP table aa' ; in second case text is not correctly higlihgted. can you help me? Baloo
I have command for example see below. EXECUTE IMMEDIATE 'DROP table aa' ; EXECUTE IMMEDIATE 'DROP table aa' ; in second case text is not correctly higlihgted. can you help me? Baloo
E Erik-Berndt Scheper Member² Mar 12, 2004 #1 If it's a known problem, then why aren't they included in the PL/SQL Developer release 5.1.5?
Marco Kalter Administrator Staff member Mar 12, 2004 #1 It is by design, so that the all PL/SQL code does not immediately change between string and code as you are typing quotes. We are reconsidering this for 6.0 though.
It is by design, so that the all PL/SQL code does not immediately change between string and code as you are typing quotes. We are reconsidering this for 6.0 though.