when i type "select * from global_names" it errors..
I used to use it a lot before and suddenly off late i dont use that command..
can anyone tell the exact name or select statement..
Thx..
Printable View
when i type "select * from global_names" it errors..
I used to use it a lot before and suddenly off late i dont use that command..
can anyone tell the exact name or select statement..
Thx..
the table name is "global_name", not "global_names"...
what is the error you're getting, and what oracle version & platform?
That's all I needed and thanks..
select * from global_name.
Thx