Test-12 is user name and schema name, the problem is not what you said, because:
SQL> CREATE USER "TEST-12" PROFILE "DEFAULT"
2 IDENTIFIED BY "123" DEFAULT TABLESPACE "USERS"
3 ACCOUNT UNLOCK;
User created.
SQL>
The problem is why DBMS_Stat has different behaviour for different schema.




Reply With Quote