JaedenRuiner
Member
Can PL/SQL Developer to SQL Plus commands?
Alot of my coworkers use SQL plus through a CRT terminal, and thus they use some differing commands, but all of those commands are accepted by SQL plus and Oracle.
example:
the accept line is kicked out as an invalid SQL statement.
Can't i set up PLSql Developer to recognize SQL Plus commands or something?
Thanks
Jaeden "Sifo Dyas" al'Raec Ruiner
Alot of my coworkers use SQL plus through a CRT terminal, and thus they use some differing commands, but all of those commands are accepted by SQL plus and Oracle.
example:
Code:
accept MyVar char prompt 'Enter Value';
select from mytable where mytable.column1 = &MyVar;
Can't i set up PLSql Developer to recognize SQL Plus commands or something?
Thanks
Jaeden "Sifo Dyas" al'Raec Ruiner