Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with oracle database #130

Open
dyar74 opened this issue Nov 8, 2017 · 0 comments
Open

Error with oracle database #130

dyar74 opened this issue Nov 8, 2017 · 0 comments

Comments

@dyar74
Copy link

dyar74 commented Nov 8, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant