renameSD2.txt
10-20-2001 Bikle
------------------
A simple screen dump showing command:
RENAME EMPTY_P_EVENT TO EVENT;
The resulting screen dump is displayed below:
testbikle01-oracle-% sqg
SQL*Plus: Release 8.1.6.0.0 - Production on Sat Oct 20 21:30:00 2001
(c) Copyright 1999 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production
With the Partitioning option
JServer Release 8.1.6.0.0 - Production
21:30:00 SQL> RENAME EVENT TO EVENTBIG;
Table renamed.
21:30:19 SQL> RENAME EMPTY_P_EVENT TO EVENT;
Table renamed.
21:30:28 SQL>
|