A voir également:
- [Oracle] problème de contraintes/Sql*Loader
- Windows loader - Télécharger - Gestion de fichiers
- Logiciel sql - Télécharger - Bases de données
- Identificateur non valide oracle ✓ - Forum Bases de données
- Requête sql pix - Forum Python
- Violation de contrainte unique oracle - Forum Programmation
1 réponse
Ok dsl jeviens de trouver,
En fait j'avais pas fait attention mais en mettant INTO TABLE TYPE_D_ABS
(
TYPE CONSTANT '1',
LIBELLE_ABS CONSTANT 'Maladie'
)
INTO TABLE TYPE_D_ABS
(
TYPE CONSTANT '2',
LIBELLE_ABS CONSTANT 'Maternité'
)
INTO TABLE TYPE_D_ABS
(
TYPE CONSTANT '3',
LIBELLE_ABS CONSTANT 'Accident'
)
INTO TABLE TYPE_D_ABS
(
TYPE CONSTANT '4',
LIBELLE_ABS CONSTANT 'Enfant malade'
)
dans mon fichier de controle, je le chargais autant de fois qu'il y avait de ligne ;)
En fait j'avais pas fait attention mais en mettant INTO TABLE TYPE_D_ABS
(
TYPE CONSTANT '1',
LIBELLE_ABS CONSTANT 'Maladie'
)
INTO TABLE TYPE_D_ABS
(
TYPE CONSTANT '2',
LIBELLE_ABS CONSTANT 'Maternité'
)
INTO TABLE TYPE_D_ABS
(
TYPE CONSTANT '3',
LIBELLE_ABS CONSTANT 'Accident'
)
INTO TABLE TYPE_D_ABS
(
TYPE CONSTANT '4',
LIBELLE_ABS CONSTANT 'Enfant malade'
)
dans mon fichier de controle, je le chargais autant de fois qu'il y avait de ligne ;)