Hello, I have an oracle instance named CORPOR.
I need to get a listing of all schemas, the tables underneath it and their columns as a listing. Can you please help me generate a SQL for this?
I deally it should be like
Schema Table Column
TEST USER FirstName
Test USER LastName
Thanks.