1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
C:\>sqlplus ubxadmin/ubxadmin@ubixjfc
SQL*Plus: Release 10.2.0.4.0 - Production on Ven. Sept. 4 18:00:38 2009
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Erreur lors de l'accÞs Ó PRODUCT_USER_PROFILE
Avertissement : Informations du profil utilisateur du produit non chargÚes !
Vous devrez peut-Ûtre exÚcuter PUPBLD.SQL en SYSTEM
ConnectÚ Ó :
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> select count(1) from audlib;
COUNT(1)
----------
476 |