and (Burger)
order by decode(owner, user, 0, 1),
owner,
object_name
I dont know, why is here this condition.
Where is the place for delete this condition?
ORA-00920: invalid relational operator
At line 6, position 1
select object_name, owner object_owner, status, object_type, created, last_ddl_time
from sys.all_objects o
where object_type = :object_type
:extra_condition
and (B
My configuration
PL/SQL Developer
Version 7.1.4.1388
04.46063 - 5 user license
Windows XP Professional 5.1 Build 2600 (Service Pack 3)
User configuration
PL/SQL Developer
Version 6.0.4.906 (MBCS)
01.24959 - 1 user license
Windows XP version 6,0 (build 2600) Service Pack 3
Is...
There was my debug.txt
At users computer this file wasn't created.
I think, but problem is in users right for network and servers. Is this possible?
The ORA error is with opening list Views or Tables. User with this Views and Tables can work, make select and next operation.
But not open list.
On my computer work all OK. I have debug.txt file.
I am in admin group in network.
On users computer not generated debug file.
When I change right from users to administrator (on computer), is all the same.
Any Tables, any Views to display, but all Tables and all Views to work and select formulas.
We have version 7.1.4.1388 PL/SQL Developer and Oracle 11.
One user from five not open list View and list Table.
Developer report ORA00920:invalid relation operator.
How make repair?