|
我的这个正常么,这么多!
[PHP]sql
SQL> select count(*) from x$ksmsp;
COUNT(*)
----------
53668
SQL> select count(*) from dba_objects;
COUNT(*)
----------
34054
SQL> select count(*) from x$ksmsp;
COUNT(*)
----------
53684
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
PL/SQL Release 9.2.0.1.0 - Production
CORE 9.2.0.1.0 Production
TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
NLSRTL Version 9.2.0.1.0 - Production
SQL>
[/PHP] |
|