Hi,
I have given a "select *" statement for a view. It gives all the values for the "where" condition mentioned. But when I give "select column_name " for the same "where" condition, I am getting an error.
e.g.
if I give "select * from SERVC_MGR_REPT_ V_CELL where EMPLOYEES_NAME= 'Ma, Stephen';", I am getting all the values.
But if I give "select MANAGERS_NAME from SERVC_MGR_REPT_ V_CELL where EMPLOYEES_NAME= 'Ma, Stephen';", it gives an error. The error message is "ORA-00600: internal error code, arguments: []......"
Just for information "SERVC_MGR_REPT _V_CELL" is a view.
can anyone please help me out in this issue?
Thanks,
Flora
I have given a "select *" statement for a view. It gives all the values for the "where" condition mentioned. But when I give "select column_name " for the same "where" condition, I am getting an error.
e.g.
if I give "select * from SERVC_MGR_REPT_ V_CELL where EMPLOYEES_NAME= 'Ma, Stephen';", I am getting all the values.
But if I give "select MANAGERS_NAME from SERVC_MGR_REPT_ V_CELL where EMPLOYEES_NAME= 'Ma, Stephen';", it gives an error. The error message is "ORA-00600: internal error code, arguments: []......"
Just for information "SERVC_MGR_REPT _V_CELL" is a view.
can anyone please help me out in this issue?
Thanks,
Flora
Comment