1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
c:\sqlplus mni/mni
SQL*Plus: Release 11.2.0.1.0 Production on Lun. Juin 2 17:06:53 2014
Copyright (c) 1982, 2010, Oracle. All rights reserved.
ConnectÚ Ó :
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> desc toto
ERROR:
ORA-04043: objet toto inexistant
SQL> exit
DÚconnectÚ de Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
c:\set NLS_LANG=ITALIAN_ITALY.WE8ISO8859P1
c:\sqlplus mni/mni
SQL*Plus: Release 11.2.0.1.0 Production on Lun Giu 2 17:07:29 2014
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> desc toto
ERROR:
ORA-04043: l'oggetto toto non esiste
SQL> |
Partager