Connected to Pluggable Database - Cannot See Any Tables - SQL*PLUS

391 Views Asked by At

I am using sqlplus to connect to a pluggable database that is running on my localhost. However, when I connect I cannot see any of the tables from the major schemas.

Does anyone know how to trouble shoot this type of problem? When I connect using PL/SQL Developer however I am able to see the tables. I am connecting to the pluggable database using sql*plus like so: sqlplus localhost:1521/services.domain as sysdba

When I try to select a table I see an error that the table or view does not exist. When I connect with PL/SQL developer like so, shown below in Figure 1, I do not have the problem of not being able to select any tables.

enter image description here

Figure 1: Logging into PL/SQL Developer

0

There are 0 best solutions below