单选题
The HR schema exists in two databases, BOSTON and DENVER, and has the same
Password, HR. You have the CREATE DATABASE LINK and CREATE SESSION privileges
On both the database.
BOSTON is defined as a service name in the tnsnames.ora of both the
Databases. You plan to use the command:
CREATE DATABASE LINK hr_link CONNECT TO hr IDENTIFIED BY hr USING ‘denver’;
What must be done to ensure only the HR user in the BOSTON database can access the HR
Schema in the DENVER database?
相关试题
单选题 When is the UNDO_RETENTION parameter value ignored by a transaction?
单选题
Your production database uses file system storage. You want to move storage to Oracle
Automatic Storage
Management (ASM). How would you achieve this?
单选题
What is a requirement for creating a remote database scheduler job?
单选题
One of your databases has archive logging enabled and RMAN backups are taken at regular
Intervals. The data file for the USERS tablespace is corrupt. Which command must you execute
Before starting the recovery of this tablespace?
单选题
Your database has archive logging enabled and RMAN backups are taken at regular intervals. A data file in the USERS tablespace is damaged. Which command must you execute before starting the recovery of this tablespace?
单选题
Examine the parameters for a databaseYour database has three undo tablespaces and the default undo tablespace is notAutoextensible. Resumable space allocation is not enabled for any sessions in the databaseInstance. What is the effect on new transactions when all undo space in the default undoTablespace is in use by active transaction?
单选题
In your Oracle12c database, you plan to execute the command:
SQL> CREATE TABLESPACE tbs1 DATAFILE ‘/u02/oracle/data/tbs01.dbf’ SIZE 50M;
The u02 file system has 1 GB of free space available.
What is the outcome?
单选题
Your database instance is started by using a sever parameter file (SPFILE). You execute the following command to change the value of the LOG_BUFFER initialization parameter. ALTER SYSTEM SET LOG_BUFFER=32M;
What is the outcome of this command?