I am creating a new database through a new sql file. I am using Oracle SQL Developer and registered as sysdba.
I would like to know if SQL developer supports or has equivalent command for
connect scott/tiger;
Thanks in advance.
Edit
I am trying to create a foreign key in a schema. A table that references the table of Schema B.
Error shown
[Err] ORA-00942: table or view does not exist
So I want to log in as “Schema B”, grant all permissions to the SYS user, log in again as sys and create a relationship.
I hope I am clearer this time.
source
share