The SCOTT/TIGER user exists in two databases, BOSTON_DB and DALLAS_DB, in two different locations.
Each database has a tnsnames.ora file defining DALLAS_DB as a service name.
Examine this command:
CREATE DATABASE LINK dblink1 CONNECT TO scott IDENTIFIED BY tiger USING 'dallas_db'; How do you execute the command so that only SCOTT in BOSTON_DB can access the SCOTT schema in DALLAS_DB?
Which two are true about shrinking a segment online? (Choose two.)
Which three statements are true about connection strings and service names used to connect to an Oracle database instance?
Examine this command and some partial output:
Why does the DB01.abc.com service show unknown status?
Which two statements are true about the results of using the INTERSECT operator in compound queries? (Choose two.)