You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database Exception – yii\db\Exception
ORA-00942: table or view does not exist
The SQL being executed was: SELECT
USERNAME
FROM DBA_USERS U
WHERE
EXISTS (SELECT 1 FROM DBA_OBJECTS O WHERE O.OWNER = U.USERNAME)
AND DEFAULT_TABLESPACE NOT IN ('SYSTEM','SYSAUX')
↵
Caused by: PDOException
ORA-00942: table or view does not exist
WHERE O.OWNER = U.USERNAME this instruction not needed to oracle
The text was updated successfully, but these errors were encountered:
Database Exception – yii\db\Exception
ORA-00942: table or view does not exist
The SQL being executed was: SELECT
USERNAME
FROM DBA_USERS U
WHERE
EXISTS (SELECT 1 FROM DBA_OBJECTS O WHERE O.OWNER = U.USERNAME)
AND DEFAULT_TABLESPACE NOT IN ('SYSTEM','SYSAUX')
↵
Caused by: PDOException
ORA-00942: table or view does not exist
WHERE O.OWNER = U.USERNAME this instruction not needed to oracle
The text was updated successfully, but these errors were encountered: