Hello everyone,
Hope everyone is doing well!
I created a table, PARTS, using sqlplus. And it's fine in the sqlplus session.
But when I went into SQL Developer and ran :
select * from PARTS;
I got the following error message :
ORA-00942: table or view does not exist
I also tried:
select * from SYSTEM.PARTS;
And I got the same error message.
I've already made sure that I logged in to the same database and user name
in both sessions.
Could someone please help?
Thank you so much,
cmh