Working with Oracle PL/SQL files
Posted: Mon Jul 28, 2003 8:25 pm
Hi,
I'm a new textpad user. It's a great tool but since we work much with oracle 9.2 here, I need to know if I can make it work easily with it before choosing it as my sql editor ( I hate sqlplus worksheet ... )
I saw some topics on how to got sqlplus 3.3 to work with textpad ... but I can't find the DOS version of sqlplus
select sysdate from dual;
exit;
If someone could tell me some tips to make it work even better with oracle I'd be grateful.
Thx
I'm a new textpad user. It's a great tool but since we work much with oracle 9.2 here, I need to know if I can make it work easily with it before choosing it as my sql editor ( I hate sqlplus worksheet ... )
I saw some topics on how to got sqlplus 3.3 to work with textpad ... but I can't find the DOS version of sqlplus
select sysdate from dual;
exit;
Code: Select all
SQL*Plus: Release 9.2.0.1.0 - Production on Mon Jul 28 16:19:38 2003
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Release 9.2.0.1.0 - Production
JServer Release 9.2.0.1.0 - Production
SYSDATE
---------
28-JUL-03
Disconnected from Oracle9i Release 9.2.0.1.0 - Production
JServer Release 9.2.0.1.0 - Production
Bonne exécution du processus
Thx