1 2 3 4
|
Le script a débuté, le fichier est trace.txt
select count(1) into v_count from dba_users where username = UPPER (MYLOGIN); ERROR at line 4: ORA-06550: line 4, column 71: PL/SQL: ORA-00904: "MYLOGIN": invalid identifier ORA-06550: line 4, column 3: PL/SQL: SQL Statement ignored ORA-06550: line 7, column 25: PLS-00201: identifier 'EXIST' must be declared ORA-06550: line 7, column 3: PL/SQL: Statement ignored ORA-06550: line 9, column 25: PLS-00201: identifier 'USER_NOT_EXIST' must be declared ORA-06550: line 9, column 3: PL/SQL: Statement ignored
Script complélé, le fichier est trace.txt |
Partager