[SHELL] extraction valeur de commande SQL

extraction valeur de commande SQL [SHELL] - Shell/Batch - Programmation

Marsh Posté le 07-03-2007 à 15:13:07    

Bonjour,
 
comment extraire les valeurs de ma commande SQL dans une variable.
La commande sql donnant le résultat suivant:
 
Sun Microsystems Inc. SunOS 5.8 Generic Patch October 2001 SQL*Plus: Release 9.2.0.4.0 - Production on Me Mar 7 13:43:31 2007 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. Connecté à : Oracle9i E
nterprise Edition Release 9.2.0.4.0 - Production With the Partitioning, OLAP and Oracle Data Mining optionsJServer Release 9.2.0.4.0 - Production SQL> COUNT(*) ---------- 0 SQL> COUNT(*) ---------- 0 SQL> COUNT(*) -
--------- 0 SQL> COUNT(*) ---------- 0 SQL> Déconnecté de Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.4.0 - Production
 
 
ou
 
Sun Microsystems Inc.   SunOS 5.8       Generic Patch   October 2001
 
SQL*Plus: Release 9.2.0.4.0 - Production on Me Mar 7 15:14:45 2007
 
Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
 
 
Connecté à :
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
 
SQL>
  COUNT(*)
----------
        0
 
SQL>
  COUNT(*)
----------
         0
 
SQL>
  COUNT(*)
----------
         0
 
SQL>
  COUNT(*)
----------
         0
 
SQL> Déconnecté de Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
 
 
Merci de votre aide


Message édité par bob737 le 07-03-2007 à 15:15:26
Reply

Marsh Posté le 07-03-2007 à 15:13:07   

Reply

Marsh Posté le 07-03-2007 à 15:32:21    

rediriger al sortie de sqlplus dans un fichier et lire le fichier obtenu?


---------------
Can't buy what I want because it's free -
Reply

Marsh Posté le 07-03-2007 à 15:40:59    

le résultat ci-dessus est le fichier de sortie. Mais je souhaite ne récupérer que les valeurs  (0 dans mon cas présent) dans une variable.
 
Merci

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed