yii2-enhanced-gii icon indicating copy to clipboard operation
yii2-enhanced-gii copied to clipboard

Error with oracle database

Open dyar74 opened this issue 7 years ago • 0 comments

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

dyar74 avatar Nov 08 '17 08:11 dyar74