I am designing a new database via a new sql file. I am using Oracle SQL Developer and logged in as sysdba.
I would like to know if SQL developer supports or has equivalent command to
connect scott/tiger;
Thank you in advance.
Edit
I am trying to create a foreign key on Schema A table referencing to Schema B table.
The error shown is
[Err] ORA-00942: table or view does not exist
I therefore want to login as "Schema B", grant all permission to SYS user, login as sys again and create the relationship.
Hope I am clearer this time.