SQL*Plus: Release 10.1.0.2.0 - Production on Tue Jul 13 15:08:08 2004
Copyright (c) 1982, 2004, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> SQL> SQL> SQL> drop table benchtest
*
ERROR at line 1:
ORA-00942: table or view does not exist
Elapsed: 00:00:00.61
SQL> SQL> 2 3
Table created.
Elapsed: 00:00:00.74
SQL> SQL> 2 3 4 5 6
PL/SQL procedure successfully completed.
Elapsed: 00:23:44.52
SQL> SQL>
COUNT(*)
----------
500000
Elapsed: 00:00:21.44
SQL> SQL>
500000 rows updated.
Elapsed: 00:31:18.48
SQL>
Commit complete.
Elapsed: 00:00:01.83
SQL> SQL>
500000 rows deleted.
Elapsed: 00:30:28.71
SQL>
Commit complete.
Elapsed: 00:00:01.28
SQL> SQL>
no rows selected
Elapsed: 00:04:25.53
SQL>
no rows selected
Elapsed: 00:00:06.93
SQL>
Table dropped.
Elapsed: 00:01:16.79
SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options