Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> How this is possible?
Hi all,
Please, tell me how this is possible - and no, no open transactions or other activity on database side, no public synonyms etc...
Kalle
Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit
Production
JServer Release 9.2.0.4.0 - Production
Export done in UTF8 character set and AL16UTF16 NCHAR character set
About to export specified tables via Conventional Path ...
. . exporting table GRAVITY 20506 rows exportedExport terminated successfully without warnings. /usr/aplprod/oraprod > sqlplus /nolog
SQL*Plus: Release 9.2.0.4.0 - Production on Tue Mar 1 13:25:18 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> connect / as sysdba
Connected.
SQL> select count(*) from test.gravity;
COUNT(*)
20503 Received on Wed Mar 02 2005 - 01:11:52 CST