| delete table works in Toad, but not in SQL*Plus on UNIX [message #533100] |
Mon, 28 November 2011 05:06  |
oranooob
Messages: 84 Registered: May 2009
|
Member |
|
|
Hi
When I delete a table in Toad it takes only a one or two secons until I receive success message.

But with SQL*Plus on UNIX I canceled the operation after 5 minutes:
$ sqlplus tmo323/IXQMISX8ttr@PROD
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Nov 28 11:54:22 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> delete table_5
2 ;
^Cdelete table_5
*
ERROR at line 1:
ORA-01013: user requested cancel of current operation
exact the same SQL statement.
|
|
|
|
|
|
|
|