Maxim
2021-03-18 19:43:38 UTC
I can't reproduce your issue:
SQL> connect schemaname/schemaname
Connected.
SQL> select banner from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
SQL> CREATE VIEW TEST_VW AS SELECT * FROM schemaname.TEST;
View created.
I would probably enable 10046 to see, what happens.
Regards
Maxim
SQL> connect schemaname/schemaname
Connected.
SQL> select banner from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
SQL> CREATE VIEW TEST_VW AS SELECT * FROM schemaname.TEST;
View created.
I would probably enable 10046 to see, what happens.
Regards
Maxim
Hello all,
connect schemaname
CREATE VIEW TEST_VW AS SELECT * FROM schemaname.TEST;
will result in
ORA-02000: missing VIEW keyword
Removing the hard coded schema name removes the issue. I have
long had a policy of no hard coded schema names so this did not
affect us much, however, this seems a rather large change.
Or am I missing something, a configuration setting, documentation?
That is usually the case.
TIA
Dave
--
Dave Morgan
Senior Consultant, 1001111 Alberta Limited
403 399 2442
--
http://www.freelists.org/webpage/oracle-l
connect schemaname
CREATE VIEW TEST_VW AS SELECT * FROM schemaname.TEST;
will result in
ORA-02000: missing VIEW keyword
Removing the hard coded schema name removes the issue. I have
long had a policy of no hard coded schema names so this did not
affect us much, however, this seems a rather large change.
Or am I missing something, a configuration setting, documentation?
That is usually the case.
TIA
Dave
--
Dave Morgan
Senior Consultant, 1001111 Alberta Limited
403 399 2442
--
http://www.freelists.org/webpage/oracle-l